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="core" nsURI="http:///www.open-people.fr/rdal/core" nsPrefix="core"> <eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContractualElement" abstract="true" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="changeUncertainty" lowerBound="1" eType="#//Uncertainty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originDate" eType="#//Date"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduleDate" eType="#//Date"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1" eType="#//StakeHolder" eOpposite="#//StakeHolder/contractualElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evolvedTo" upperBound="-1" eType="#//ContractualElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tracedTo" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="ecore:EClass ../../../fr.labsticc.framework.settings.model/model/settings.ecore#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1" eType="#//ReferencedModelElements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="agents" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropped" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="droppingReason" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="satisfactionLevel" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationales" lowerBound="1" upperBound="-1" eType="#//Rationale" containment="true" eOpposite="#//Rationale/contract"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeCriticality" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contactInformation" upperBound="-1" eType="#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uncertainty" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatility" lowerBound="1" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="costsImpact" lowerBound="1" eType="#//PositiveFactor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduleImpact" lowerBound="1" eType="#//PositiveFactor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" lowerBound="1" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riskIndex" eType="#//Ratio" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propRiskIndex" eType="#//Ratio" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maturityIndex" eType="#//Ratio" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerifiableElement" abstract="true" eSuperTypes="#//ContractualElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specification" eSuperTypes="#//VerifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systOverview" lowerBound="1" eType="#//SystemOverview" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirementGroups" lowerBound="1" upperBound="-1" eType="#//RequirementsGroup" containment="true" eOpposite="#//RequirementsGroup/specification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verificationActivities" upperBound="-1" eType="#//VerificationActivity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflicts" upperBound="-1" eType="#//Conflict" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintLanguagesSpecification" lowerBound="1" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//ConstraintLanguagesSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifies" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryActors" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemOverview" eSuperTypes="#//ContractualElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" lowerBound="1" upperBound="-1" eType="#//Goal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemToBe" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" lowerBound="1" upperBound="-1" eType="#//SystemContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemBoundary" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capabilities" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemContext" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="globalSystem" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemBoundary" lowerBound="1" upperBound="-1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemModes" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="images" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interactions" upperBound="-1" eType="#//Interaction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phoneNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//ContractualElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflicts" upperBound="-1" eType="#//Conflict" eOpposite="#//Conflict/goals"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="#//Ratio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conflict" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" lowerBound="2" upperBound="2" eType="#//Goal" eOpposite="#//Goal/conflicts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="degree" lowerBound="1" eType="#//Ratio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StakeHolder" eSuperTypes="#//Actor"> <eStructuralFeatures xsi:type="ecore:EReference" name="contractualElements" lowerBound="1" upperBound="-1" eType="#//ContractualElement" eOpposite="#//ContractualElement/stakeholders"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationales" upperBound="-1" eType="#//Rationale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Ratio" instanceClassName="java.lang.Float"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="rangeZeroOne"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PositiveFactor" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eLiterals name="In"/> <eLiterals name="Out" value="1"/> <eLiterals name="InOut" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementsGroup" eSuperTypes="#//VerifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" lowerBound="1" upperBound="-1" eType="#//AbstractRequirement" containment="true" eOpposite="#//AbstractRequirement/group"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="#//Specification" eOpposite="#//Specification/requirementGroups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractRequirement" abstract="true" eSuperTypes="#//VerifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedRequirements" upperBound="-1" eType="#//AbstractRequirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verifiedBy" upperBound="-1" eType="#//VerificationActivity" eOpposite="#//VerificationActivity/requirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1" eType="#//RequirementsGroup" eOpposite="#//RequirementsGroup/requirements"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="risk" eType="#//RiskKind" defaultValueLiteral="medium"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionVariables" upperBound="-1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//AbstractRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedBY" upperBound="-1" eType="#//Requirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assumptions" upperBound="-1" eType="#//Assumption" eOpposite="#//Assumption/requirements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imageAssumption" eType="#//Assumption" eOpposite="#//Assumption/imageRequirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivations" upperBound="-1" eType="#//Requirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assumption" eSuperTypes="#//AbstractRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" eType="#//Requirement" eOpposite="#//Requirement/assumptions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AssumptionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imageRequirement" eType="#//Requirement" eOpposite="#//Requirement/imageAssumption"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssumptionType"> <eLiterals name="Technical"/> <eLiterals name="Organizational" value="1"/> <eLiterals name="Managerial" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerificationActivity" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" eType="#//AbstractRequirement" eOpposite="#//AbstractRequirement/verifiedBy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationMethod" eType="#//VerificationMethod" defaultValueLiteral="Test"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalRef" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RiskKind"> <eLiterals name="High"/> <eLiterals name="Medium" value="1"/> <eLiterals name="Low" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerificationMethod"> <eLiterals name="Analysis"/> <eLiterals name="Demonstration" value="1"/> <eLiterals name="Inspection" value="2"/> <eLiterals name="Test" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefExpressionCollectedModelElements" eSuperTypes="#//ReferencedModelElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="queryExpression" lowerBound="1" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//FormalLanguageExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefUserSelectedModelElements" eSuperTypes="#//ReferencedModelElements"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="modelElementsCardinality"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencedModelElements" abstract="true" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementReferences" upperBound="-1" eType="#//ModelElementReference" containment="true" eOpposite="#//ModelElementReference/parent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="agregationType" lowerBound="1" eType="#//AgregationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementReference" eSuperTypes="#//IdentifiedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="modelElementsContainedInSpecifedArchSpecs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//ReferencedModelElements" eOpposite="#//ReferencedModelElements/modelElementReferences"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verifies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="satisfactionLevel" eType="#//Ratio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace" eSuperTypes="#//ReferencedModelElements"> <eOperations name="modelElementReference" eType="#//TraceModelElementReference"> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifications" upperBound="-1" eType="#//Specification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceModelElementReference" eSuperTypes="#//ModelElementReference #//RequirementsCoverageData"> <eOperations name="merge"> <eParameters name="modelElementReference" eType="#//TraceModelElementReference"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementsCoverageData" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbRequirements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationLevel" eType="#//Ratio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AgregationType"> <eLiterals name="Composition"/> <eLiterals name="Alternative" value="1" literal="Alternative"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//VariableType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableType"> <eLiterals name="Monitored"/> <eLiterals name="Controlled" value="1"/> <eLiterals name="Both" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefDerivedModelElements" eSuperTypes="#//ReferencedModelElements"/> <eClassifiers xsi:type="ecore:EClass" name="Rationale" eSuperTypes="#//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1" eType="#//ContractualElement" eOpposite="#//ContractualElement/rationales"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/rdal.ecore
ecore
core IdentifiedElement id name description ContractualElement changeUncertainty sources originDate scheduleDate stakeholders evolvedTo tracedTo category satisfiedBy agents derivedFrom dropped droppingReason satisfactionLevel rationales timeCriticality contactInformation expression condition modes Uncertainty volatility costsImpact scheduleImpact precedence riskIndex propRiskIndex maturityIndex VerifiableElement verified Specification actors systOverview requirementGroups verificationActivities conflicts constraintLanguagesSpecification specifies primaryActors version SystemOverview goals systemToBe contexts systemBoundary purpose capabilities SystemContext globalSystem actors systemBoundary systemModes Actor images interactions address email phoneNumber Interaction entity direction Goal conflicts priority Conflict goals degree StakeHolder contractualElements rationales Ratio java.lang.Float java.lang.Float PositiveFactor java.lang.Float java.lang.Float Date java.util.Date java.util.Date Direction In In Out Out InOut InOut RequirementsGroup requirements specification AbstractRequirement containedRequirements verifiedBy group risk medium assignedVariable conditionVariables Requirement refinedBY assumptions imageAssumption derivations Assumption requirements type imageRequirement AssumptionType Technical Technical Organizational Organizational Managerial Managerial VerificationActivity requirement verificationMethod Test externalRef passed RiskKind High High Medium Medium Low Low VerificationMethod Analysis Analysis Demonstration Demonstration Inspection Inspection Test Test RefExpressionCollectedModelElements queryExpression RefUserSelectedModelElements ReferencedModelElements modelElementReferences agregationType ModelElementReference modelElement parent weight verifies satisfactionLevel reason Trace modelElementReference modelElement specifications TraceModelElementReference merge modelElementReference container RequirementsCoverageData nbRequirements verificationLevel AgregationType Composition Composition Alternative Alternative Variable feature type VariableType Monitored Monitored Controlled Controlled Both Both RefDerivedModelElements Rationale contract
null
{"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http:///www.open-people.fr/rdal/core","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContractualElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uncertainty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerifiableElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOverview","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemContext","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflict","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StakeHolder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Ratio","instanceClass":"java.lang.Float","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"PositiveFactor","instanceClass":"java.lang.Float","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsGroup","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractRequirement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assumption","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssumptionType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationActivity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RiskKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerificationMethod","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefExpressionCollectedModelElements","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefUserSelectedModelElements","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedModelElements","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModelElementReference","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsCoverageData","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AgregationType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefDerivedModelElements","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rationale","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":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":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changeUncertainty","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sources","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":"originDate","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":"scheduleDate","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evolvedTo","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":false,"unsettable":false,"transient":false,"unique":true,"name":"tracedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"agents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"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":"dropped","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"droppingReason","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"satisfactionLevel","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationales","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeCriticality","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contactInformation","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"modes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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":"contractualElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatility","changeable":true,"lowerBound":1,"iD":false,"id":86,"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":"costsImpact","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduleImpact","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":1,"iD":false,"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":"riskIndex","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":"propRiskIndex","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"maturityIndex","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systOverview","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"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":"requirementGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verificationActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflicts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraintLanguagesSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":"specifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryActors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemToBe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"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":"contexts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"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":"systemBoundary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"capabilities","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemBoundary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemModes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"images","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interactions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":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":"phoneNumber","changeable":true,"lowerBound":0,"iD":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflicts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"priority","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":2,"id":166,"derived":false},{"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":"degree","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rationales","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"name":"In","id":176,"value":0,"literal":"In","eClass":"EEnumLiteral"},{"name":"Out","id":177,"value":1,"literal":"Out","eClass":"EEnumLiteral"},{"name":"InOut","id":178,"value":2,"literal":"InOut","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":"requirements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"group","changeable":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"containedRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"verifiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"medium","unsettable":false,"transient":false,"unique":true,"name":"risk","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedVariable","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":"conditionVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedBY","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":false,"unsettable":false,"transient":false,"unique":true,"name":"assumptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imageAssumption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirements","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imageRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"Technical","id":213,"value":0,"literal":"Technical","eClass":"EEnumLiteral"},{"name":"Organizational","id":214,"value":1,"literal":"Organizational","eClass":"EEnumLiteral"},{"name":"Managerial","id":215,"value":2,"literal":"Managerial","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Test","unsettable":false,"transient":false,"unique":true,"name":"verificationMethod","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"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":"passed","changeable":true,"lowerBound":1,"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"},{"name":"High","id":224,"value":0,"literal":"High","eClass":"EEnumLiteral"},{"name":"Medium","id":225,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Low","id":226,"value":2,"literal":"Low","eClass":"EEnumLiteral"},{"name":"Analysis","id":227,"value":0,"literal":"Analysis","eClass":"EEnumLiteral"},{"name":"Demonstration","id":228,"value":1,"literal":"Demonstration","eClass":"EEnumLiteral"},{"name":"Inspection","id":229,"value":2,"literal":"Inspection","eClass":"EEnumLiteral"},{"name":"Test","id":230,"value":3,"literal":"Test","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agregationType","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","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":"weight","changeable":true,"lowerBound":0,"iD":false,"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":"verifies","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"satisfactionLevel","changeable":true,"lowerBound":0,"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":"reason","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElementReference","lowerBound":0,"id":253,"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":"specifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"merge","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElementReference","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"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":"nbRequirements","changeable":true,"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":"verificationLevel","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"Composition","id":272,"value":0,"literal":"Composition","eClass":"EEnumLiteral"},{"name":"Alternative","id":273,"value":1,"literal":"Alternative","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":274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"name":"Monitored","id":279,"value":0,"literal":"Monitored","eClass":"EEnumLiteral"},{"name":"Controlled","id":280,"value":1,"literal":"Controlled","eClass":"EEnumLiteral"},{"name":"Both","id":281,"value":2,"literal":"Both","eClass":"EEnumLiteral"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"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":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":37,"target":40},{"source":37,"target":1},{"source":38,"target":41},{"source":38,"target":1},{"source":39,"target":42},{"source":39,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"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":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":43,"target":3},{"source":43,"target":64},{"source":43,"target":2},{"source":64,"target":3},{"source":44,"target":65},{"source":44,"target":2},{"source":45,"target":15},{"source":45,"target":66},{"source":45,"target":2},{"source":66,"target":15},{"source":46,"target":15},{"source":46,"target":67},{"source":46,"target":2},{"source":67,"target":15},{"source":47,"target":12},{"source":47,"target":68},{"source":47,"target":2},{"source":47,"target":69},{"source":68,"target":12},{"source":48,"target":2},{"source":48,"target":70},{"source":48,"target":2},{"source":70,"target":2},{"source":49,"target":71},{"source":49,"target":2},{"source":50,"target":72},{"source":50,"target":2},{"source":51,"target":27},{"source":51,"target":73},{"source":51,"target":2},{"source":73,"target":27},{"source":52,"target":74},{"source":52,"target":2},{"source":53,"target":75},{"source":53,"target":2},{"source":54,"target":76},{"source":54,"target":2},{"source":55,"target":77},{"source":55,"target":2},{"source":56,"target":13},{"source":56,"target":78},{"source":56,"target":2},{"source":78,"target":13},{"source":57,"target":36},{"source":57,"target":79},{"source":57,"target":2},{"source":57,"target":80},{"source":79,"target":36},{"source":58,"target":13},{"source":58,"target":81},{"source":58,"target":2},{"source":81,"target":13},{"source":59,"target":8},{"source":59,"target":82},{"source":59,"target":2},{"source":82,"target":8},{"source":60,"target":83},{"source":60,"target":2},{"source":61,"target":84},{"source":61,"target":2},{"source":62,"target":85},{"source":62,"target":2},{"source":63,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":86,"target":13},{"source":86,"target":94},{"source":86,"target":3},{"source":94,"target":13},{"source":87,"target":14},{"source":87,"target":95},{"source":87,"target":3},{"source":95,"target":14},{"source":88,"target":14},{"source":88,"target":96},{"source":88,"target":3},{"source":96,"target":14},{"source":89,"target":13},{"source":89,"target":97},{"source":89,"target":3},{"source":97,"target":13},{"source":90,"target":13},{"source":90,"target":98},{"source":90,"target":3},{"source":98,"target":13},{"source":91,"target":13},{"source":91,"target":99},{"source":91,"target":3},{"source":99,"target":13},{"source":92,"target":13},{"source":92,"target":100},{"source":92,"target":3},{"source":100,"target":13},{"source":93,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":101},{"source":4,"target":102},{"source":101,"target":103},{"source":101,"target":4},{"source":102,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":104,"target":8},{"source":104,"target":114},{"source":104,"target":5},{"source":114,"target":8},{"source":105,"target":6},{"source":105,"target":115},{"source":105,"target":5},{"source":115,"target":6},{"source":106,"target":17},{"source":106,"target":116},{"source":106,"target":5},{"source":106,"target":117},{"source":116,"target":17},{"source":107,"target":22},{"source":107,"target":118},{"source":107,"target":5},{"source":118,"target":22},{"source":108,"target":11},{"source":108,"target":119},{"source":108,"target":5},{"source":119,"target":11},{"source":109,"target":120},{"source":109,"target":5},{"source":110,"target":121},{"source":110,"target":5},{"source":111,"target":122},{"source":111,"target":5},{"source":112,"target":123},{"source":112,"target":5},{"source":113,"target":4},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":124,"target":10},{"source":124,"target":131},{"source":124,"target":6},{"source":131,"target":10},{"source":125,"target":132},{"source":125,"target":6},{"source":126,"target":7},{"source":126,"target":133},{"source":126,"target":6},{"source":133,"target":7},{"source":127,"target":33},{"source":127,"target":134},{"source":127,"target":6},{"source":134,"target":33},{"source":128,"target":135},{"source":128,"target":6},{"source":129,"target":136},{"source":129,"target":6},{"source":130,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":137},{"source":7,"target":138},{"source":7,"target":139},{"source":7,"target":140},{"source":7,"target":141},{"source":137,"target":142},{"source":137,"target":7},{"source":138,"target":8},{"source":138,"target":143},{"source":138,"target":7},{"source":143,"target":8},{"source":139,"target":33},{"source":139,"target":144},{"source":139,"target":7},{"source":144,"target":33},{"source":140,"target":145},{"source":140,"target":7},{"source":141,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":146,"target":152},{"source":146,"target":8},{"source":147,"target":9},{"source":147,"target":153},{"source":147,"target":8},{"source":153,"target":9},{"source":148,"target":154},{"source":148,"target":8},{"source":149,"target":155},{"source":149,"target":8},{"source":150,"target":156},{"source":150,"target":8},{"source":151,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":157,"target":160},{"source":157,"target":9},{"source":158,"target":16},{"source":158,"target":161},{"source":158,"target":9},{"source":161,"target":16},{"source":159,"target":1},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":162},{"source":10,"target":163},{"source":10,"target":164},{"source":162,"target":11},{"source":162,"target":165},{"source":162,"target":10},{"source":162,"target":166},{"source":165,"target":11},{"source":163,"target":13},{"source":163,"target":167},{"source":163,"target":10},{"source":167,"target":13},{"source":164,"target":2},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":166},{"source":11,"target":168},{"source":11,"target":169},{"source":166,"target":10},{"source":166,"target":170},{"source":166,"target":11},{"source":166,"target":162},{"source":170,"target":10},{"source":168,"target":13},{"source":168,"target":171},{"source":168,"target":11},{"source":171,"target":13},{"source":169,"target":1},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":69},{"source":12,"target":172},{"source":12,"target":173},{"source":69,"target":2},{"source":69,"target":174},{"source":69,"target":12},{"source":69,"target":47},{"source":174,"target":2},{"source":172,"target":36},{"source":172,"target":175},{"source":172,"target":12},{"source":175,"target":36},{"source":173,"target":8},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":176},{"source":16,"target":177},{"source":16,"target":178},{"source":176,"target":16},{"source":177,"target":16},{"source":178,"target":16},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":179},{"source":17,"target":117},{"source":17,"target":180},{"source":179,"target":18},{"source":179,"target":181},{"source":179,"target":17},{"source":179,"target":182},{"source":181,"target":18},{"source":117,"target":5},{"source":117,"target":183},{"source":117,"target":17},{"source":117,"target":106},{"source":183,"target":5},{"source":180,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":182},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":184,"target":18},{"source":184,"target":190},{"source":184,"target":18},{"source":190,"target":18},{"source":185,"target":22},{"source":185,"target":191},{"source":185,"target":18},{"source":185,"target":192},{"source":191,"target":22},{"source":182,"target":17},{"source":182,"target":193},{"source":182,"target":18},{"source":182,"target":179},{"source":193,"target":17},{"source":186,"target":23},{"source":186,"target":194},{"source":186,"target":18},{"source":194,"target":23},{"source":187,"target":33},{"source":187,"target":195},{"source":187,"target":18},{"source":195,"target":33},{"source":188,"target":33},{"source":188,"target":196},{"source":188,"target":18},{"source":196,"target":33},{"source":189,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":197},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"source":197,"target":19},{"source":197,"target":202},{"source":197,"target":19},{"source":202,"target":19},{"source":198,"target":20},{"source":198,"target":203},{"source":198,"target":19},{"source":198,"target":204},{"source":203,"target":20},{"source":199,"target":20},{"source":199,"target":205},{"source":199,"target":19},{"source":199,"target":206},{"source":205,"target":20},{"source":200,"target":19},{"source":200,"target":207},{"source":200,"target":19},{"source":207,"target":19},{"source":201,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":204},{"source":20,"target":208},{"source":20,"target":206},{"source":20,"target":209},{"source":204,"target":19},{"source":204,"target":210},{"source":204,"target":20},{"source":204,"target":198},{"source":210,"target":19},{"source":208,"target":21},{"source":208,"target":211},{"source":208,"target":20},{"source":211,"target":21},{"source":206,"target":19},{"source":206,"target":212},{"source":206,"target":20},{"source":206,"target":199},{"source":212,"target":19},{"source":209,"target":18},{"source":21,"target":0},{"source":21,"target":213},{"source":21,"target":214},{"source":21,"target":215},{"source":213,"target":21},{"source":214,"target":21},{"source":215,"target":21},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":192},{"source":22,"target":216},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":192,"target":18},{"source":192,"target":220},{"source":192,"target":22},{"source":192,"target":185},{"source":220,"target":18},{"source":216,"target":24},{"source":216,"target":221},{"source":216,"target":22},{"source":221,"target":24},{"source":217,"target":222},{"source":217,"target":22},{"source":218,"target":223},{"source":218,"target":22},{"source":219,"target":1},{"source":23,"target":0},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":224,"target":23},{"source":225,"target":23},{"source":226,"target":23},{"source":24,"target":0},{"source":24,"target":227},{"source":24,"target":228},{"source":24,"target":229},{"source":24,"target":230},{"source":227,"target":24},{"source":228,"target":24},{"source":229,"target":24},{"source":230,"target":24},{"source":25,"target":0},{"source":25,"target":27},{"source":25,"target":231},{"source":25,"target":232},{"source":231,"target":233},{"source":231,"target":25},{"source":232,"target":27},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":234},{"source":234,"target":27},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":235},{"source":27,"target":236},{"source":27,"target":237},{"source":235,"target":28},{"source":235,"target":238},{"source":235,"target":27},{"source":235,"target":239},{"source":238,"target":28},{"source":236,"target":32},{"source":236,"target":240},{"source":236,"target":27},{"source":240,"target":32},{"source":237,"target":1},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":241},{"source":28,"target":239},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":241,"target":247},{"source":241,"target":28},{"source":239,"target":27},{"source":239,"target":248},{"source":239,"target":28},{"source":239,"target":235},{"source":248,"target":27},{"source":242,"target":13},{"source":242,"target":249},{"source":242,"target":28},{"source":249,"target":13},{"source":243,"target":250},{"source":243,"target":28},{"source":244,"target":13},{"source":244,"target":251},{"source":244,"target":28},{"source":251,"target":13},{"source":245,"target":252},{"source":245,"target":28},{"source":246,"target":1},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":253},{"source":29,"target":254},{"source":29,"target":255},{"source":253,"target":30},{"source":253,"target":256},{"source":253,"target":29},{"source":253,"target":257},{"source":256,"target":30},{"source":257,"target":258},{"source":257,"target":253},{"source":254,"target":5},{"source":254,"target":259},{"source":254,"target":29},{"source":259,"target":5},{"source":255,"target":27},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":31},{"source":30,"target":260},{"source":30,"target":261},{"source":30,"target":262},{"source":30,"target":263},{"source":260,"target":30},{"source":260,"target":264},{"source":264,"target":30},{"source":264,"target":265},{"source":264,"target":260},{"source":265,"target":30},{"source":261,"target":266},{"source":261,"target":30},{"source":262,"target":28},{"source":263,"target":31},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":267},{"source":31,"target":268},{"source":31,"target":269},{"source":267,"target":270},{"source":267,"target":31},{"source":268,"target":13},{"source":268,"target":271},{"source":268,"target":31},{"source":271,"target":13},{"source":269,"target":1},{"source":32,"target":0},{"source":32,"target":272},{"source":32,"target":273},{"source":272,"target":32},{"source":273,"target":32},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":274},{"source":33,"target":275},{"source":33,"target":276},{"source":274,"target":277},{"source":274,"target":33},{"source":275,"target":34},{"source":275,"target":278},{"source":275,"target":33},{"source":278,"target":34},{"source":276,"target":1},{"source":34,"target":0},{"source":34,"target":279},{"source":34,"target":280},{"source":34,"target":281},{"source":279,"target":34},{"source":280,"target":34},{"source":281,"target":34},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":282},{"source":282,"target":27},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":80},{"source":36,"target":283},{"source":80,"target":2},{"source":80,"target":284},{"source":80,"target":36},{"source":80,"target":57},{"source":284,"target":2},{"source":283,"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="caltrop" nsURI="http://www.ptolemy.org/caltrop" nsPrefix="caltrop"> <eClassifiers xsi:type="ecore:EClass" name="CaltropActorImpl"> <eTypeParameters name="P"> <eBounds eClassifier="ecore:EClass actor.ecore#//AbstractIOPort"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//StateVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//ReAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initActions" upperBound="-1" eType="#//OutputAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//FunctionDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//Schedule" containment="true"/> <eGenericSuperTypes eClassifier="ecore:EClass actor.ecore#//AtomicActorImpl"> <eTypeArguments eTypeParameter="#//CaltropActorImpl/P"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorParameter" eSuperTypes="actor.ecore#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="TypedInputPort" eSuperTypes="actor.ecore#//AbstractTypedIOPort"/> <eClassifiers xsi:type="ecore:EClass" name="TypedOutputPort" eSuperTypes="actor.ecore#//AbstractTypedIOPort"/> <eClassifiers xsi:type="ecore:EClass" name="StateVariable" eSuperTypes="actor.ecore#//Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FireAction" eSuperTypes="#//ReAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputPatterns" upperBound="-1" eType="#//InputPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReAction" eSuperTypes="#//OutputAction"/> <eClassifiers xsi:type="ecore:EClass" name="OutputAction" eSuperTypes="kernel.ecore#//NamedObj"> <eOperations name="getInputPatterns" upperBound="-1" eType="#//InputPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputPatterns" upperBound="-1" eType="#//OutputPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delayExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortPattern" abstract="true"> <eOperations name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repeatExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" eType="#//ChannelSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portRef" eType="ecore:EClass kernel.ecore#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionPattern"> <eOperations name="getPatternVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getGuardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPattern" eSuperTypes="#//PortPattern #//ActionPattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPattern" eSuperTypes="#//PortPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExpressions" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelSelector" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionChannelSelector" eSuperTypes="#//ChannelSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyExpressions" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeywordChannelSelector" eSuperTypes="#//ChannelSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" eType="#//ChannelSelectorKeyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChannelSelectorKeyword"> <eLiterals name="ALL" value="-1"/> <eLiterals name="ANY" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="actor.ecore#//JvmTypedObj"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass actor.ecore#//JvmTypedObj" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="throwables" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/xtext/common/JavaVMTypes#//JvmTypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schedule"> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/schedule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="kernel.ecore#//NamedObj"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//Schedule" eOpposite="#//Schedule/states"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State" eOpposite="#//State/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventAction" eSuperTypes="#//ReAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventPatterns" upperBound="-1" eType="#//EventPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventPattern" eSuperTypes="#//ActionPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="varRef" eType="#//StateVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConversionRelation" eSuperTypes="kernel.ecore#//Relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueVar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conversionExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/caltrop.ecore
ecore
caltrop CaltropActorImpl P declarations actions initActions functions schedule ActorParameter TypedInputPort TypedOutputPort StateVariable constant FireAction inputPatterns ReAction OutputAction getInputPatterns guardExpression outputPatterns bodyExpression updateExpression delayExpression PortPattern size repeatExpression channels portRef guardExpression ActionPattern getPatternVariables getGuardExpression InputPattern variables OutputPattern valueExpressions ChannelSelector ExpressionChannelSelector many keyExpressions KeywordChannelSelector keyword ChannelSelectorKeyword ALL ALL ANY ANY FunctionDeclaration parameters bodyExpression throwables Schedule initial states State transitions schedule Transition source target tags EventAction eventPatterns EventPattern varRef name qualifier variables property timeExpression guardExpression ConversionRelation valueVar conversionExpression guardExpression
null
{"directed":true,"nodes":[{"nsPrefix":"caltrop","nsURI":"http://www.ptolemy.org/caltrop","name":"caltrop","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaltropActorImpl","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorParameter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedInputPort","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedOutputPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateVariable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FireAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortPattern","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionPattern","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPattern","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelSelector","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionChannelSelector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordChannelSelector","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChannelSelectorKeyword","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionRelation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"P","id":24,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","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":"actions","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":"initActions","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":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schedule","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"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInputPatterns","lowerBound":0,"id":48,"many":true,"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":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputPatterns","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":"bodyExpression","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":"updateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delayExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":61,"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":"repeatExpression","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":"channels","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":"portRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPatternVariables","lowerBound":0,"id":71,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGuardExpression","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","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":"keyExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"ALL","id":90,"value":-1,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"ANY","id":91,"value":1,"literal":"ANY","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":"parameters","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":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"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":"schedule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":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":109,"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":"tags","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"varRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":119,"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":"variables","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"property","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueVar","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conversionExpression","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":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":24,"target":31},{"source":25,"target":5},{"source":25,"target":32},{"source":25,"target":1},{"source":32,"target":5},{"source":26,"target":7},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":7},{"source":27,"target":8},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":8},{"source":28,"target":17},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":17},{"source":29,"target":18},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":18},{"source":30,"target":37},{"source":37,"target":24},{"source":2,"target":0},{"source":2,"target":38},{"source":3,"target":0},{"source":3,"target":39},{"source":4,"target":0},{"source":4,"target":40},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":43},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":11},{"source":44,"target":46},{"source":44,"target":6},{"source":46,"target":11},{"source":45,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":47},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":48,"target":11},{"source":48,"target":55},{"source":48,"target":8},{"source":55,"target":11},{"source":49,"target":56},{"source":49,"target":8},{"source":50,"target":12},{"source":50,"target":57},{"source":50,"target":8},{"source":57,"target":12},{"source":51,"target":58},{"source":51,"target":8},{"source":52,"target":59},{"source":52,"target":8},{"source":53,"target":60},{"source":53,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":61,"target":66},{"source":61,"target":9},{"source":62,"target":67},{"source":62,"target":9},{"source":63,"target":13},{"source":63,"target":68},{"source":63,"target":9},{"source":68,"target":13},{"source":64,"target":69},{"source":64,"target":9},{"source":65,"target":70},{"source":65,"target":9},{"source":10,"target":0},{"source":10,"target":71},{"source":10,"target":72},{"source":71,"target":73},{"source":71,"target":10},{"source":72,"target":74},{"source":72,"target":10},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":10},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":75,"target":78},{"source":75,"target":11},{"source":76,"target":9},{"source":77,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":79},{"source":12,"target":80},{"source":79,"target":81},{"source":79,"target":12},{"source":80,"target":9},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":82,"target":85},{"source":82,"target":14},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":87},{"source":15,"target":88},{"source":87,"target":16},{"source":87,"target":89},{"source":87,"target":15},{"source":89,"target":16},{"source":88,"target":13},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":16},{"source":91,"target":16},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":92,"target":96},{"source":92,"target":17},{"source":93,"target":97},{"source":93,"target":17},{"source":94,"target":98},{"source":94,"target":17},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":99,"target":19},{"source":99,"target":101},{"source":99,"target":18},{"source":101,"target":19},{"source":100,"target":19},{"source":100,"target":102},{"source":100,"target":18},{"source":100,"target":103},{"source":102,"target":19},{"source":19,"target":0},{"source":19,"target":104},{"source":19,"target":103},{"source":19,"target":105},{"source":104,"target":20},{"source":104,"target":106},{"source":104,"target":19},{"source":104,"target":107},{"source":106,"target":20},{"source":103,"target":18},{"source":103,"target":108},{"source":103,"target":19},{"source":103,"target":100},{"source":108,"target":18},{"source":20,"target":0},{"source":20,"target":107},{"source":20,"target":109},{"source":20,"target":110},{"source":107,"target":19},{"source":107,"target":111},{"source":107,"target":20},{"source":107,"target":104},{"source":111,"target":19},{"source":109,"target":19},{"source":109,"target":112},{"source":109,"target":20},{"source":112,"target":19},{"source":110,"target":113},{"source":110,"target":20},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":114},{"source":21,"target":115},{"source":114,"target":22},{"source":114,"target":116},{"source":114,"target":21},{"source":116,"target":22},{"source":115,"target":7},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":117,"target":5},{"source":117,"target":125},{"source":117,"target":22},{"source":125,"target":5},{"source":118,"target":126},{"source":118,"target":22},{"source":119,"target":127},{"source":119,"target":22},{"source":120,"target":128},{"source":120,"target":22},{"source":121,"target":129},{"source":121,"target":22},{"source":122,"target":130},{"source":122,"target":22},{"source":123,"target":131},{"source":123,"target":22},{"source":124,"target":10},{"source":23,"target":0},{"source":23,"target":132},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":132,"target":136},{"source":132,"target":23},{"source":133,"target":137},{"source":133,"target":23},{"source":134,"target":138},{"source":134,"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="simulinksourcemm" nsURI="http://simulinksourcemm/1.0" nsPrefix="simulinksourcemm"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <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="Block" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ToSysMLComment" upperBound="-1" eType="#//ToSysMLComment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Property" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Port" upperBound="-1" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="Block" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Connection" upperBound="-1" eType="#//Connection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="Port"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Direction" 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="Type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Num" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Port"/> <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="ToSysMLComment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Body" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ledet/ausim/ExperimentManagement/MetaModels/SimulinkSourceMM.ecore
ecore
simulinksourcemm Model Name Block ToSysMLComment Component Name ID Property Port Block Type System Block Connection Property Name Type Value Port Direction Name Type Num Connection src dst Name ToSysMLComment Body
null
{"directed":true,"nodes":[{"nsPrefix":"simulinksourcemm","nsURI":"http://simulinksourcemm/1.0","name":"simulinksourcemm","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":"Component","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSysMLComment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ToSysMLComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Property","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":"Port","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"},{"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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Block","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":"Connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"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":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"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":"Direction","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":"Name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"Num","changeable":true,"lowerBound":1,"iD":false,"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":"src","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":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"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":"Body","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":12},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":11,"target":8},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":8},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":5},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":6},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":2},{"source":27,"target":7},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":7},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":35},{"source":32,"target":5},{"source":33,"target":36},{"source":33,"target":5},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":37,"target":41},{"source":37,"target":6},{"source":38,"target":42},{"source":38,"target":6},{"source":39,"target":43},{"source":39,"target":6},{"source":40,"target":44},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":45,"target":6},{"source":45,"target":48},{"source":45,"target":7},{"source":48,"target":6},{"source":46,"target":6},{"source":46,"target":49},{"source":46,"target":7},{"source":49,"target":6},{"source":47,"target":50},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":51},{"source":51,"target":52},{"source":51,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="app" nsURI="http://www.modagile-mobile.de/metamodel" nsPrefix="de.modagile.metamodel"> <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="FeaturedElement" abstract="true" eSuperTypes="#//Entity"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NamingConvention"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NamingConvention" value="name.matches('[A-Z][a-z0-9_]*([A-Z][a-z0-9_]*)*')"/> </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="MobileApp" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="storyBoard" eType="#//ui/StoryBoard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingRepository" eType="#//domain/BindingRepository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appDatabaseVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeDisplayElementTypeRepository" eType="#//CompositeDisplayElementTypeRepository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainPackage" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorConfigContainer" lowerBound="1" eType="#//generatorconfig/GeneratorConfigContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventContainer" eType="#//event/EventContainer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeDisplayElementTypeRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeDisplayElementTypes" upperBound="-1" eType="#//ui/CompositeDisplayElementType" containment="true"/> </eClassifiers> <eSubpackages name="ui" nsURI="http://www.modagile-mobile.de/metamodel#ui" nsPrefix="de.modagile.metamodel.app"> <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="Screen" eSuperTypes="#//FeaturedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="onlyAlreadContainedStartFragmentAllowed"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="onlyAlreadContainedStartFragmentAllowed" value="startFragment = null or displayElements->includes(startFragment)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="displayElements" upperBound="-1" eType="#//ui/DisplayElement" containment="true" eOpposite="#//ui/DisplayElement/screen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyBoard" lowerBound="1" eType="#//ui/StoryBoard" eOpposite="#//ui/StoryBoard/screens"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuBar" eType="#//ui/MenuBar" containment="true" eOpposite="#//ui/MenuBar/screen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentNavigations" upperBound="-1" eType="#//ui/FragmentNavigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startFragment" eType="#//ui/CompositeDisplayElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="#//FeaturedElement #//ui/DisplayElement"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//ui/Screen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//ui/Screen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyBoard" lowerBound="1" eType="#//ui/StoryBoard" eOpposite="#//ui/StoryBoard/flows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//event/Event" eOpposite="#//event/Event/triggers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowContext" eType="#//ui/InputContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnsResult" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//ui/DisplayElement #//ui/TextContaining"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputType" lowerBound="1" eType="#//ui/InputType" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//ui/DisplayElement #//ui/TextContaining"/> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//ui/Control #//ui/TextContaining"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="Button_Can_Only_Have_One_Event_If_In_Screen"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="Button_Can_Only_Have_One_Event_If_In_Screen" value="self.screen &lt;> null and buttonClickEvents->size() &lt;= 1 or self.screen = null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buttonClickEvents" upperBound="-1" eType="#//event/ButtonClickEvent" eOpposite="#//event/ButtonClickEvent/button"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryBoard" eSuperTypes="#//FeaturedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//ui/Flow" containment="true" eOpposite="#//ui/Flow/storyBoard"/> <eStructuralFeatures xsi:type="ecore:EReference" name="screens" upperBound="-1" eType="#//ui/Screen" containment="true" eOpposite="#//ui/Screen/storyBoard"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startScreen" lowerBound="1" eType="#//ui/Screen"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisplayElement" abstract="true" eSuperTypes="#//Entity #//ui/Enableable"> <eStructuralFeatures xsi:type="ecore:EReference" name="screen" eType="#//ui/Screen" eOpposite="#//ui/Screen/displayElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeType" eType="#//ui/CompositeDisplayElementType" eOpposite="#//ui/CompositeDisplayElementType/containedDisplayElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicList" eSuperTypes="#//ui/DisplayElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="List_Can_Only_Have_One_Event_If_In_Screen"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="List_Can_Only_Have_One_Event_If_In_Screen" value="self.screen &lt;> null and listClickEvents->size() &lt;= 1 or self.screen = null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="displayedElements" upperBound="-1" eType="#//ui/CompositeDisplayElementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listClickEvents" upperBound="-1" eType="#//event/ListClickEvent" eOpposite="#//event/ListClickEvent/list"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datepicker" eSuperTypes="#//ui/TextContaining #//ui/Picker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enableable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="TextContaining" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//ui/DisplayElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocationPicker" eSuperTypes="#//ui/Picker"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeDisplayElementType" eSuperTypes="#//FeaturedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedDisplayElements" upperBound="-1" eType="#//ui/DisplayElement" containment="true" eOpposite="#//ui/DisplayElement/compositeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeDisplayElement" eSuperTypes="#//ui/DisplayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ui/CompositeDisplayElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayType" eType="#//ui/DisplayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//ui/DisplayElement"/> <eClassifiers xsi:type="ecore:EClass" name="ImageButton" eSuperTypes="#//ui/Button"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuBar"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="onlyLabelsButtonsAndCheckBoxesAllowed"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="onlyLabelsButtonsAndCheckBoxesAllowed" value="self.menuBarElements->forAll(menubarItem : DisplayElement | menubarItem.oclIsTypeOf(Button) or menubarItem.oclIsTypeOf(ImageButton) or menubarItem.oclIsTypeOf(Label) or menubarItem.oclIsTypeOf(CheckBox) or menubarItem.oclIsTypeOf(Image))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="menuBarElements" upperBound="-1" eType="#//ui/DisplayElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="screen" lowerBound="1" eType="#//ui/Screen" eOpposite="#//ui/Screen/menuBar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DisplayType"> <eLiterals name="SEPARATE"/> <eLiterals name="PANORAMIC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FragmentNavigation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="navigationWithinSameScreen"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="navigationWithinSameScreen" value="to.screen = from.screen"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//ui/CompositeDisplayElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//ui/CompositeDisplayElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="navigationType" eType="#//ui/DisplayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InputType"> <eLiterals name="Text"/> <eLiterals name="Numerics" value="1"/> <eLiterals name="Mail" value="2"/> <eLiterals name="WebAddress" value="3"/> <eLiterals name="Custom" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Picker" eSuperTypes="#//ui/DisplayElement"/> </eSubpackages> <eSubpackages name="domain" nsURI="http://www.modagile-mobile.de/metamodel#domain" nsPrefix="de.modagile.metamodel.app"> <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="DomainBinding" abstract="true" eSuperTypes="#//FeaturedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateStrategy" eType="#//domain/UpdateStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexBinding" eSuperTypes="#//domain/DomainBinding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ComplexBinding_domainEntityAttributes_MustInclude_InnerBindingAttributes ComplexBinding_UiElement_MustInclude_BoundUiElementsOf_InnerBindings"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ComplexBinding_domainEntityAttributes_MustInclude_InnerBindingAttributes" value="self.innerBindings->forAll(binding : PrimitiveBinding | self.domainEntity.eAttributes->includes(binding.attribute))"/> <details key="ComplexBinding_UiElement_MustInclude_BoundUiElementsOf_InnerBindings" value="self.innerBindings->forAll(binding : PrimitiveBinding | binding.oclIsKindOf(StringBinding) and self.uiElement.containedDisplayElements->includes(binding.oclAsType(StringBinding).uiElement) or binding.oclIsKindOf(BooleanBinding) and self.uiElement.containedDisplayElements->includes(binding.oclAsType(BooleanBinding).checkBox))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainEntity" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiElement" lowerBound="1" eType="#//ui/CompositeDisplayElementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerBindings" upperBound="-1" eType="#//domain/PrimitiveBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UpdateStrategy"> <eLiterals name="read"/> <eLiterals name="write" value="1"/> <eLiterals name="writeThrough" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//domain/DomainBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringBinding" eSuperTypes="#//domain/PrimitiveBinding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StringBindingAttributeMustBeOfTypeString"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="StringBindingAttributeMustBeOfTypeString" value="self.attribute.eType.name = 'EString'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="uiElement" lowerBound="1" eType="#//ui/TextContaining"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinding" eSuperTypes="#//domain/PrimitiveBinding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="BooleanBindingAttributeMustBeOfTypeBoolean"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="BooleanBindingAttributeMustBeOfTypeBoolean" value="self.attribute.eType.name = 'EBoolean'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="checkBox" lowerBound="1" eType="#//ui/CheckBox"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveBinding" abstract="true" eSuperTypes="#//domain/DomainBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListBinding" eSuperTypes="#//domain/DomainBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="listElement" lowerBound="1" eType="#//ui/DynamicList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainReference" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerBindings" upperBound="-1" eType="#//domain/DomainBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionBinding" eSuperTypes="#//domain/DomainBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="domainReference" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> </eSubpackages> <eSubpackages name="event" nsURI="http://www.modagile-mobile.de/metamodel#event" nsPrefix="de.modagile.metamodel.app"> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" eType="#//ui/Flow" eOpposite="#//ui/Flow/events"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ButtonClickEvent" eSuperTypes="#//event/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="button" lowerBound="1" eType="#//ui/Button" eOpposite="#//ui/Button/buttonClickEvents"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//event/Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListClickEvent" eSuperTypes="#//event/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" lowerBound="1" eType="#//ui/DynamicList" eOpposite="#//ui/DynamicList/listClickEvents"/> </eClassifiers> </eSubpackages> <eSubpackages name="generatorconfig" nsURI="http://www.modagile-mobile.de/metamodel#generatorconfig" nsPrefix="de.modagile.metamodel.app"> <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="GeneratorConfig"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="namespaceMustHasAtLeastTwoSegments"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="namespaceMustHasAtLeastTwoSegments" value="namespace.matches('[a-z0-9]+([.][a-z0-9]+)+')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetPlatform" lowerBound="1" eType="#//generatorconfig/PlatformType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PlatformType"> <eLiterals name="Android"/> <eLiterals name="iOS" value="1"/> <eLiterals name="WindowsPhone" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratorConfigContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyOneGeneratorConfigPerPlatform"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OnlyOneGeneratorConfigPerPlatform" value="generatorConfigs->isUnique(targetPlatform)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorConfigs" lowerBound="1" upperBound="-1" eType="#//generatorconfig/GeneratorConfig" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MOHITO-PROJECT/MOHITO/modagile/generator/de.modagile.metamodel.app/bin/modagile.ecore
ecore
app FeaturedElement Entity name MobileApp storyBoard bindingRepository appDatabaseVersion appVersion compositeDisplayElementTypeRepository domainPackage generatorConfigContainer eventContainer CompositeDisplayElementTypeRepository compositeDisplayElementTypes ui Screen displayElements storyBoard menuBar fragmentNavigations startFragment Control Flow from to storyBoard events flowContext returnsResult Input inputType 0 Label Button caption buttonClickEvents StoryBoard flows screens startScreen resolutionX resolutionY DisplayElement screen compositeType DynamicList displayedElements listClickEvents InputContext contextType Datepicker maxDate minDate Enableable TextContaining text Image width height LocationPicker CompositeDisplayElementType containedDisplayElements CompositeDisplayElement type displayType CheckBox ImageButton width height MenuBar menuBarElements screen DisplayType SEPARATE SEPARATE PANORAMIC PANORAMIC FragmentNavigation from to navigationType InputType Text Text Numerics Numerics Mail Mail WebAddress WebAddress Custom Custom Picker domain DomainBinding updateStrategy ComplexBinding domainEntity uiElement innerBindings UpdateStrategy read read write write writeThrough writeThrough BindingRepository bindings StringBinding uiElement BooleanBinding checkBox PrimitiveBinding attribute ListBinding listElement domainReference innerBindings SelectionBinding domainReference event Event triggers ButtonClickEvent button EventContainer events ListClickEvent list generatorconfig GeneratorConfig projectName namespace projectPath targetPlatform PlatformType Android Android iOS iOS WindowsPhone WindowsPhone GeneratorConfigContainer generatorConfigs
null
{"directed":true,"nodes":[{"nsPrefix":"de.modagile.metamodel","nsURI":"http://www.modagile-mobile.de/metamodel","name":"app","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MobileApp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDisplayElementTypeRepository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"nsPrefix":"de.modagile.metamodel.app","nsURI":"http://www.modagile-mobile.de/metamodel#ui","name":"ui","id":5,"eClass":"EPackage"},{"nsPrefix":"de.modagile.metamodel.app","nsURI":"http://www.modagile-mobile.de/metamodel#domain","name":"domain","id":6,"eClass":"EPackage"},{"nsPrefix":"de.modagile.metamodel.app","nsURI":"http://www.modagile-mobile.de/metamodel#event","name":"event","id":7,"eClass":"EPackage"},{"nsPrefix":"de.modagile.metamodel.app","nsURI":"http://www.modagile-mobile.de/metamodel#generatorconfig","name":"generatorconfig","id":8,"eClass":"EPackage"},{"id":9,"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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storyBoard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appDatabaseVersion","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":"appVersion","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeDisplayElementTypeRepository","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":false,"unsettable":false,"transient":false,"unique":true,"name":"domainPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorConfigContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryBoard","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingRepository","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorConfigContainer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventContainer","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeDisplayElementTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDisplayElementType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Screen","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayElement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicList","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputContext","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datepicker","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enableable","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContaining","instanceClass":null,"abstract":true,"id":47,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationPicker","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDisplayElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageButton","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuBar","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DisplayType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FragmentNavigation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InputType","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Picker","instanceClass":null,"abstract":false,"id":57,"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":"displayElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyBoard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuBar","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":"fragmentNavigations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"startFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"screen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"screens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"screen","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":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":74,"derived":false},{"container":false,"ordered":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":75,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyBoard","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":false,"unsettable":false,"transient":false,"unique":true,"name":"events","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":"flowContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"returnsResult","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"inputType","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caption","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":"buttonClickEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonClickEvent","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"button","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startScreen","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionX","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionY","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"},{"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":"compositeType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedDisplayElements","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":"displayedElements","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":"listClickEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListClickEvent","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"maxDate","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minDate","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"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":136,"derived":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":137,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayType","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"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":150,"derived":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuBarElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"name":"SEPARATE","id":158,"value":0,"literal":"SEPARATE","eClass":"EEnumLiteral"},{"name":"PANORAMIC","id":159,"value":1,"literal":"PANORAMIC","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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":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":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigationType","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"name":"Text","id":166,"value":0,"literal":"Text","eClass":"EEnumLiteral"},{"name":"Numerics","id":167,"value":1,"literal":"Numerics","eClass":"EEnumLiteral"},{"name":"Mail","id":168,"value":2,"literal":"Mail","eClass":"EEnumLiteral"},{"name":"WebAddress","id":169,"value":3,"literal":"WebAddress","eClass":"EEnumLiteral"},{"name":"Custom","id":170,"value":4,"literal":"Custom","eClass":"EEnumLiteral"},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainBinding","instanceClass":null,"abstract":true,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexBinding","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UpdateStrategy","instanceClass":null,"id":174,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringBinding","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinding","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveBinding","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListBinding","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionBinding","instanceClass":null,"abstract":false,"id":179,"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":"updateStrategy","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uiElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"read","id":190,"value":0,"literal":"read","eClass":"EEnumLiteral"},{"name":"write","id":191,"value":1,"literal":"write","eClass":"EEnumLiteral"},{"name":"writeThrough","id":192,"value":2,"literal":"writeThrough","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uiElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"checkBox","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorConfig","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlatformType","instanceClass":null,"id":223,"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":"projectName","changeable":true,"lowerBound":1,"iD":false,"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":"namespace","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":"projectPath","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetPlatform","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"name":"Android","id":232,"value":0,"literal":"Android","eClass":"EEnumLiteral"},{"name":"iOS","id":233,"value":1,"literal":"iOS","eClass":"EEnumLiteral"},{"name":"WindowsPhone","id":234,"value":2,"literal":"WindowsPhone","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":"generatorConfigs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"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":2},{"source":1,"target":9},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":11},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":12,"target":21},{"source":12,"target":22},{"source":12,"target":3},{"source":22,"target":21},{"source":13,"target":23},{"source":13,"target":24},{"source":13,"target":3},{"source":24,"target":23},{"source":14,"target":25},{"source":14,"target":3},{"source":15,"target":26},{"source":15,"target":3},{"source":16,"target":4},{"source":16,"target":27},{"source":16,"target":3},{"source":27,"target":4},{"source":17,"target":28},{"source":17,"target":3},{"source":18,"target":29},{"source":18,"target":30},{"source":18,"target":3},{"source":30,"target":29},{"source":19,"target":31},{"source":19,"target":32},{"source":19,"target":3},{"source":32,"target":31},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":33},{"source":33,"target":34},{"source":33,"target":35},{"source":33,"target":4},{"source":35,"target":34},{"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":21},{"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":34},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":0},{"source":36,"target":5},{"source":36,"target":1},{"source":36,"target":58},{"source":36,"target":59},{"source":36,"target":60},{"source":36,"target":61},{"source":36,"target":62},{"source":36,"target":63},{"source":58,"target":42},{"source":58,"target":64},{"source":58,"target":36},{"source":58,"target":65},{"source":64,"target":42},{"source":59,"target":21},{"source":59,"target":66},{"source":59,"target":36},{"source":59,"target":67},{"source":66,"target":21},{"source":60,"target":53},{"source":60,"target":68},{"source":60,"target":36},{"source":60,"target":69},{"source":68,"target":53},{"source":61,"target":55},{"source":61,"target":70},{"source":61,"target":36},{"source":70,"target":55},{"source":62,"target":50},{"source":62,"target":71},{"source":62,"target":36},{"source":71,"target":50},{"source":63,"target":1},{"source":37,"target":5},{"source":37,"target":1},{"source":37,"target":42},{"source":37,"target":72},{"source":37,"target":73},{"source":72,"target":1},{"source":73,"target":42},{"source":38,"target":5},{"source":38,"target":2},{"source":38,"target":74},{"source":38,"target":75},{"source":38,"target":76},{"source":38,"target":77},{"source":38,"target":78},{"source":38,"target":79},{"source":38,"target":80},{"source":74,"target":36},{"source":74,"target":81},{"source":74,"target":38},{"source":81,"target":36},{"source":75,"target":36},{"source":75,"target":82},{"source":75,"target":38},{"source":82,"target":36},{"source":76,"target":21},{"source":76,"target":83},{"source":76,"target":38},{"source":76,"target":84},{"source":83,"target":21},{"source":77,"target":85},{"source":77,"target":86},{"source":77,"target":38},{"source":77,"target":87},{"source":86,"target":85},{"source":78,"target":44},{"source":78,"target":88},{"source":78,"target":38},{"source":88,"target":44},{"source":79,"target":89},{"source":79,"target":38},{"source":80,"target":2},{"source":39,"target":5},{"source":39,"target":42},{"source":39,"target":47},{"source":39,"target":90},{"source":39,"target":91},{"source":39,"target":92},{"source":90,"target":56},{"source":90,"target":93},{"source":90,"target":39},{"source":93,"target":56},{"source":91,"target":42},{"source":92,"target":47},{"source":40,"target":5},{"source":40,"target":42},{"source":40,"target":47},{"source":40,"target":94},{"source":40,"target":95},{"source":94,"target":42},{"source":95,"target":47},{"source":41,"target":5},{"source":41,"target":37},{"source":41,"target":47},{"source":41,"target":96},{"source":41,"target":97},{"source":41,"target":98},{"source":41,"target":99},{"source":96,"target":100},{"source":96,"target":41},{"source":97,"target":101},{"source":97,"target":102},{"source":97,"target":41},{"source":97,"target":103},{"source":102,"target":101},{"source":98,"target":37},{"source":99,"target":47},{"source":21,"target":5},{"source":21,"target":1},{"source":21,"target":84},{"source":21,"target":67},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":84,"target":38},{"source":84,"target":108},{"source":84,"target":21},{"source":84,"target":76},{"source":108,"target":38},{"source":67,"target":36},{"source":67,"target":109},{"source":67,"target":21},{"source":67,"target":59},{"source":109,"target":36},{"source":104,"target":36},{"source":104,"target":110},{"source":104,"target":21},{"source":110,"target":36},{"source":105,"target":111},{"source":105,"target":21},{"source":106,"target":112},{"source":106,"target":21},{"source":107,"target":1},{"source":42,"target":5},{"source":42,"target":2},{"source":42,"target":46},{"source":42,"target":65},{"source":42,"target":113},{"source":42,"target":114},{"source":42,"target":115},{"source":65,"target":36},{"source":65,"target":116},{"source":65,"target":42},{"source":65,"target":58},{"source":116,"target":36},{"source":113,"target":34},{"source":113,"target":117},{"source":113,"target":42},{"source":113,"target":118},{"source":117,"target":34},{"source":114,"target":2},{"source":115,"target":46},{"source":43,"target":5},{"source":43,"target":42},{"source":43,"target":119},{"source":43,"target":120},{"source":43,"target":121},{"source":119,"target":34},{"source":119,"target":122},{"source":119,"target":43},{"source":122,"target":34},{"source":120,"target":123},{"source":120,"target":124},{"source":120,"target":43},{"source":120,"target":125},{"source":124,"target":123},{"source":121,"target":42},{"source":44,"target":5},{"source":44,"target":126},{"source":126,"target":127},{"source":126,"target":44},{"source":45,"target":5},{"source":45,"target":47},{"source":45,"target":57},{"source":45,"target":128},{"source":45,"target":129},{"source":45,"target":130},{"source":45,"target":131},{"source":128,"target":132},{"source":128,"target":45},{"source":129,"target":133},{"source":129,"target":45},{"source":130,"target":47},{"source":131,"target":57},{"source":46,"target":5},{"source":47,"target":5},{"source":47,"target":134},{"source":134,"target":135},{"source":134,"target":47},{"source":48,"target":5},{"source":48,"target":42},{"source":48,"target":136},{"source":48,"target":137},{"source":48,"target":138},{"source":136,"target":139},{"source":136,"target":48},{"source":137,"target":140},{"source":137,"target":48},{"source":138,"target":42},{"source":49,"target":5},{"source":49,"target":57},{"source":49,"target":141},{"source":141,"target":57},{"source":34,"target":5},{"source":34,"target":1},{"source":34,"target":118},{"source":34,"target":142},{"source":118,"target":42},{"source":118,"target":143},{"source":118,"target":34},{"source":118,"target":113},{"source":143,"target":42},{"source":142,"target":1},{"source":50,"target":5},{"source":50,"target":42},{"source":50,"target":144},{"source":50,"target":145},{"source":50,"target":146},{"source":144,"target":34},{"source":144,"target":147},{"source":144,"target":50},{"source":147,"target":34},{"source":145,"target":54},{"source":145,"target":148},{"source":145,"target":50},{"source":148,"target":54},{"source":146,"target":42},{"source":51,"target":5},{"source":51,"target":42},{"source":51,"target":149},{"source":149,"target":42},{"source":52,"target":5},{"source":52,"target":41},{"source":52,"target":150},{"source":52,"target":151},{"source":52,"target":152},{"source":150,"target":153},{"source":150,"target":52},{"source":151,"target":154},{"source":151,"target":52},{"source":152,"target":41},{"source":53,"target":5},{"source":53,"target":155},{"source":53,"target":69},{"source":155,"target":42},{"source":155,"target":156},{"source":155,"target":53},{"source":156,"target":42},{"source":69,"target":36},{"source":69,"target":157},{"source":69,"target":53},{"source":69,"target":60},{"source":157,"target":36},{"source":54,"target":5},{"source":54,"target":158},{"source":54,"target":159},{"source":158,"target":54},{"source":159,"target":54},{"source":55,"target":5},{"source":55,"target":160},{"source":55,"target":161},{"source":55,"target":162},{"source":160,"target":50},{"source":160,"target":163},{"source":160,"target":55},{"source":163,"target":50},{"source":161,"target":50},{"source":161,"target":164},{"source":161,"target":55},{"source":164,"target":50},{"source":162,"target":54},{"source":162,"target":165},{"source":162,"target":55},{"source":165,"target":54},{"source":56,"target":5},{"source":56,"target":166},{"source":56,"target":167},{"source":56,"target":168},{"source":56,"target":169},{"source":56,"target":170},{"source":166,"target":56},{"source":167,"target":56},{"source":168,"target":56},{"source":169,"target":56},{"source":170,"target":56},{"source":57,"target":5},{"source":57,"target":42},{"source":57,"target":171},{"source":171,"target":42},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":23},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":0},{"source":172,"target":6},{"source":172,"target":1},{"source":172,"target":180},{"source":172,"target":181},{"source":180,"target":174},{"source":180,"target":182},{"source":180,"target":172},{"source":182,"target":174},{"source":181,"target":1},{"source":173,"target":6},{"source":173,"target":172},{"source":173,"target":183},{"source":173,"target":184},{"source":173,"target":185},{"source":173,"target":186},{"source":183,"target":187},{"source":183,"target":173},{"source":184,"target":34},{"source":184,"target":188},{"source":184,"target":173},{"source":188,"target":34},{"source":185,"target":177},{"source":185,"target":189},{"source":185,"target":173},{"source":189,"target":177},{"source":186,"target":172},{"source":174,"target":6},{"source":174,"target":190},{"source":174,"target":191},{"source":174,"target":192},{"source":190,"target":174},{"source":191,"target":174},{"source":192,"target":174},{"source":23,"target":6},{"source":23,"target":193},{"source":193,"target":172},{"source":193,"target":194},{"source":193,"target":23},{"source":194,"target":172},{"source":175,"target":6},{"source":175,"target":177},{"source":175,"target":195},{"source":175,"target":196},{"source":195,"target":47},{"source":195,"target":197},{"source":195,"target":175},{"source":197,"target":47},{"source":196,"target":177},{"source":176,"target":6},{"source":176,"target":177},{"source":176,"target":198},{"source":176,"target":199},{"source":198,"target":51},{"source":198,"target":200},{"source":198,"target":176},{"source":200,"target":51},{"source":199,"target":177},{"source":177,"target":6},{"source":177,"target":172},{"source":177,"target":201},{"source":177,"target":202},{"source":201,"target":203},{"source":201,"target":177},{"source":202,"target":172},{"source":178,"target":6},{"source":178,"target":172},{"source":178,"target":204},{"source":178,"target":205},{"source":178,"target":206},{"source":178,"target":207},{"source":204,"target":43},{"source":204,"target":208},{"source":204,"target":178},{"source":208,"target":43},{"source":205,"target":209},{"source":205,"target":178},{"source":206,"target":172},{"source":206,"target":210},{"source":206,"target":178},{"source":210,"target":172},{"source":207,"target":172},{"source":179,"target":6},{"source":179,"target":172},{"source":179,"target":211},{"source":179,"target":212},{"source":211,"target":213},{"source":211,"target":179},{"source":212,"target":172},{"source":7,"target":85},{"source":7,"target":101},{"source":7,"target":31},{"source":7,"target":123},{"source":7,"target":0},{"source":85,"target":7},{"source":85,"target":2},{"source":85,"target":87},{"source":85,"target":214},{"source":87,"target":38},{"source":87,"target":215},{"source":87,"target":85},{"source":87,"target":77},{"source":215,"target":38},{"source":214,"target":2},{"source":101,"target":7},{"source":101,"target":85},{"source":101,"target":103},{"source":101,"target":216},{"source":103,"target":41},{"source":103,"target":217},{"source":103,"target":101},{"source":103,"target":97},{"source":217,"target":41},{"source":216,"target":85},{"source":31,"target":7},{"source":31,"target":218},{"source":218,"target":85},{"source":218,"target":219},{"source":218,"target":31},{"source":219,"target":85},{"source":123,"target":7},{"source":123,"target":85},{"source":123,"target":125},{"source":123,"target":220},{"source":125,"target":43},{"source":125,"target":221},{"source":125,"target":123},{"source":125,"target":120},{"source":221,"target":43},{"source":220,"target":85},{"source":8,"target":222},{"source":8,"target":223},{"source":8,"target":29},{"source":8,"target":0},{"source":222,"target":8},{"source":222,"target":224},{"source":222,"target":225},{"source":222,"target":226},{"source":222,"target":227},{"source":224,"target":228},{"source":224,"target":222},{"source":225,"target":229},{"source":225,"target":222},{"source":226,"target":230},{"source":226,"target":222},{"source":227,"target":223},{"source":227,"target":231},{"source":227,"target":222},{"source":231,"target":223},{"source":223,"target":8},{"source":223,"target":232},{"source":223,"target":233},{"source":223,"target":234},{"source":232,"target":223},{"source":233,"target":223},{"source":234,"target":223},{"source":29,"target":8},{"source":29,"target":235},{"source":235,"target":222},{"source":235,"target":236},{"source":235,"target":29},{"source":236,"target":222}],"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="nav" nsURI="http://www.soluvas.org/nav/1.0" nsPrefix="nav"> <eClassifiers xsi:type="ecore:EClass" name="MenuItem" eSuperTypes="#//MenuItemContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If set, will attach to other Menu.&#xA;If not set, will attach to the parent (container)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bundle" eType="#//Bundle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iconName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Path to be used by the Backbone client. The base URI of the web application will be prepended, which will form either a full URI like http://www.wikindonesia.com/process/ or a fragment-based one like http://www.wikindonesia.com/#!/process/&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="#//MenuItemContainer"> <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="MenuItemContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//MenuItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuCatalog" eSuperTypes="#//MenuItemContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="menus" upperBound="-1" eType="#//Menu" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageMenuItem" eSuperTypes="#//MenuItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PageParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageParameter" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessMenuItem" eSuperTypes="#//MenuItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Bundle" instanceClassName="org.osgi.framework.Bundle"/> </ecore:EPackage>
github:ecore:/data/soluvas/soluvas-web/nav/model/nav.ecore
ecore
nav MenuItem id parentId label weight bundle iconName clientPath Menu id MenuItemContainer items MenuCatalog menus PageMenuItem pageClass parameters PageParameter java.util.Map$Entry java.util.Map$Entry key value ProcessMenuItem processId Bundle org.osgi.framework.Bundle org.osgi.framework.Bundle
null
{"directed":true,"nodes":[{"nsPrefix":"nav","nsURI":"http://www.soluvas.org/nav/1.0","name":"nav","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemContainer","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuCatalog","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageMenuItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"PageParameter","instanceClass":"java.util.Map$Entry","abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessMenuItem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.osgi.framework.Bundle","defaultValue":null,"instanceClassName":"org.osgi.framework.Bundle","name":"Bundle","instanceClass":"org.osgi.framework.Bundle","id":8,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"parentId","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":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":"bundle","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":"iconName","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":"clientPath","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"},{"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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageClass","changeable":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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":"key","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":"processId","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":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":8},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":8},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":1},{"source":27,"target":28},{"source":27,"target":3},{"source":28,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":4,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":4},{"source":31,"target":2},{"source":30,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":32,"target":35},{"source":32,"target":5},{"source":33,"target":6},{"source":33,"target":36},{"source":33,"target":5},{"source":36,"target":6},{"source":34,"target":1},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":40},{"source":38,"target":6},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":1},{"source":8,"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="sculptorguimetamodel" nsURI="http://sculptor.org/sculptorgui" nsPrefix="sc"> <eClassifiers xsi:type="ecore:EClass" name="GuiApplication" eSuperTypes="sculptormetamodel.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guiForApplication" lowerBound="1" eType="ecore:EClass sculptormetamodel.ecore#//Application"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" lowerBound="1" upperBound="-1" eType="#//GuiModule" containment="true" eOpposite="#//GuiModule/application"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuiModule" eSuperTypes="sculptormetamodel.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" lowerBound="1" upperBound="-1" eType="#//UserTask" containment="true" eOpposite="#//UserTask/module"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//GuiApplication" eOpposite="#//GuiApplication/modules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="sculptormetamodel.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitions" upperBound="-1" eType="#//SubTaskTransition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="for" lowerBound="1" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule" eOpposite="#//GuiModule/userTasks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewProperties" upperBound="-1" eType="#//ViewDataProperty" containment="true" eOpposite="#//ViewDataProperty/userTask"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conversationRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gapClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="createDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="populateDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="searchDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deleteDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubTaskTransition" eSuperTypes="sculptormetamodel.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//UserTask"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forReference" lowerBound="1" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//UserTask"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewDataProperty" eSuperTypes="sculptormetamodel.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="userTask" eType="#//UserTask" eOpposite="#//UserTask/viewProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TmpReferenceHolder"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subTaskTransitionHolders" upperBound="-1" eType="#//TmpSubTaskTransitionHolder" containment="true" eOpposite="#//TmpSubTaskTransitionHolder/referenceHoler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TmpSubTaskTransitionHolder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toTaskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceHoler" lowerBound="1" eType="#//TmpReferenceHolder" eOpposite="#//TmpReferenceHolder/subTaskTransitionHolders"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceViewProperty" eSuperTypes="#//ViewDataProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTransitions" upperBound="-1" eType="#//SubTaskTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previewProperties" upperBound="-1" eType="#//ViewDataProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeViewProperty" eSuperTypes="#//ViewDataProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicTypeViewProperty" eSuperTypes="#//ViewDataProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass sculptormetamodel.ecore#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumViewProperty" eSuperTypes="#//ViewDataProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicTypeEnumViewProperty" eSuperTypes="#//EnumViewProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="basicTypeReference" eType="ecore:EClass sculptormetamodel.ecore#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTaskGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="userTasks" upperBound="-1" eType="#//UserTask"/> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="ecore:EClass sculptormetamodel.ecore#//DomainObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//GuiModule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivedReferenceViewProperty" eSuperTypes="#//ReferenceViewProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" lowerBound="1" eType="#//ReferenceViewProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddTask" eSuperTypes="#//UserTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="findDOWith" eType="ecore:EClass sculptormetamodel.ecore#//ServiceOperation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/sculptorguimetamodel.ecore
ecore
sculptorguimetamodel GuiApplication guiForApplication modules basePackage GuiModule userTasks basePackage application for UserTask subTaskTransitions for abstract module taskType viewProperties conversationRoot gapClass CreateTask createDOWith populateDOWith UpdateTask findDOWith updateDOWith populateDOWith ViewTask findDOWith ListTask searchDOWith DeleteTask findDOWith deleteDOWith SubTaskTransition to forReference from ViewDataProperty userTask messageKey TmpReferenceHolder reference subTaskTransitionHolders TmpSubTaskTransitionHolder toTaskType to referenceHoler ReferenceTarget reference target ReferenceViewProperty relatedTransitions reference target base previewProperties AttributeViewProperty attribute BasicTypeViewProperty reference attribute EnumViewProperty reference BasicTypeEnumViewProperty basicTypeReference UserTaskGroup userTasks for module DerivedReferenceViewProperty derivedFrom AddTask findDOWith
null
{"directed":true,"nodes":[{"nsPrefix":"sc","nsURI":"http://sculptor.org/sculptorgui","name":"sculptorguimetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiModule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewTask","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTask","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubTaskTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDataProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpReferenceHolder","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TmpSubTaskTransitionHolder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTarget","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceViewProperty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeViewProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeViewProperty","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumViewProperty","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeEnumViewProperty","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTaskGroup","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedReferenceViewProperty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddTask","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guiForApplication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"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":"userTasks","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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTaskTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"abstract","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":"taskType","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"conversationRoot","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"gapClass","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":"userTask","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":false,"unsettable":false,"transient":false,"unique":true,"name":"createDOWith","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":"populateDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","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":false,"unsettable":false,"transient":false,"unique":true,"name":"updateDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"populateDOWith","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":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"searchDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deleteDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"messageKey","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":"subTaskTransitionHolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"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":false,"unique":true,"name":"referenceHoler","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"toTaskType","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedTransitions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":"base","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previewProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicTypeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","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":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"findDOWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":1},{"source":23,"target":28},{"source":27,"target":2},{"source":24,"target":29},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":28},{"source":2,"target":32},{"source":2,"target":33},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":30,"target":35},{"source":34,"target":3},{"source":31,"target":36},{"source":31,"target":2},{"source":28,"target":1},{"source":28,"target":37},{"source":28,"target":2},{"source":28,"target":23},{"source":37,"target":1},{"source":32,"target":38},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":35},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":39,"target":9},{"source":39,"target":47},{"source":39,"target":3},{"source":47,"target":9},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":35,"target":2},{"source":35,"target":50},{"source":35,"target":3},{"source":35,"target":30},{"source":50,"target":2},{"source":42,"target":51},{"source":42,"target":3},{"source":43,"target":10},{"source":43,"target":52},{"source":43,"target":3},{"source":43,"target":53},{"source":52,"target":10},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":55},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":56,"target":59},{"source":56,"target":4},{"source":57,"target":60},{"source":57,"target":4},{"source":58,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":61,"target":65},{"source":61,"target":5},{"source":62,"target":66},{"source":62,"target":5},{"source":63,"target":67},{"source":63,"target":5},{"source":64,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":70},{"source":68,"target":6},{"source":69,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":73},{"source":71,"target":7},{"source":72,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":77},{"source":74,"target":8},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":79,"target":3},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":3},{"source":80,"target":84},{"source":80,"target":9},{"source":81,"target":3},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":3},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":86},{"source":10,"target":87},{"source":53,"target":3},{"source":53,"target":88},{"source":53,"target":10},{"source":53,"target":43},{"source":88,"target":3},{"source":86,"target":89},{"source":86,"target":10},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":90,"target":92},{"source":90,"target":11},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":11},{"source":91,"target":94},{"source":93,"target":12},{"source":12,"target":0},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":94},{"source":95,"target":97},{"source":95,"target":12},{"source":96,"target":98},{"source":96,"target":12},{"source":94,"target":11},{"source":94,"target":99},{"source":94,"target":12},{"source":94,"target":91},{"source":99,"target":11},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":100,"target":102},{"source":100,"target":13},{"source":101,"target":103},{"source":101,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":104,"target":9},{"source":104,"target":110},{"source":104,"target":14},{"source":110,"target":9},{"source":105,"target":111},{"source":105,"target":14},{"source":106,"target":112},{"source":106,"target":14},{"source":107,"target":113},{"source":107,"target":14},{"source":108,"target":10},{"source":108,"target":114},{"source":108,"target":14},{"source":114,"target":10},{"source":109,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":115},{"source":15,"target":116},{"source":115,"target":117},{"source":115,"target":15},{"source":116,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":118,"target":121},{"source":118,"target":16},{"source":119,"target":122},{"source":119,"target":16},{"source":120,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":123},{"source":17,"target":124},{"source":123,"target":125},{"source":123,"target":17},{"source":124,"target":10},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":128},{"source":126,"target":18},{"source":127,"target":17},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":129,"target":3},{"source":129,"target":132},{"source":129,"target":19},{"source":132,"target":3},{"source":130,"target":133},{"source":130,"target":19},{"source":131,"target":2},{"source":131,"target":134},{"source":131,"target":19},{"source":134,"target":2},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":135},{"source":20,"target":136},{"source":135,"target":14},{"source":135,"target":137},{"source":135,"target":20},{"source":137,"target":14},{"source":136,"target":14},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":138},{"source":21,"target":139},{"source":138,"target":140},{"source":138,"target":21},{"source":139,"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="ares" nsURI="http://eclipse.org/amp/ares" nsPrefix="ares"> <eClassifiers xsi:type="ecore:EClass" name="Run"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass ../../../org.eclipse.amp.amf.acore/src/model/metaabm.ecore#//SContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="test" lowerBound="1" eType="ecore:EClass ../../src-gen/org/eclipse/amp/amf/testing/ATest.ecore#//Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterization" lowerBound="1" eType="ecore:EClass ../../../org.eclipse.amp.amf.parameters/src-gen/org/eclipse/amp/amf/parameters/APar.ecore#//Model"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="#//ResultType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass ../../../org.eclipse.amp.amf.parameters/src-gen/org/eclipse/amp/amf/parameters/APar.ecore#//SingleParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="ecore:EClass ../../src-gen/org/eclipse/amp/amf/testing/ATest.ecore#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="started" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//ConstraintTest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResultType"> <eLiterals name="Incomplete" value="1" literal="INCOMPLETE"/> <eLiterals name="Success" value="2" literal="SUCCESS"/> <eLiterals name="Failure" value="3" literal="FAILURE"/> <eLiterals name="Error" value="-1" literal="ERROR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintTest"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="ecore:EClass ../../src-gen/org/eclipse/amp/amf/testing/ATest.ecore#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issue" lowerBound="1" eType="#//Issue"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failure" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Issue"> <eLiterals name="BelowRange" value="10" literal="BELOW_RANGE"/> <eLiterals name="AboveRange" value="15" literal="ABOVE_RANGE"/> <eLiterals name="None" value="1" literal="NONE"/> <eLiterals name="NotFound" value="-1" literal="NOT_FOUND"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" lowerBound="1" eType="#//ResultType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="started" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runs" upperBound="-1" eType="#//Run" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ffam/MASON4AMP/org.eclipse.amp.amf.testing/src/model/ares.ecore
ecore
ares Run model test parameterization result parameters constraints started finished results ResultType Incomplete INCOMPLETE Success SUCCESS Failure FAILURE Error ERROR ConstraintTest constraint issue actualValue failure Issue BelowRange BELOW_RANGE AboveRange ABOVE_RANGE None NONE NotFound NOT_FOUND RunSet result started finished runs
null
{"directed":true,"nodes":[{"nsPrefix":"ares","nsURI":"http://eclipse.org/amp/ares","name":"ares","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Run","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResultType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintTest","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Issue","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"started","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finished","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"Incomplete","id":24,"value":1,"literal":"INCOMPLETE","eClass":"EEnumLiteral"},{"name":"Success","id":25,"value":2,"literal":"SUCCESS","eClass":"EEnumLiteral"},{"name":"Failure","id":26,"value":3,"literal":"FAILURE","eClass":"EEnumLiteral"},{"name":"Error","id":27,"value":-1,"literal":"ERROR","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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issue","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualValue","changeable":true,"lowerBound":1,"iD":false,"id":30,"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":"failure","changeable":false,"lowerBound":1,"iD":false,"id":31,"derived":true},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"BelowRange","id":36,"value":10,"literal":"BELOW_RANGE","eClass":"EEnumLiteral"},{"name":"AboveRange","id":37,"value":15,"literal":"ABOVE_RANGE","eClass":"EEnumLiteral"},{"name":"None","id":38,"value":1,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NotFound","id":39,"value":-1,"literal":"NOT_FOUND","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":1,"iD":false,"id":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":"started","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":"finished","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runs","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":6,"target":15},{"source":6,"target":1},{"source":7,"target":16},{"source":7,"target":1},{"source":8,"target":17},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":18},{"source":9,"target":1},{"source":18,"target":2},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":22},{"source":13,"target":1},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":4},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":40,"target":2},{"source":40,"target":44},{"source":40,"target":5},{"source":44,"target":2},{"source":41,"target":45},{"source":41,"target":5},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":1},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"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="gatekeeper" nsURI="http://www.postfinance.ch/kfzv/gatekeeper/Gatekeeper" nsPrefix="gatekeeper"> <eClassifiers xsi:type="ecore:EClass" name="GtkModel"/> <eClassifiers xsi:type="ecore:EClass" name="GtkBasisConfig" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="release" 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="datum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeMappings" eType="#//KukobezaPrimitives2XsdMappings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceNutzer" upperBound="-1" eType="#//ServiceNutzer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="securityRollen" upperBound="-1" eType="#//SecurityRolle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fachlicheFehlerGruppe" upperBound="-1" eType="#//FachlicherFehlerGruppe" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fachlicheFehlerMapping" upperBound="-1" eType="#//FachlicheFehlerMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FachlicherFehlerGruppe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fachlicheFehler" upperBound="-1" eType="#//FachlicherFehler" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FachlicherFehler"> <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#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FachlicheFehlerMapping"> <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#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maps2FachlicherFehler" eType="#//FachlicherFehler"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wertFehlerText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceNutzer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ortsCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SecurityRolle"> <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="KukobezaPrimitives2XsdMappings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//KukobezaPrimitives2XsdMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KukobezaPrimitives2XsdMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="primType" eType="ecore:EClass ../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gtkType" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasManuAdaXmlUtils" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GtkDataTypes" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="adaTypes" upperBound="-1" eType="#//AdaType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xsdTypes" upperBound="-1" eType="#//XsdType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//DataType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdaType"> <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="XsdType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="adaType" eType="#//AdaType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullableJavaType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xsdType" eType="#//XsdType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionBlock" eType="#//RestrictionBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RestrictionBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="restriction" eType="#//Restriction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Restriction"/> <eClassifiers xsi:type="ecore:EClass" name="EnumRestriction" eSuperTypes="#//Restriction"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumRef" eType="#//SimpleEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInclude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExclude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumItems" unique="false" upperBound="-1" eType="#//SimpleEnumItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntRestriction" eSuperTypes="#//Restriction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringRestriction" eSuperTypes="#//Restriction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appl" eType="#//Applikation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasExternalXsdDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basisKonfig" eType="#//GtkBasisConfig"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetDir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xsdNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xsdNamespaceShort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Applikation"> <eLiterals name="KOBE" literal="KOBE"/> <eLiterals name="KUDA" value="1" literal="KUDA"/> <eLiterals name="GLOBAL" value="2" literal="GLOBAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleEnum" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//SimpleEnumItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleEnumItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//ChoiceCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceCase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primType" eType="ecore:EClass ../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overrideName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needsEnumFeatureRestriction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumRef" eType="#//SimpleEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primType" eType="ecore:EClass ../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasManuAdaXmlUtils" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primType" eType="ecore:EClass ../../../../../../ch.postfinance.zvis.primitives/src-gen/ch/postfinance/zvis/primitives/Primitives.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxListElements" eType="#//MaxListeElements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasAdaType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterfaceRestriction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionBlock" eType="#//RestrictionBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaxListeElements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infinit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appl" eType="#//Applikation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basisKonfig" eType="#//GtkBasisConfig"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationen" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSync" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAsync" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isManuImpl" 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:EAttribute" name="accessGroup" eType="#//AccessGroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asyncCommType" eType="#//AsyncCommType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fachlicheFehler" unique="false" upperBound="-1" eType="#//FachlicherFehler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceNutzung" upperBound="-1" eType="#//ServiceNutzung" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="securityRollen" unique="false" upperBound="-1" eType="#//SecurityRolle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessGroup"> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> <eLiterals name="ACCESS_READ" value="1" literal="ACCESS_READ"/> <eLiterals name="ACCESS_SELECT" value="2" literal="ACCESS_SELECT"/> <eLiterals name="ACCESS_WRITE1" value="3" literal="ACCESS_WRITE1"/> <eLiterals name="ACCESS_WRITE2" value="4" literal="ACCESS_WRITE2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AsyncCommType"> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> <eLiterals name="FireForget" value="1" literal="FireForget"/> <eLiterals name="RequestReply" value="2" literal="RequestReply"/> <eLiterals name="Notification" value="3" literal="Notification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceNutzung"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceNutzer" eType="#//ServiceNutzer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandant" eType="#//Mandant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mandant"> <eLiterals name="PF" literal="PF"/> <eLiterals name="REKA" value="1" literal="REKA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SGtkService" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appl" eType="#//Applikation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basisKonfig" eType="#//GtkBasisConfig"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceShort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxBeanInstances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationen" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedServices" upperBound="-1" eType="#//ImportedService" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportedService"> <eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedOperations" unique="false" upperBound="-1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GtkServices" eSuperTypes="#//GtkModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kobeServices" unique="false" upperBound="-1" eType="#//Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sgtkServices" unique="false" upperBound="-1" eType="#//SGtkService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Gatekeeper.ecore
ecore
gatekeeper GtkModel GtkBasisConfig name imports release version datum typeMappings serviceNutzer securityRollen fachlicheFehlerGruppe fachlicheFehlerMapping FachlicherFehlerGruppe name fachlicheFehler FachlicherFehler name code FachlicheFehlerMapping name code maps2FachlicherFehler wertFehlerText ServiceNutzer name ortsCode SecurityRolle name KukobezaPrimitives2XsdMappings name mappings KukobezaPrimitives2XsdMapping primType gtkType hasManuAdaXmlUtils GtkDataTypes adaTypes xsdTypes dataTypes AdaType name XsdType name adaType nullable nullableJavaType DataType isNullable xsdType restrictionBlock RestrictionBlock restriction Restriction EnumRestriction enumRef isInclude isExclude enumItems IntRestriction min max StringRestriction min max pattern PackageDeclaration name appl hasExternalXsdDefinition imports basisKonfig targetDir xsdNamespace xsdNamespaceShort elements Applikation KOBE KOBE KUDA KUDA GLOBAL GLOBAL Type name SimpleEnum items SimpleEnumItem name literalName annotationText ChoiceType cases ChoiceCase name features ListType type primType Entity isAbstract overrideName needsEnumFeatureRestriction enumRef superType primType hasManuAdaXmlUtils features Feature name type primType isOptional maxListElements aliasAdaType isInterfaceRestriction restrictionBlock MaxListeElements infinit number Service name appl imports basisKonfig operationen Operation isSync isAsync isManuImpl name accessGroup asyncCommType input output fachlicheFehler serviceNutzung securityRollen AccessGroup UNDEFINED UNDEFINED ACCESS_READ ACCESS_READ ACCESS_SELECT ACCESS_SELECT ACCESS_WRITE1 ACCESS_WRITE1 ACCESS_WRITE2 ACCESS_WRITE2 AsyncCommType UNDEFINED UNDEFINED FireForget FireForget RequestReply RequestReply Notification Notification ServiceNutzung serviceNutzer mandant Mandant PF PF REKA REKA SGtkService name appl imports basisKonfig endpoint namespace namespaceShort maxBeanInstances operationen importedServices ImportedService service importedOperations GtkServices imports kobeServices sgtkServices Import importedNamespace
null
{"directed":true,"nodes":[{"nsPrefix":"gatekeeper","nsURI":"http://www.postfinance.ch/kfzv/gatekeeper/Gatekeeper","name":"gatekeeper","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GtkModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GtkBasisConfig","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FachlicherFehlerGruppe","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FachlicherFehler","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FachlicheFehlerMapping","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceNutzer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityRolle","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KukobezaPrimitives2XsdMappings","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KukobezaPrimitives2XsdMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GtkDataTypes","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XsdType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestrictionBlock","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restriction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumRestriction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntRestriction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringRestriction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Applikation","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleEnum","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleEnumItem","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceCase","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxListeElements","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessGroup","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AsyncCommType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceNutzung","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mandant","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SGtkService","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedService","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GtkServices","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":39,"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":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":"imports","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":"release","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":"version","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":"datum","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeMappings","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":"serviceNutzer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securityRollen","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":"fachlicheFehlerGruppe","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":"fachlicheFehlerMapping","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"},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fachlicheFehler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"code","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maps2FachlicherFehler","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":"wertFehlerText","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ortsCode","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":"name","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gtkType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasManuAdaXmlUtils","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"adaTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xsdTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullable","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":"nullableJavaType","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNullable","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xsdType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restriction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"isInclude","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"isExclude","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"enumItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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":"min","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":"max","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appl","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"hasExternalXsdDefinition","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basisKonfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetDir","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":"xsdNamespace","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xsdNamespaceShort","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"name":"KOBE","id":159,"value":0,"literal":"KOBE","eClass":"EEnumLiteral"},{"name":"KUDA","id":160,"value":1,"literal":"KUDA","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":161,"value":2,"literal":"GLOBAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"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":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalName","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":"annotationText","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"primType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"overrideName","changeable":true,"lowerBound":0,"iD":false,"id":186,"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":"needsEnumFeatureRestriction","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":false,"unsettable":false,"transient":false,"unique":true,"name":"enumRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"hasManuAdaXmlUtils","changeable":true,"lowerBound":0,"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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"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":"isOptional","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maxListElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasAdaType","changeable":true,"lowerBound":0,"iD":false,"id":207,"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":"isInterfaceRestriction","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":"restrictionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"infinit","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appl","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":false,"unsettable":false,"transient":false,"unique":true,"name":"basisKonfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationen","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"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSync","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":"isAsync","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"isManuImpl","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":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":236,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessGroup","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asyncCommType","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":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":"fachlicheFehler","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":"serviceNutzung","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":false,"unsettable":false,"transient":false,"unique":false,"name":"securityRollen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"name":"UNDEFINED","id":255,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"ACCESS_READ","id":256,"value":1,"literal":"ACCESS_READ","eClass":"EEnumLiteral"},{"name":"ACCESS_SELECT","id":257,"value":2,"literal":"ACCESS_SELECT","eClass":"EEnumLiteral"},{"name":"ACCESS_WRITE1","id":258,"value":3,"literal":"ACCESS_WRITE1","eClass":"EEnumLiteral"},{"name":"ACCESS_WRITE2","id":259,"value":4,"literal":"ACCESS_WRITE2","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":260,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"FireForget","id":261,"value":1,"literal":"FireForget","eClass":"EEnumLiteral"},{"name":"RequestReply","id":262,"value":2,"literal":"RequestReply","eClass":"EEnumLiteral"},{"name":"Notification","id":263,"value":3,"literal":"Notification","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":"serviceNutzer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandant","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"PF","id":268,"value":0,"literal":"PF","eClass":"EEnumLiteral"},{"name":"REKA","id":269,"value":1,"literal":"REKA","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appl","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":false,"unsettable":false,"transient":false,"unique":true,"name":"basisKonfig","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"endpoint","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":"namespace","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":"namespaceShort","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxBeanInstances","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"importedOperations","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":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":"kobeServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":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":"sgtkServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"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":40,"target":51},{"source":40,"target":2},{"source":41,"target":39},{"source":41,"target":52},{"source":41,"target":2},{"source":52,"target":39},{"source":42,"target":53},{"source":42,"target":2},{"source":43,"target":54},{"source":43,"target":2},{"source":44,"target":55},{"source":44,"target":2},{"source":45,"target":8},{"source":45,"target":56},{"source":45,"target":2},{"source":56,"target":8},{"source":46,"target":6},{"source":46,"target":57},{"source":46,"target":2},{"source":57,"target":6},{"source":47,"target":7},{"source":47,"target":58},{"source":47,"target":2},{"source":58,"target":7},{"source":48,"target":3},{"source":48,"target":59},{"source":48,"target":2},{"source":59,"target":3},{"source":49,"target":5},{"source":49,"target":60},{"source":49,"target":2},{"source":60,"target":5},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":63},{"source":61,"target":3},{"source":62,"target":4},{"source":62,"target":64},{"source":62,"target":3},{"source":64,"target":4},{"source":4,"target":0},{"source":4,"target":65},{"source":4,"target":66},{"source":65,"target":67},{"source":65,"target":4},{"source":66,"target":68},{"source":66,"target":4},{"source":5,"target":0},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":69,"target":73},{"source":69,"target":5},{"source":70,"target":74},{"source":70,"target":5},{"source":71,"target":4},{"source":71,"target":75},{"source":71,"target":5},{"source":75,"target":4},{"source":72,"target":76},{"source":72,"target":5},{"source":6,"target":0},{"source":6,"target":77},{"source":6,"target":78},{"source":77,"target":79},{"source":77,"target":6},{"source":78,"target":80},{"source":78,"target":6},{"source":7,"target":0},{"source":7,"target":81},{"source":81,"target":82},{"source":81,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":8,"target":84},{"source":83,"target":85},{"source":83,"target":8},{"source":84,"target":9},{"source":84,"target":86},{"source":84,"target":8},{"source":86,"target":9},{"source":9,"target":0},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":87,"target":90},{"source":87,"target":9},{"source":88,"target":21},{"source":88,"target":91},{"source":88,"target":9},{"source":91,"target":21},{"source":89,"target":92},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":93,"target":11},{"source":93,"target":97},{"source":93,"target":10},{"source":97,"target":11},{"source":94,"target":12},{"source":94,"target":98},{"source":94,"target":10},{"source":98,"target":12},{"source":95,"target":13},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":13},{"source":96,"target":1},{"source":11,"target":0},{"source":11,"target":100},{"source":100,"target":101},{"source":100,"target":11},{"source":12,"target":0},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":102,"target":106},{"source":102,"target":12},{"source":103,"target":11},{"source":103,"target":107},{"source":103,"target":12},{"source":107,"target":11},{"source":104,"target":108},{"source":104,"target":12},{"source":105,"target":109},{"source":105,"target":12},{"source":13,"target":0},{"source":13,"target":21},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":110,"target":114},{"source":110,"target":13},{"source":111,"target":12},{"source":111,"target":115},{"source":111,"target":13},{"source":115,"target":12},{"source":112,"target":14},{"source":112,"target":116},{"source":112,"target":13},{"source":116,"target":14},{"source":113,"target":21},{"source":14,"target":0},{"source":14,"target":117},{"source":117,"target":15},{"source":117,"target":118},{"source":117,"target":14},{"source":118,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":119,"target":22},{"source":119,"target":124},{"source":119,"target":16},{"source":124,"target":22},{"source":120,"target":125},{"source":120,"target":16},{"source":121,"target":126},{"source":121,"target":16},{"source":122,"target":23},{"source":122,"target":127},{"source":122,"target":16},{"source":127,"target":23},{"source":123,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":128,"target":131},{"source":128,"target":17},{"source":129,"target":132},{"source":129,"target":17},{"source":130,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":133,"target":137},{"source":133,"target":18},{"source":134,"target":138},{"source":134,"target":18},{"source":135,"target":139},{"source":135,"target":18},{"source":136,"target":15},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":140,"target":150},{"source":140,"target":19},{"source":141,"target":20},{"source":141,"target":151},{"source":141,"target":19},{"source":151,"target":20},{"source":142,"target":152},{"source":142,"target":19},{"source":143,"target":39},{"source":143,"target":153},{"source":143,"target":19},{"source":153,"target":39},{"source":144,"target":2},{"source":144,"target":154},{"source":144,"target":19},{"source":154,"target":2},{"source":145,"target":155},{"source":145,"target":19},{"source":146,"target":156},{"source":146,"target":19},{"source":147,"target":157},{"source":147,"target":19},{"source":148,"target":21},{"source":148,"target":158},{"source":148,"target":19},{"source":158,"target":21},{"source":149,"target":1},{"source":20,"target":0},{"source":20,"target":159},{"source":20,"target":160},{"source":20,"target":161},{"source":159,"target":20},{"source":160,"target":20},{"source":161,"target":20},{"source":21,"target":0},{"source":21,"target":162},{"source":162,"target":163},{"source":162,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":164},{"source":22,"target":165},{"source":164,"target":23},{"source":164,"target":166},{"source":164,"target":22},{"source":166,"target":23},{"source":165,"target":21},{"source":23,"target":0},{"source":23,"target":167},{"source":23,"target":168},{"source":23,"target":169},{"source":167,"target":170},{"source":167,"target":23},{"source":168,"target":171},{"source":168,"target":23},{"source":169,"target":172},{"source":169,"target":23},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":173},{"source":24,"target":174},{"source":173,"target":25},{"source":173,"target":175},{"source":173,"target":24},{"source":175,"target":25},{"source":174,"target":21},{"source":25,"target":0},{"source":25,"target":176},{"source":25,"target":177},{"source":176,"target":178},{"source":176,"target":25},{"source":177,"target":28},{"source":177,"target":179},{"source":177,"target":25},{"source":179,"target":28},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":180},{"source":26,"target":181},{"source":26,"target":182},{"source":180,"target":21},{"source":180,"target":183},{"source":180,"target":26},{"source":183,"target":21},{"source":181,"target":184},{"source":181,"target":26},{"source":182,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":185},{"source":27,"target":186},{"source":27,"target":187},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":185,"target":194},{"source":185,"target":27},{"source":186,"target":195},{"source":186,"target":27},{"source":187,"target":196},{"source":187,"target":27},{"source":188,"target":22},{"source":188,"target":197},{"source":188,"target":27},{"source":197,"target":22},{"source":189,"target":27},{"source":189,"target":198},{"source":189,"target":27},{"source":198,"target":27},{"source":190,"target":199},{"source":190,"target":27},{"source":191,"target":200},{"source":191,"target":27},{"source":192,"target":28},{"source":192,"target":201},{"source":192,"target":27},{"source":201,"target":28},{"source":193,"target":21},{"source":28,"target":0},{"source":28,"target":202},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":28,"target":206},{"source":28,"target":207},{"source":28,"target":208},{"source":28,"target":209},{"source":202,"target":210},{"source":202,"target":28},{"source":203,"target":21},{"source":203,"target":211},{"source":203,"target":28},{"source":211,"target":21},{"source":204,"target":212},{"source":204,"target":28},{"source":205,"target":213},{"source":205,"target":28},{"source":206,"target":29},{"source":206,"target":214},{"source":206,"target":28},{"source":214,"target":29},{"source":207,"target":215},{"source":207,"target":28},{"source":208,"target":216},{"source":208,"target":28},{"source":209,"target":14},{"source":209,"target":217},{"source":209,"target":28},{"source":217,"target":14},{"source":29,"target":0},{"source":29,"target":218},{"source":29,"target":219},{"source":218,"target":220},{"source":218,"target":29},{"source":219,"target":221},{"source":219,"target":29},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":222},{"source":30,"target":223},{"source":30,"target":224},{"source":30,"target":225},{"source":30,"target":226},{"source":30,"target":227},{"source":222,"target":228},{"source":222,"target":30},{"source":223,"target":20},{"source":223,"target":229},{"source":223,"target":30},{"source":229,"target":20},{"source":224,"target":39},{"source":224,"target":230},{"source":224,"target":30},{"source":230,"target":39},{"source":225,"target":2},{"source":225,"target":231},{"source":225,"target":30},{"source":231,"target":2},{"source":226,"target":31},{"source":226,"target":232},{"source":226,"target":30},{"source":232,"target":31},{"source":227,"target":1},{"source":31,"target":0},{"source":31,"target":233},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":31,"target":237},{"source":31,"target":238},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":31,"target":242},{"source":31,"target":243},{"source":233,"target":244},{"source":233,"target":31},{"source":234,"target":245},{"source":234,"target":31},{"source":235,"target":246},{"source":235,"target":31},{"source":236,"target":247},{"source":236,"target":31},{"source":237,"target":32},{"source":237,"target":248},{"source":237,"target":31},{"source":248,"target":32},{"source":238,"target":33},{"source":238,"target":249},{"source":238,"target":31},{"source":249,"target":33},{"source":239,"target":27},{"source":239,"target":250},{"source":239,"target":31},{"source":250,"target":27},{"source":240,"target":27},{"source":240,"target":251},{"source":240,"target":31},{"source":251,"target":27},{"source":241,"target":4},{"source":241,"target":252},{"source":241,"target":31},{"source":252,"target":4},{"source":242,"target":34},{"source":242,"target":253},{"source":242,"target":31},{"source":253,"target":34},{"source":243,"target":7},{"source":243,"target":254},{"source":243,"target":31},{"source":254,"target":7},{"source":32,"target":0},{"source":32,"target":255},{"source":32,"target":256},{"source":32,"target":257},{"source":32,"target":258},{"source":32,"target":259},{"source":255,"target":32},{"source":256,"target":32},{"source":257,"target":32},{"source":258,"target":32},{"source":259,"target":32},{"source":33,"target":0},{"source":33,"target":260},{"source":33,"target":261},{"source":33,"target":262},{"source":33,"target":263},{"source":260,"target":33},{"source":261,"target":33},{"source":262,"target":33},{"source":263,"target":33},{"source":34,"target":0},{"source":34,"target":264},{"source":34,"target":265},{"source":264,"target":6},{"source":264,"target":266},{"source":264,"target":34},{"source":266,"target":6},{"source":265,"target":35},{"source":265,"target":267},{"source":265,"target":34},{"source":267,"target":35},{"source":35,"target":0},{"source":35,"target":268},{"source":35,"target":269},{"source":268,"target":35},{"source":269,"target":35},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":270},{"source":36,"target":271},{"source":36,"target":272},{"source":36,"target":273},{"source":36,"target":274},{"source":36,"target":275},{"source":36,"target":276},{"source":36,"target":277},{"source":36,"target":278},{"source":36,"target":279},{"source":36,"target":280},{"source":270,"target":281},{"source":270,"target":36},{"source":271,"target":20},{"source":271,"target":282},{"source":271,"target":36},{"source":282,"target":20},{"source":272,"target":39},{"source":272,"target":283},{"source":272,"target":36},{"source":283,"target":39},{"source":273,"target":2},{"source":273,"target":284},{"source":273,"target":36},{"source":284,"target":2},{"source":274,"target":285},{"source":274,"target":36},{"source":275,"target":286},{"source":275,"target":36},{"source":276,"target":287},{"source":276,"target":36},{"source":277,"target":288},{"source":277,"target":36},{"source":278,"target":31},{"source":278,"target":289},{"source":278,"target":36},{"source":289,"target":31},{"source":279,"target":37},{"source":279,"target":290},{"source":279,"target":36},{"source":290,"target":37},{"source":280,"target":1},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":291,"target":30},{"source":291,"target":293},{"source":291,"target":37},{"source":293,"target":30},{"source":292,"target":31},{"source":292,"target":294},{"source":292,"target":37},{"source":294,"target":31},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":295},{"source":38,"target":296},{"source":38,"target":297},{"source":38,"target":298},{"source":295,"target":39},{"source":295,"target":299},{"source":295,"target":38},{"source":299,"target":39},{"source":296,"target":30},{"source":296,"target":300},{"source":296,"target":38},{"source":300,"target":30},{"source":297,"target":36},{"source":297,"target":301},{"source":297,"target":38},{"source":301,"target":36},{"source":298,"target":1},{"source":39,"target":0},{"source":39,"target":302},{"source":302,"target":303},{"source":302,"target":39}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="commondata" nsURI="http://www.polarsys.org/kitalpha/ad/viewpoint/dsl/as/commondata/1.0.0" nsPrefix="commondata"> <eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true"> <eOperations name="getAbstractAttributes" upperBound="-1" eType="#//AbstractAttribute"/> <eOperations name="getAllAbstractAttributes" upperBound="-1" eType="#//AbstractAttribute"/> <eOperations name="getAbstractAssociations" upperBound="-1" eType="#//AbstractAssociation"/> <eOperations name="getAllAbstractAssociation" upperBound="-1" eType="#//AbstractAssociation"/> <eOperations name="getSuperAbstractTypes" upperBound="-1" eType="#//AbstractClass"/> <eOperations name="getAllSuperAbstractTypes" upperBound="-1" eType="#//AbstractClass"/> <eOperations name="getName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eOperations name="getEPackageName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eOperations name="getFQN" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalClass" eSuperTypes="#//AbstractClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalClass" eSuperTypes="#//AbstractClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="ecore:EClass platform:/plugin/org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc/model/vpdesc.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAssociation" abstract="true"> <eOperations name="getName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eOperations name="isMany" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalAssociation" eSuperTypes="#//AbstractAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalAssociation" eSuperTypes="#//AbstractAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="ecore:EClass platform:/plugin/org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc/model/vpdesc.ecore#//AbstractAssociation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAttribute" abstract="true"> <eOperations name="getName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalAttribute" eSuperTypes="#//AbstractAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass platform:/plugin/org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc/model/vpdesc.ecore#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalAttribute" eSuperTypes="#//AbstractAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/kitalpha/architecture description/dsl/plugins/org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata/model/commondata.ecore
ecore
commondata AbstractClass getAbstractAttributes getAllAbstractAttributes getAbstractAssociations getAllAbstractAssociation getSuperAbstractTypes getAllSuperAbstractTypes getName getEPackageName getFQN ExternalClass class LocalClass class AbstractAssociation getName isMany ExternalAssociation reference LocalAssociation reference AbstractAttribute getName LocalAttribute attribute ExternalAttribute attribute
null
{"directed":true,"nodes":[{"nsPrefix":"commondata","nsURI":"http://www.polarsys.org/kitalpha/ad/viewpoint/dsl/as/commondata/1.0.0","name":"commondata","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAssociation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalAssociation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalAssociation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAttribute","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAbstractAttributes","lowerBound":0,"id":10,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAbstractAttributes","lowerBound":0,"id":11,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAbstractAssociations","lowerBound":0,"id":12,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllAbstractAssociation","lowerBound":0,"id":13,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSuperAbstractTypes","lowerBound":0,"id":14,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperAbstractTypes","lowerBound":0,"id":15,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEPackageName","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFQN","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":34,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMany","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EOperation"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":44,"many":false,"required":true,"eClass":"EOperation"},{"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":"attribute","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":7},{"source":10,"target":19},{"source":10,"target":1},{"source":19,"target":7},{"source":11,"target":7},{"source":11,"target":20},{"source":11,"target":1},{"source":20,"target":7},{"source":12,"target":4},{"source":12,"target":21},{"source":12,"target":1},{"source":21,"target":4},{"source":13,"target":4},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":4},{"source":14,"target":1},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":1},{"source":15,"target":1},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":1},{"source":16,"target":25},{"source":16,"target":1},{"source":17,"target":26},{"source":17,"target":1},{"source":18,"target":27},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":30},{"source":28,"target":2},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":32,"target":1},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":37},{"source":35,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":38},{"source":5,"target":39},{"source":38,"target":40},{"source":38,"target":5},{"source":39,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":43},{"source":41,"target":6},{"source":42,"target":4},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":45},{"source":44,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":48},{"source":46,"target":8},{"source":47,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":49},{"source":9,"target":50},{"source":49,"target":51},{"source":49,"target":9},{"source":50,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="ImperativeOCL" name="imperativeocl" nsURI="http://www.eclipse.org/qvt/pivot/1.0/ImperativeOCL" nsPrefix="imperativeocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AltExp" name="AltExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.body" name="body" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.condition" name="condition" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssertExp" name="AssertExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.assertion" name="assertion" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assertOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.log" name="log" eType="#ImperativeOCL.LogExp" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssertExp.severity" name="severity" eType="#ImperativeOCL.SeverityKind" defaultValueLiteral="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssignExp" name="AssignExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.defaultValue" name="defaultValue" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="defaultOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssignExp.isReset" name="isReset" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.left" name="left" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="leftOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.value" name="value" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BlockExp" name="BlockExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.BlockExp.body" name="body" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="blockOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BreakExp" name="BreakExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.CatchExp" name="CatchExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.body" name="body" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.exception" name="exception" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ComputeExp" name="ComputeExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.body" name="body" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.returnedElement" name="returnedElement" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ContinueExp" name="ContinueExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralExp" name="DictLiteralExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="#ImperativeOCL.DictLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralPart" name="DictLiteralPart" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.key" name="key" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.value" name="value" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictionaryType" name="DictionaryType" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictionaryType.keyType" name="keyType" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyDict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ForExp" name="ForExp" eSuperTypes="#ImperativeOCL.ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeExpression" name="ImperativeExpression" abstract="true" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeIterateExp" name="ImperativeIterateExp" eSuperTypes="#ImperativeOCL.ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeIterateExp.target" name="target" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeLoopExp" name="ImperativeLoopExp" abstract="true" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//LoopExp #ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeLoopExp.condition" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.InstantiationExp" name="InstantiationExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.argument" name="argument" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="argOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.extent" name="extent" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.instantiatedClass" name="instantiatedClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListLiteralExp" name="ListLiteralExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ListLiteralExp.element" name="element" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elementOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListType" name="ListType" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.LogExp" name="LogExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OperationCallExp #ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.LogExp.condition" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="logOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralExp" name="OrderedTupleLiteralExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralExp.part" name="part" upperBound="-1" eType="#ImperativeOCL.OrderedTupleLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralPart" name="OrderedTupleLiteralPart" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralPart.value" name="value" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupValOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleType" name="OrderedTupleType" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleType.elementType" name="elementType" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="eltTuple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.RaiseExp" name="RaiseExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.argument" name="argument" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.exception" name="exception" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="raiseExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ReturnExp" name="ReturnExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ReturnExp.value" name="value" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="ImperativeOCL.SeverityKind" name="SeverityKind"> <eLiterals xmi:id="ImperativeOCL.SeverityKind.error" name="error"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.warning" name="warning" value="1"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.fatal" name="fatal" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.SwitchExp" name="SwitchExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.alternativePart" name="alternativePart" upperBound="-1" eType="#ImperativeOCL.AltExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.elsePart" name="elsePart" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elsePartOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.TryExp" name="TryExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.exceptClause" name="exceptClause" upperBound="-1" eType="#ImperativeOCL.CatchExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="exceptOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.tryBody" name="tryBody" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryBodyOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.Typedef" name="Typedef" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.base" name="base" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.condition" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnlinkExp" name="UnlinkExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.item" name="item" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="itemUnlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.target" name="target" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtUnlink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnpackExp" name="UnpackExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.source" name="source" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.targetVariable" name="targetVariable" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.VariableInitExp" name="VariableInitExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.VariableInitExp.referredVariable" name="referredVariable" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="declaration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.VariableInitExp.withResult" name="withResult" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.WhileExp" name="WhileExp" eSuperTypes="#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.body" name="body" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.condition" name="condition" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/adilinam/QVToPivotEvaluator/org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore
ecore
imperativeocl AltExp body condition AssertExp assertion log severity error AssignExp defaultValue isReset left value BlockExp body BreakExp CatchExp body exception ComputeExp body returnedElement ContinueExp DictLiteralExp part DictLiteralPart key value DictionaryType keyType ForExp ImperativeExpression ImperativeIterateExp target ImperativeLoopExp condition InstantiationExp argument extent instantiatedClass ListLiteralExp element ListType LogExp condition OrderedTupleLiteralExp part OrderedTupleLiteralPart value OrderedTupleType elementType RaiseExp argument exception ReturnExp value SeverityKind error error warning warning fatal fatal SwitchExp alternativePart elsePart TryExp exceptClause tryBody Typedef base condition UnlinkExp item target UnpackExp source targetVariable VariableInitExp referredVariable withResult false WhileExp body condition
null
{"directed":true,"nodes":[{"nsPrefix":"imperativeocl","nsURI":"http://www.eclipse.org/qvt/pivot/1.0/ImperativeOCL","name":"imperativeocl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralPart","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":32,"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":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"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":"assertion","changeable":true,"resolveProxies":false,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"error","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"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":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":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":82,"derived":false},{"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":"condition","changeable":true,"resolveProxies":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"error","id":121,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":122,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"fatal","id":123,"value":2,"literal":"fatal","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":"alternativePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptClause","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":"tryBody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":144,"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":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":149,"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":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"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":1,"target":0},{"source":1,"target":13},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":33,"target":36},{"source":33,"target":1},{"source":34,"target":37},{"source":34,"target":1},{"source":35,"target":13},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":38,"target":42},{"source":38,"target":2},{"source":39,"target":19},{"source":39,"target":43},{"source":39,"target":2},{"source":43,"target":19},{"source":40,"target":25},{"source":40,"target":44},{"source":40,"target":2},{"source":44,"target":25},{"source":41,"target":13},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":50},{"source":45,"target":3},{"source":46,"target":51},{"source":46,"target":3},{"source":47,"target":52},{"source":47,"target":3},{"source":48,"target":53},{"source":48,"target":3},{"source":49,"target":13},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":54},{"source":4,"target":55},{"source":54,"target":56},{"source":54,"target":4},{"source":55,"target":13},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":57},{"source":57,"target":13},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":62},{"source":59,"target":6},{"source":60,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":63,"target":66},{"source":63,"target":7},{"source":64,"target":67},{"source":64,"target":7},{"source":65,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":68},{"source":68,"target":13},{"source":9,"target":0},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"target":10},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":10},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":76},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":77,"target":79},{"source":77,"target":11},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":80,"target":15},{"source":13,"target":0},{"source":13,"target":81},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":82},{"source":14,"target":83},{"source":82,"target":84},{"source":82,"target":14},{"source":83,"target":15},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":88},{"source":85,"target":15},{"source":87,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":89,"target":93},{"source":89,"target":16},{"source":90,"target":94},{"source":90,"target":16},{"source":91,"target":95},{"source":91,"target":16},{"source":92,"target":13},{"source":17,"target":0},{"source":17,"target":96},{"source":17,"target":97},{"source":96,"target":98},{"source":96,"target":17},{"source":18,"target":0},{"source":18,"target":99},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":100},{"source":19,"target":101},{"source":19,"target":102},{"source":100,"target":103},{"source":100,"target":19},{"source":102,"target":13},{"source":20,"target":0},{"source":20,"target":104},{"source":20,"target":105},{"source":104,"target":21},{"source":104,"target":106},{"source":104,"target":20},{"source":106,"target":21},{"source":21,"target":0},{"source":21,"target":107},{"source":21,"target":108},{"source":107,"target":109},{"source":107,"target":21},{"source":22,"target":0},{"source":22,"target":110},{"source":22,"target":111},{"source":110,"target":112},{"source":110,"target":22},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":113},{"source":23,"target":114},{"source":23,"target":115},{"source":113,"target":116},{"source":113,"target":23},{"source":114,"target":117},{"source":114,"target":23},{"source":115,"target":13},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":118},{"source":24,"target":119},{"source":118,"target":120},{"source":118,"target":24},{"source":119,"target":13},{"source":25,"target":0},{"source":25,"target":121},{"source":25,"target":122},{"source":25,"target":123},{"source":121,"target":25},{"source":122,"target":25},{"source":123,"target":25},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":124},{"source":26,"target":125},{"source":26,"target":126},{"source":124,"target":1},{"source":124,"target":127},{"source":124,"target":26},{"source":127,"target":1},{"source":125,"target":128},{"source":125,"target":26},{"source":126,"target":13},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":129},{"source":27,"target":130},{"source":27,"target":131},{"source":129,"target":6},{"source":129,"target":132},{"source":129,"target":27},{"source":132,"target":6},{"source":130,"target":133},{"source":130,"target":27},{"source":131,"target":13},{"source":28,"target":0},{"source":28,"target":134},{"source":28,"target":135},{"source":28,"target":136},{"source":134,"target":137},{"source":134,"target":28},{"source":135,"target":138},{"source":135,"target":28},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":139},{"source":29,"target":140},{"source":29,"target":141},{"source":139,"target":142},{"source":139,"target":29},{"source":140,"target":143},{"source":140,"target":29},{"source":141,"target":13},{"source":30,"target":0},{"source":30,"target":13},{"source":30,"target":144},{"source":30,"target":145},{"source":30,"target":146},{"source":144,"target":147},{"source":144,"target":30},{"source":145,"target":148},{"source":145,"target":30},{"source":146,"target":13},{"source":31,"target":0},{"source":31,"target":13},{"source":31,"target":149},{"source":31,"target":150},{"source":31,"target":151},{"source":149,"target":152},{"source":149,"target":31},{"source":150,"target":153},{"source":150,"target":31},{"source":151,"target":13},{"source":32,"target":0},{"source":32,"target":13},{"source":32,"target":154},{"source":32,"target":155},{"source":32,"target":156},{"source":154,"target":157},{"source":154,"target":32},{"source":155,"target":158},{"source":155,"target":32},{"source":156,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CompleteDSLPckg" nsURI="http://CompleteDSLPckg" nsPrefix="CompleteDSLPckg"> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="Provided"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="//Expression"> <eAnnotations source="Provided"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLit" eSuperTypes="//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLit" eSuperTypes="//Literal"> <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="BoolLit" eSuperTypes="//Literal"> <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="ArithmeticExpression" eSuperTypes="//Expression"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//ArithmeticOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator"> <eLiterals name="plus" literal="plus"/> <eLiterals name="minus" value="1" literal="minus"/> <eLiterals name="mult" value="2" literal="mult"/> <eLiterals name="div" value="3" literal="div"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpression" eSuperTypes="//Expression"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//RelationalOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator"> <eLiterals name="lessThan" literal="lessThan"/> <eLiterals name="greaterThan" value="1" literal="greaterThan"/> <eLiterals name="equals" value="2" literal="equals"/> <eLiterals name="notEqual" value="3" literal="notEqual"/> <eLiterals name="lessThanOrEqualTo" value="4" literal="lessThanOrEqualTo"/> <eLiterals name="greaterThanOrEqualTo" value="5" literal="greaterThanOrEqualTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDecl" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignation" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="varRef" lowerBound="1" eType="//VarDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConsoleOutput" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Println" eSuperTypes="//ConsoleOutput"/> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="//ConsoleOutput"/> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="miliseconds"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="//NamedElement"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" eType="//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="//NamedElement"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" upperBound="-1" eType="//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerStateMachine" eType="//StateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="//NamedElement"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerRegion" lowerBound="1" eType="//Region"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//AbstractState"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAction" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="doAction" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitAction" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//AbstractState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//AbstractState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eAnnotations source="Provided"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" abstract="true" eSuperTypes="//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="//Pseudostate"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotTrigger" eSuperTypes="//Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" eType="//Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndTrigger" eSuperTypes="//Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrTrigger" eSuperTypes="//Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//Trigger" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/damenac/puzzle/examples/modularized-state-machines/fr.inria.diverse.puzzle.examples.composedLanguage/composition-gen/CompleteDSL.ecore
ecore
CompleteDSLPckg Expression Literal IntegerLit value StringLit value BoolLit value ArithmeticExpression operator left right ArithmeticOperator plus plus minus minus mult mult div div RelationalExpression operator left right RelationalOperator lessThan lessThan greaterThan greaterThan equals equals notEqual notEqual lessThanOrEqualTo lessThanOrEqualTo greaterThanOrEqualTo greaterThanOrEqualTo VarRef ref Block statements Statement Conditional condition body Loop guard body VarDecl name expr Assignation varRef expression ConsoleOutput input Println Print Wait miliseconds StateMachine regions Region subvertex transitions ownerStateMachine AbstractState incoming outgoing ownerRegion State entryAction doAction exitAction Transition trigger target source Trigger expression Pseudostate InitialState FinalState NamedElement name NotTrigger trigger AndTrigger left right OrTrigger left right
null
{"directed":true,"nodes":[{"nsPrefix":"CompleteDSLPckg","nsURI":"http://CompleteDSLPckg","name":"CompleteDSLPckg","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLit","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConsoleOutput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Println","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","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":"Region","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotTrigger","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndTrigger","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"name":"plus","id":51,"value":0,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":52,"value":1,"literal":"minus","eClass":"EEnumLiteral"},{"name":"mult","id":53,"value":2,"literal":"mult","eClass":"EEnumLiteral"},{"name":"div","id":54,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"lessThan","id":62,"value":0,"literal":"lessThan","eClass":"EEnumLiteral"},{"name":"greaterThan","id":63,"value":1,"literal":"greaterThan","eClass":"EEnumLiteral"},{"name":"equals","id":64,"value":2,"literal":"equals","eClass":"EEnumLiteral"},{"name":"notEqual","id":65,"value":3,"literal":"notEqual","eClass":"EEnumLiteral"},{"name":"lessThanOrEqualTo","id":66,"value":4,"literal":"lessThanOrEqualTo","eClass":"EEnumLiteral"},{"name":"greaterThanOrEqualTo","id":67,"value":5,"literal":"greaterThanOrEqualTo","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":"ref","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"varRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"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":"input","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"miliseconds","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerStateMachine","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"},{"container":false,"ordered":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":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doAction","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exitAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":34},{"source":34,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":37},{"source":35,"target":3},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":40},{"source":38,"target":4},{"source":39,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":43},{"source":41,"target":5},{"source":42,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":7},{"source":45,"target":1},{"source":45,"target":49},{"source":45,"target":6},{"source":49,"target":1},{"source":46,"target":1},{"source":46,"target":50},{"source":46,"target":6},{"source":50,"target":1},{"source":47,"target":1},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":51,"target":7},{"source":52,"target":7},{"source":53,"target":7},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":55,"target":9},{"source":55,"target":59},{"source":55,"target":8},{"source":59,"target":9},{"source":56,"target":1},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":1},{"source":57,"target":1},{"source":57,"target":61},{"source":57,"target":8},{"source":61,"target":1},{"source":58,"target":1},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":62,"target":9},{"source":63,"target":9},{"source":64,"target":9},{"source":65,"target":9},{"source":66,"target":9},{"source":67,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":1},{"source":11,"target":0},{"source":11,"target":71},{"source":71,"target":12},{"source":71,"target":72},{"source":71,"target":11},{"source":72,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":73,"target":1},{"source":73,"target":76},{"source":73,"target":13},{"source":76,"target":1},{"source":74,"target":12},{"source":74,"target":77},{"source":74,"target":13},{"source":77,"target":12},{"source":75,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":78,"target":1},{"source":78,"target":81},{"source":78,"target":14},{"source":81,"target":1},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":14},{"source":82,"target":12},{"source":80,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":86},{"source":83,"target":15},{"source":84,"target":1},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":1},{"source":85,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":88,"target":15},{"source":88,"target":91},{"source":88,"target":16},{"source":91,"target":15},{"source":89,"target":1},{"source":89,"target":92},{"source":89,"target":16},{"source":92,"target":1},{"source":90,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":95},{"source":93,"target":17},{"source":94,"target":12},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":96},{"source":96,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":97},{"source":97,"target":17},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":98},{"source":20,"target":99},{"source":98,"target":100},{"source":98,"target":20},{"source":99,"target":12},{"source":21,"target":0},{"source":21,"target":30},{"source":21,"target":101},{"source":21,"target":102},{"source":101,"target":22},{"source":101,"target":103},{"source":101,"target":21},{"source":103,"target":22},{"source":102,"target":30},{"source":22,"target":0},{"source":22,"target":30},{"source":22,"target":104},{"source":22,"target":105},{"source":22,"target":106},{"source":22,"target":107},{"source":104,"target":23},{"source":104,"target":108},{"source":104,"target":22},{"source":108,"target":23},{"source":105,"target":25},{"source":105,"target":109},{"source":105,"target":22},{"source":109,"target":25},{"source":106,"target":21},{"source":106,"target":110},{"source":106,"target":22},{"source":110,"target":21},{"source":107,"target":30},{"source":23,"target":0},{"source":23,"target":30},{"source":23,"target":111},{"source":23,"target":112},{"source":23,"target":113},{"source":23,"target":114},{"source":111,"target":25},{"source":111,"target":115},{"source":111,"target":23},{"source":115,"target":25},{"source":112,"target":25},{"source":112,"target":116},{"source":112,"target":23},{"source":116,"target":25},{"source":113,"target":22},{"source":113,"target":117},{"source":113,"target":23},{"source":117,"target":22},{"source":114,"target":30},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":24,"target":121},{"source":118,"target":11},{"source":118,"target":122},{"source":118,"target":24},{"source":122,"target":11},{"source":119,"target":11},{"source":119,"target":123},{"source":119,"target":24},{"source":123,"target":11},{"source":120,"target":11},{"source":120,"target":124},{"source":120,"target":24},{"source":124,"target":11},{"source":121,"target":23},{"source":25,"target":0},{"source":25,"target":30},{"source":25,"target":125},{"source":25,"target":126},{"source":25,"target":127},{"source":25,"target":128},{"source":125,"target":26},{"source":125,"target":129},{"source":125,"target":25},{"source":129,"target":26},{"source":126,"target":23},{"source":126,"target":130},{"source":126,"target":25},{"source":130,"target":23},{"source":127,"target":23},{"source":127,"target":131},{"source":127,"target":25},{"source":131,"target":23},{"source":128,"target":30},{"source":26,"target":0},{"source":26,"target":132},{"source":132,"target":133},{"source":132,"target":26},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":134},{"source":134,"target":23},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":135},{"source":135,"target":27},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":136},{"source":136,"target":24},{"source":30,"target":0},{"source":30,"target":137},{"source":137,"target":138},{"source":137,"target":30},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":139},{"source":31,"target":140},{"source":139,"target":26},{"source":139,"target":141},{"source":139,"target":31},{"source":141,"target":26},{"source":140,"target":26},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":142},{"source":32,"target":143},{"source":32,"target":144},{"source":142,"target":26},{"source":142,"target":145},{"source":142,"target":32},{"source":145,"target":26},{"source":143,"target":26},{"source":143,"target":146},{"source":143,"target":32},{"source":146,"target":26},{"source":144,"target":26},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":147},{"source":33,"target":148},{"source":33,"target":149},{"source":147,"target":26},{"source":147,"target":150},{"source":147,"target":33},{"source":150,"target":26},{"source":148,"target":26},{"source":148,"target":151},{"source":148,"target":33},{"source":151,"target":26},{"source":149,"target":26}],"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="statemachine" nsURI="http://se.cs.toronto.edu/modelepedia/StateMachine" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FiringElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" 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="transitionsAsSource" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionsAsTarget" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalActions" upperBound="-1" eType="#//StateAction" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="ellipse"/> <details key="size" value="20,20"/> <details key="color" value="0,0,0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="rectangle"/> <details key="size" value="20,20"/> <details key="color" value="0,0,0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//FiringElement"> <eAnnotations source="gmf.link"> <details key="label" value="trigger,action"/> <details key="label.pattern" value="{0}/{1}"/> <details key="label.icon" value="true"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/transitionsAsSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/transitionsAsTarget"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateAction" eSuperTypes="#//FiringElement"> <eAnnotations source="gmf.node"> <details key="label" value="trigger,action"/> <details key="label.pattern" value="{0}/{1}"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/adisandro/MMINT/plugins/Types/StateMachine/edu.toronto.cs.se.modelepedia.statemachine/model/statemachine.ecore
ecore
statemachine StateMachine states transitions FiringElement action trigger AbstractState name transitionsAsSource transitionsAsTarget State internalActions InitialState FinalState Transition source target StateAction
null
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://se.cs.toronto.edu/modelepedia/StateMachine","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiringElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"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":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionsAsSource","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":"transitionsAsTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"internalActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":3},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":3},{"source":10,"target":7},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":7},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":16},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":7},{"source":18,"target":21},{"source":18,"target":3},{"source":18,"target":22},{"source":21,"target":7},{"source":19,"target":7},{"source":19,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":23,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":8},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":8},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":28,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":29},{"source":29,"target":3},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":22},{"source":7,"target":24},{"source":7,"target":30},{"source":22,"target":3},{"source":22,"target":31},{"source":22,"target":7},{"source":22,"target":18},{"source":31,"target":3},{"source":24,"target":3},{"source":24,"target":32},{"source":24,"target":7},{"source":24,"target":19},{"source":32,"target":3},{"source":30,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":33},{"source":33,"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="cube_transformation_logic" nsURI="http://www.eclipse.org/efbt/cube_transformation_logic" nsPrefix="cube_transformation_logic"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" This package describes the logic for cube transformations &#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="license"> <details key="license" value="Copyright (c) 2020 Bird Software Solutions Ltd&#xA; 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&#xA;&#xA;SPDX-License-Identifier: EPL-2.0 &#xA;&#xA; Contributors:&#xA; Neil Mackenzie - initial API and implementation&#xD;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="CubeTransformationLogic"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CubeTransformationLogic, is the logic for transforming one or more populated Cubes (the source cobes of the transformation) into a derived Cube&#xA;It can be considered as very similar to an SQL view which is logic describing a transformation of source SQL tables or views.&#xA;The CubeTransformationLogic has 2 parts. &#xA;The first part is the RowCreationApproach, which describes the link between rows in the transformed cube and the source cube(s).&#xA;An example of a RowCreationApproach is a group by , or a join, and it states how one row in the derived cube is associated with Rows in the source cube(s).&#xA;The second part is the ColumnFunctionGroup.&#xA;The ColumnFunctionGroup is a set of columns, which can create the values required in a row in the derived cube, from the related rows in the source cube(s). &#xA;We can consider at a high level that the RowCreationApproach creates the rows in the derived cube, and makes sure that these rows know which are the related rows from the source cube (e.g. in a group by currency approach we would have one row in the derived cube per currency, and each of these rows would know which rows from the source cube were being aggregated)&#xA;then for each row in the derived cube, the column functions apply functions to the new row's associated source rows to get the value of the column in the new row.&#xA;&#xA;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="columnFunctionGroup" eType="ecore:EClass ../../org.eclipse.efbt.cocalimo.smcubes_with_lineage.model.lineagefunctions/model/column_transformation_logic.ecore#//ColumnFunctionGroup" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ColumnFunctionGroup"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rowCreationApproachForCube" eType="ecore:EClass row_transformation_logic.ecore#//RowCreationApproachForCube" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RowCreationApproach"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usedInSubsets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This field can be useful in comparing attribute lineage models"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/efbt/cocalimo/smcubes_with_lineage/model/plugins/org.eclipse.efbt.cocalimo.smcubes_with_lineage.model.attribute_lineage/model/cube_transformation_logic.ecore
ecore
cube_transformation_logic CubeTransformationLogic columnFunctionGroup rowCreationApproachForCube usedInSubsets
null
{"directed":true,"nodes":[{"nsPrefix":"cube_transformation_logic","nsURI":"http://www.eclipse.org/efbt/cube_transformation_logic","name":"cube_transformation_logic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CubeTransformationLogic","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":"columnFunctionGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rowCreationApproachForCube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"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":"usedInSubsets","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":2,"target":5},{"source":2,"target":1},{"source":3,"target":6},{"source":3,"target":1},{"source":4,"target":7},{"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="alica" nsURI="http:///de.uni_kassel.cn" nsPrefix="alica"> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" eType="#//PreCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inState" eType="#//State" eOpposite="#//State/outTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outState" eType="#//State" eOpposite="#//State/inTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisation" eType="#//Synchronisation" eOpposite="#//Synchronisation/synchedTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="#//PlanElement"> <eOperations name="ensureVariableConsistency"> <eParameters name="parentPlan" eType="#//AbstractPlan"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractPlan" eType="#//AbstractPlan" eOpposite="#//AbstractPlan/conditions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="quantifiers" upperBound="-1" eType="#//Quantifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryPoint" eSuperTypes="#//IInhabitable"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State" eOpposite="#//State/entryPoint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2147483647"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plan" lowerBound="1" eType="#//Plan" eOpposite="#//Plan/entryPoints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalState" abstract="true" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Result" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuccessState" eSuperTypes="#//TerminalState"/> <eClassifiers xsi:type="ecore:EClass" name="FailureState" eSuperTypes="#//TerminalState"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractPlan" abstract="true" eSuperTypes="#//PlanElement #//IInhabitable"> <eStructuralFeatures xsi:type="ecore:EReference" name="rating" eType="#//Rating" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition" containment="true" eOpposite="#//Condition/abstractPlan"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="masterPlan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="utilityFunction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="utilities" upperBound="-1" eType="#//UtilityReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="utilityThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behaviour" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" lowerBound="1" upperBound="-1" eType="#//BehaviourConfiguration" containment="true" eOpposite="#//BehaviourConfiguration/behaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//PlanElement #//IInhabitable"> <eOperations name="ensureParametrisationConsistency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plans" upperBound="-1" eType="#//AbstractPlan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPlan" eType="#//Plan" eOpposite="#//Plan/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametrisation" upperBound="-1" eType="#//Parametrisation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/outState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/inState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" eType="#//EntryPoint" eOpposite="#//EntryPoint/state"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plan" eSuperTypes="#//AbstractPlan"> <eOperations name="calculateCardinalities"/> <eOperations name="ensureParametrisationConsistency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/inPlan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisations" upperBound="-1" eType="#//Synchronisation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryPoints" upperBound="-1" eType="#//EntryPoint" containment="true" eOpposite="#//EntryPoint/plan"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utility" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1" eType="#//UtilityMode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanType" eSuperTypes="#//AbstractPlan"> <eOperations name="ensureParametrisationConsistency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametrisation" upperBound="-1" eType="#//Parametrisation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plans" upperBound="-1" eType="#//AnnotatedPlan" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rating" eSuperTypes="#//PlanElement"/> <eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="#//Condition"/> <eClassifiers xsi:type="ecore:EClass" name="RuntimeCondition" eSuperTypes="#//Condition"/> <eClassifiers xsi:type="ecore:EClass" name="PlanElement" abstract="true"> <eOperations name="generateID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToEStringMapEntry" instanceClassName="java.util.Map$Entry" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviourConfiguration" eSuperTypes="#//AbstractPlan"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//EStringToEStringMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deferring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="30"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviour" lowerBound="1" eType="#//Behaviour" eOpposite="#//Behaviour/configurations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventDriven" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="characteristics" upperBound="-1" eType="#//Characteristic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleSet" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usableWithPlanID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//RoleTaskMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELongToDoubleMapEntry" instanceClassName="java.util.Map$Entry" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinitionSet" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleTaskMapping" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="taskPriorities" upperBound="-1" eType="#//ELongToDoubleMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Characteristic" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capability" eType="#//Capability"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//CapValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskGraph"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Node" eOpposite="#//Node/outEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Node" eOpposite="#//Node/inEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskWrapper" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//InternalRoleTaskMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalRoleTaskMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="inEdge" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEdge" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/from"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskRepository" eSuperTypes="#//PlanElement"> <eOperations name="createDefaultTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//Task" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultTask" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityRepository" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilities" upperBound="-1" eType="#//Utility" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityReference" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="utility" eType="#//Utility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UtilityModes"> <eLiterals name="Dc"/> <eLiterals name="Max" value="1"/> <eLiterals name="Min" value="2"/> <eLiterals name="Avg" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityMode" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//UtilityModes" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//UtilityModeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Utility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityModeExpression" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//UtilityMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" eType="#//EntryPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronisation" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="synchedTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/synchronisation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="talkTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="30"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syncTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3000"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failOnSyncTimeOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//PlanElement"> <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="Parametrisation" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subplan" lowerBound="1" eType="#//AbstractPlan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subvar" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotatedPlan" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="plan" eType="#//Plan"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Quantifier" abstract="true" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//IInhabitable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorts" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForallAgents" eSuperTypes="#//Quantifier"/> <eClassifiers xsi:type="ecore:EClass" name="IInhabitable" abstract="true" interface="true" eSuperTypes="#//PlanElement"/> <eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="capValues" upperBound="-1" eType="#//CapValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapValue" eSuperTypes="#//PlanElement"/> <eClassifiers xsi:type="ecore:EClass" name="CapabilityDefinitionSet" eSuperTypes="#//PlanElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanningProblem" eSuperTypes="#//AbstractPlan"> <eStructuralFeatures xsi:type="ecore:EReference" name="plans" ordered="false" upperBound="-1" eType="#//AbstractPlan"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/hendrik-skubch/cn-alica-ros-pkg/Planmodeller/src/de.uni_kassel.cn.planDesigner.alica/bin/alicaDSL.ecore
ecore
alica Transition msg preCondition inState outState synchronisation Condition ensureVariableConsistency parentPlan conditionString abstractPlan vars quantifiers PreCondition enabled true EntryPoint task successRequired true state minCardinality 0 maxCardinality 2147483647 plan TerminalState result SuccessState FailureState AbstractPlan rating conditions masterPlan false utilityFunction utilities utilityThreshold 1.0 vars Behaviour configurations State ensureParametrisationConsistency plans inPlan parametrisation inTransitions outTransitions entryPoint Plan calculateCardinalities ensureParametrisationConsistency priority states transitions minCardinality -1 maxCardinality -1 synchronisations entryPoints Utility expression modes PlanType ensureParametrisationConsistency parametrisation plans Rating Result RuntimeCondition PlanElement generateID id name comment Task description EStringToEStringMapEntry java.util.Map$Entry java.util.Map$Entry key value BehaviourConfiguration parameters deferring 0 frequency 30 behaviour eventDriven false Role characteristics RoleSet usableWithPlanID default false mappings ELongToDoubleMapEntry java.util.Map$Entry java.util.Map$Entry key value RoleDefinitionSet roles RoleTaskMapping taskPriorities role Characteristic weight 0 capability value TaskGraph nodes edges Edge from to TaskWrapper task mappings InternalRoleTaskMapping role priority Node inEdge outEdge TaskRepository createDefaultTask tasks defaultTask UtilityRepository utilities UtilityReference weight utility UtilityModes Dc Dc Max Max Min Min Avg Avg UtilityMode mode 0 expression parent UtilityModeExpression variable parent entryPoint Synchronisation synchedTransitions talkTimeout 30 syncTimeout 3000 failOnSyncTimeOut false Variable Type Parametrisation subplan subvar var AnnotatedPlan plan activated true Quantifier scope sorts ForallAgents IInhabitable Capability capValues CapValue CapabilityDefinitionSet capabilities PlanningProblem plans
null
{"directed":true,"nodes":[{"nsPrefix":"alica","nsURI":"http:///de.uni_kassel.cn","name":"alica","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreCondition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPoint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalState","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuccessState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPlan","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behaviour","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plan","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rating","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToEStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviourConfiguration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ELongToDoubleMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinitionSet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleTaskMapping","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characteristic","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskGraph","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskWrapper","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalRoleTaskMapping","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskRepository","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityRepository","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityReference","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UtilityModes","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityMode","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityModeExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronisation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrisation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedPlan","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForallAgents","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInhabitable","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapValue","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityDefinitionSet","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanningProblem","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"msg","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":true,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","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":"inState","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":"outState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"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":"inTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ensureVariableConsistency","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"conditionString","changeable":true,"lowerBound":0,"iD":false,"id":64,"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":"abstractPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vars","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":"quantifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parentPlan","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"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":"successRequired","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":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2147483647,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2147483647","unsettable":false,"transient":false,"unique":true,"name":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rating","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"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":"masterPlan","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"utilityFunction","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"utilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"utilityThreshold","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"behaviour","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ensureParametrisationConsistency","lowerBound":0,"id":118,"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":"plans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"inPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametrisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calculateCardinalities","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ensureParametrisationConsistency","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"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":"minCardinality","changeable":true,"lowerBound":0,"iD":false,"id":135,"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":"maxCardinality","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ensureParametrisationConsistency","lowerBound":0,"id":151,"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":"parametrisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateID","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"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":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":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":176,"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":"deferring","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":30,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"30","unsettable":false,"transient":false,"unique":true,"name":"frequency","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":"false","unsettable":false,"transient":false,"unique":true,"name":"eventDriven","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":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":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"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":"usableWithPlanID","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"default","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"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":"taskPriorities","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":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capability","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"edges","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":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"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":"outEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createDefaultTask","lowerBound":0,"id":237,"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":"tasks","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":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"utilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"weight","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"name":"Dc","id":252,"value":0,"literal":"Dc","eClass":"EEnumLiteral"},{"name":"Max","id":253,"value":1,"literal":"Max","eClass":"EEnumLiteral"},{"name":"Min","id":254,"value":2,"literal":"Min","eClass":"EEnumLiteral"},{"name":"Avg","id":255,"value":3,"literal":"Avg","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":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":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":30,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"30","unsettable":false,"transient":false,"unique":true,"name":"talkTimeout","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3000","unsettable":false,"transient":false,"unique":true,"name":"syncTimeout","changeable":true,"lowerBound":0,"iD":false,"id":271,"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":"failOnSyncTimeOut","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"subplan","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subvar","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"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":"activated","changeable":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sorts","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":1,"target":0},{"source":1,"target":17},{"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":49,"target":55},{"source":49,"target":1},{"source":50,"target":3},{"source":50,"target":56},{"source":50,"target":1},{"source":56,"target":3},{"source":51,"target":10},{"source":51,"target":57},{"source":51,"target":1},{"source":51,"target":58},{"source":57,"target":10},{"source":52,"target":10},{"source":52,"target":59},{"source":52,"target":1},{"source":52,"target":60},{"source":59,"target":10},{"source":53,"target":38},{"source":53,"target":61},{"source":53,"target":1},{"source":53,"target":62},{"source":61,"target":38},{"source":54,"target":17},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":63,"target":2},{"source":63,"target":69},{"source":69,"target":8},{"source":69,"target":70},{"source":69,"target":63},{"source":70,"target":8},{"source":64,"target":71},{"source":64,"target":2},{"source":65,"target":8},{"source":65,"target":72},{"source":65,"target":2},{"source":65,"target":73},{"source":72,"target":8},{"source":66,"target":39},{"source":66,"target":74},{"source":66,"target":2},{"source":74,"target":39},{"source":67,"target":42},{"source":67,"target":75},{"source":67,"target":2},{"source":75,"target":42},{"source":68,"target":17},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":76},{"source":3,"target":77},{"source":76,"target":78},{"source":76,"target":3},{"source":77,"target":2},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":79,"target":18},{"source":79,"target":86},{"source":79,"target":4},{"source":86,"target":18},{"source":80,"target":87},{"source":80,"target":4},{"source":81,"target":10},{"source":81,"target":88},{"source":81,"target":4},{"source":81,"target":89},{"source":88,"target":10},{"source":82,"target":90},{"source":82,"target":4},{"source":83,"target":91},{"source":83,"target":4},{"source":84,"target":11},{"source":84,"target":92},{"source":84,"target":4},{"source":84,"target":93},{"source":92,"target":11},{"source":85,"target":44},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":94},{"source":5,"target":95},{"source":94,"target":15},{"source":94,"target":96},{"source":94,"target":5},{"source":96,"target":15},{"source":95,"target":10},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":97},{"source":97,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":98},{"source":98,"target":5},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":44},{"source":8,"target":99},{"source":8,"target":73},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":99,"target":14},{"source":99,"target":107},{"source":99,"target":8},{"source":107,"target":14},{"source":73,"target":2},{"source":73,"target":108},{"source":73,"target":8},{"source":73,"target":65},{"source":108,"target":2},{"source":100,"target":109},{"source":100,"target":8},{"source":101,"target":110},{"source":101,"target":8},{"source":102,"target":34},{"source":102,"target":111},{"source":102,"target":8},{"source":111,"target":34},{"source":103,"target":112},{"source":103,"target":8},{"source":104,"target":39},{"source":104,"target":113},{"source":104,"target":8},{"source":113,"target":39},{"source":105,"target":17},{"source":106,"target":44},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":114},{"source":9,"target":115},{"source":114,"target":20},{"source":114,"target":116},{"source":114,"target":9},{"source":114,"target":117},{"source":116,"target":20},{"source":115,"target":17},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":44},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":60},{"source":10,"target":58},{"source":10,"target":89},{"source":10,"target":122},{"source":10,"target":123},{"source":118,"target":10},{"source":119,"target":8},{"source":119,"target":124},{"source":119,"target":10},{"source":124,"target":8},{"source":120,"target":11},{"source":120,"target":125},{"source":120,"target":10},{"source":120,"target":126},{"source":125,"target":11},{"source":121,"target":40},{"source":121,"target":127},{"source":121,"target":10},{"source":127,"target":40},{"source":60,"target":1},{"source":60,"target":128},{"source":60,"target":10},{"source":60,"target":52},{"source":128,"target":1},{"source":58,"target":1},{"source":58,"target":129},{"source":58,"target":10},{"source":58,"target":51},{"source":129,"target":1},{"source":89,"target":4},{"source":89,"target":130},{"source":89,"target":10},{"source":89,"target":81},{"source":130,"target":4},{"source":122,"target":17},{"source":123,"target":44},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":131},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":126},{"source":11,"target":134},{"source":11,"target":135},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":93},{"source":11,"target":138},{"source":131,"target":11},{"source":132,"target":11},{"source":133,"target":139},{"source":133,"target":11},{"source":126,"target":10},{"source":126,"target":140},{"source":126,"target":11},{"source":126,"target":120},{"source":140,"target":10},{"source":134,"target":1},{"source":134,"target":141},{"source":134,"target":11},{"source":141,"target":1},{"source":135,"target":142},{"source":135,"target":11},{"source":136,"target":143},{"source":136,"target":11},{"source":137,"target":38},{"source":137,"target":144},{"source":137,"target":11},{"source":144,"target":38},{"source":93,"target":4},{"source":93,"target":145},{"source":93,"target":11},{"source":93,"target":84},{"source":145,"target":4},{"source":138,"target":8},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":146,"target":149},{"source":146,"target":12},{"source":147,"target":36},{"source":147,"target":150},{"source":147,"target":12},{"source":150,"target":36},{"source":148,"target":17},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":154},{"source":151,"target":13},{"source":152,"target":40},{"source":152,"target":155},{"source":152,"target":13},{"source":155,"target":40},{"source":153,"target":41},{"source":153,"target":156},{"source":153,"target":13},{"source":156,"target":41},{"source":154,"target":8},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":157},{"source":157,"target":17},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":158},{"source":158,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":159},{"source":159,"target":2},{"source":17,"target":0},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":160,"target":164},{"source":160,"target":17},{"source":161,"target":165},{"source":161,"target":17},{"source":162,"target":166},{"source":162,"target":17},{"source":163,"target":167},{"source":163,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":168},{"source":18,"target":169},{"source":168,"target":170},{"source":168,"target":18},{"source":169,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":171},{"source":19,"target":172},{"source":19,"target":173},{"source":171,"target":174},{"source":171,"target":19},{"source":172,"target":175},{"source":172,"target":19},{"source":173,"target":17},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":176},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":117},{"source":20,"target":179},{"source":20,"target":180},{"source":176,"target":19},{"source":176,"target":181},{"source":176,"target":20},{"source":181,"target":19},{"source":177,"target":182},{"source":177,"target":20},{"source":178,"target":183},{"source":178,"target":20},{"source":117,"target":9},{"source":117,"target":184},{"source":117,"target":20},{"source":117,"target":114},{"source":184,"target":9},{"source":179,"target":185},{"source":179,"target":20},{"source":180,"target":8},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":186},{"source":21,"target":187},{"source":186,"target":26},{"source":186,"target":188},{"source":186,"target":21},{"source":188,"target":26},{"source":187,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":189},{"source":22,"target":190},{"source":22,"target":191},{"source":22,"target":192},{"source":189,"target":193},{"source":189,"target":22},{"source":190,"target":194},{"source":190,"target":22},{"source":191,"target":25},{"source":191,"target":195},{"source":191,"target":22},{"source":195,"target":25},{"source":192,"target":17},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":196},{"source":23,"target":197},{"source":23,"target":198},{"source":196,"target":199},{"source":196,"target":23},{"source":197,"target":200},{"source":197,"target":23},{"source":198,"target":17},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":201},{"source":24,"target":202},{"source":201,"target":21},{"source":201,"target":203},{"source":201,"target":24},{"source":203,"target":21},{"source":202,"target":17},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":204},{"source":25,"target":205},{"source":25,"target":206},{"source":204,"target":23},{"source":204,"target":207},{"source":204,"target":25},{"source":207,"target":23},{"source":205,"target":21},{"source":205,"target":208},{"source":205,"target":25},{"source":208,"target":21},{"source":206,"target":17},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":209},{"source":26,"target":210},{"source":26,"target":211},{"source":26,"target":212},{"source":209,"target":213},{"source":209,"target":26},{"source":210,"target":45},{"source":210,"target":214},{"source":210,"target":26},{"source":214,"target":45},{"source":211,"target":46},{"source":211,"target":215},{"source":211,"target":26},{"source":215,"target":46},{"source":212,"target":17},{"source":27,"target":0},{"source":27,"target":216},{"source":27,"target":217},{"source":216,"target":31},{"source":216,"target":218},{"source":216,"target":27},{"source":218,"target":31},{"source":217,"target":28},{"source":217,"target":219},{"source":217,"target":27},{"source":219,"target":28},{"source":28,"target":0},{"source":28,"target":220},{"source":28,"target":221},{"source":220,"target":31},{"source":220,"target":222},{"source":220,"target":28},{"source":220,"target":223},{"source":222,"target":31},{"source":221,"target":31},{"source":221,"target":224},{"source":221,"target":28},{"source":221,"target":225},{"source":224,"target":31},{"source":29,"target":0},{"source":29,"target":31},{"source":29,"target":226},{"source":29,"target":227},{"source":29,"target":228},{"source":226,"target":18},{"source":226,"target":229},{"source":226,"target":29},{"source":229,"target":18},{"source":227,"target":30},{"source":227,"target":230},{"source":227,"target":29},{"source":230,"target":30},{"source":228,"target":31},{"source":30,"target":0},{"source":30,"target":231},{"source":30,"target":232},{"source":231,"target":21},{"source":231,"target":233},{"source":231,"target":30},{"source":233,"target":21},{"source":232,"target":234},{"source":232,"target":30},{"source":31,"target":0},{"source":31,"target":225},{"source":31,"target":223},{"source":225,"target":28},{"source":225,"target":235},{"source":225,"target":31},{"source":225,"target":221},{"source":235,"target":28},{"source":223,"target":28},{"source":223,"target":236},{"source":223,"target":31},{"source":223,"target":220},{"source":236,"target":28},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":237},{"source":32,"target":238},{"source":32,"target":239},{"source":32,"target":240},{"source":237,"target":18},{"source":237,"target":241},{"source":237,"target":32},{"source":241,"target":18},{"source":238,"target":18},{"source":238,"target":242},{"source":238,"target":32},{"source":242,"target":18},{"source":239,"target":18},{"source":239,"target":243},{"source":239,"target":32},{"source":243,"target":18},{"source":240,"target":17},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":244},{"source":33,"target":245},{"source":244,"target":12},{"source":244,"target":246},{"source":244,"target":33},{"source":246,"target":12},{"source":245,"target":17},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":247,"target":250},{"source":247,"target":34},{"source":248,"target":12},{"source":248,"target":251},{"source":248,"target":34},{"source":251,"target":12},{"source":249,"target":17},{"source":35,"target":0},{"source":35,"target":252},{"source":35,"target":253},{"source":35,"target":254},{"source":35,"target":255},{"source":252,"target":35},{"source":253,"target":35},{"source":254,"target":35},{"source":255,"target":35},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":256},{"source":36,"target":257},{"source":36,"target":258},{"source":36,"target":259},{"source":256,"target":35},{"source":256,"target":260},{"source":256,"target":36},{"source":260,"target":35},{"source":257,"target":37},{"source":257,"target":261},{"source":257,"target":36},{"source":261,"target":37},{"source":258,"target":12},{"source":258,"target":262},{"source":258,"target":36},{"source":262,"target":12},{"source":259,"target":17},{"source":37,"target":0},{"source":37,"target":17},{"source":37,"target":263},{"source":37,"target":264},{"source":37,"target":265},{"source":37,"target":266},{"source":263,"target":267},{"source":263,"target":37},{"source":264,"target":36},{"source":264,"target":268},{"source":264,"target":37},{"source":268,"target":36},{"source":265,"target":4},{"source":265,"target":269},{"source":265,"target":37},{"source":269,"target":4},{"source":266,"target":17},{"source":38,"target":0},{"source":38,"target":17},{"source":38,"target":62},{"source":38,"target":270},{"source":38,"target":271},{"source":38,"target":272},{"source":38,"target":273},{"source":62,"target":1},{"source":62,"target":274},{"source":62,"target":38},{"source":62,"target":53},{"source":274,"target":1},{"source":270,"target":275},{"source":270,"target":38},{"source":271,"target":276},{"source":271,"target":38},{"source":272,"target":277},{"source":272,"target":38},{"source":273,"target":17},{"source":39,"target":0},{"source":39,"target":17},{"source":39,"target":278},{"source":39,"target":279},{"source":278,"target":280},{"source":278,"target":39},{"source":279,"target":17},{"source":40,"target":0},{"source":40,"target":17},{"source":40,"target":281},{"source":40,"target":282},{"source":40,"target":283},{"source":40,"target":284},{"source":281,"target":8},{"source":281,"target":285},{"source":281,"target":40},{"source":285,"target":8},{"source":282,"target":39},{"source":282,"target":286},{"source":282,"target":40},{"source":286,"target":39},{"source":283,"target":39},{"source":283,"target":287},{"source":283,"target":40},{"source":287,"target":39},{"source":284,"target":17},{"source":41,"target":0},{"source":41,"target":17},{"source":41,"target":288},{"source":41,"target":289},{"source":41,"target":290},{"source":288,"target":11},{"source":288,"target":291},{"source":288,"target":41},{"source":291,"target":11},{"source":289,"target":292},{"source":289,"target":41},{"source":290,"target":17},{"source":42,"target":0},{"source":42,"target":17},{"source":42,"target":293},{"source":42,"target":294},{"source":42,"target":295},{"source":293,"target":44},{"source":293,"target":296},{"source":293,"target":42},{"source":296,"target":44},{"source":294,"target":297},{"source":294,"target":42},{"source":295,"target":17},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":298},{"source":298,"target":42},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":299},{"source":299,"target":17},{"source":45,"target":0},{"source":45,"target":17},{"source":45,"target":300},{"source":45,"target":301},{"source":300,"target":46},{"source":300,"target":302},{"source":300,"target":45},{"source":302,"target":46},{"source":301,"target":17},{"source":46,"target":0},{"source":46,"target":17},{"source":46,"target":303},{"source":303,"target":17},{"source":47,"target":0},{"source":47,"target":17},{"source":47,"target":304},{"source":47,"target":305},{"source":304,"target":45},{"source":304,"target":306},{"source":304,"target":47},{"source":306,"target":45},{"source":305,"target":17},{"source":48,"target":0},{"source":48,"target":8},{"source":48,"target":307},{"source":48,"target":308},{"source":307,"target":8},{"source":307,"target":309},{"source":307,"target":48},{"source":309,"target":8},{"source":308,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http:///org/openscada/deploy/iolist/model.ecore" nsPrefix="org.openscada.deploy.iolist.model"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="device" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeSummaryLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If unset the attributes will not be summarized. If set the level specifies how often the item is re-imported."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManualPreset" lowerBound="1" eType="#//Variant" defaultValueLiteral="NULL#"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHighHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLowLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBoolAckValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleAvailable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugInformation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreSummary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapper" upperBound="-1" eType="#//Mapper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simulationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingValue" eType="#//Rounding" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHighHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLowLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMin" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMax" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localListMonitor" eType="#//ListMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localBooleanMonitor" eType="#//BooleanMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMonitorDemote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="Variant" literal="VARIANT"/> <eLiterals name="Float" value="1" literal="FLOAT"/> <eLiterals name="String" value="2" literal="STRING"/> <eLiterals name="Boolean" value="3" literal="BOOL"/> <eLiterals name="Integer" value="4" literal="INT32"/> <eLiterals name="LongInteger" value="5" literal="INT64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchySummaryGroup" eSuperTypes="#//SummaryGroup"> <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="parent" eType="#//HierarchySummaryGroup" eOpposite="#//HierarchySummaryGroup/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//HierarchySummaryGroup" containment="true" eOpposite="#//HierarchySummaryGroup/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weakReferences" upperBound="-1" eType="#//WeakSummaryReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptModules" upperBound="-1" eType="#//ScriptModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaInput"> <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="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="averages" upperBound="-1" eType="#//Average" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="movingAverages" upperBound="-1" eType="#//MovingAverage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootSummary" eType="#//HierarchySummaryGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plainSummary" upperBound="-1" eType="#//PlainSummaryGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptItem" eSuperTypes="#//Item"> <eOperations name="addInput"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="datasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataType" eType="#//DataType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptEngine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//ScriptOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapperId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rounding"> <eLiterals name="NONE" value="7" literal="NONE"/> <eLiterals name="ROUND" value="4" literal="ROUND"/> <eLiterals name="CEIL" value="2" literal="CEIL"/> <eLiterals name="FLOOR" value="3" literal="FLOOR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Monitor" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEvents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LevelMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitor" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ListMonitorEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAck" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSeverity" lowerBound="1" eType="#//ListSeverity" defaultValueLiteral="OK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="okValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Average"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percentRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//Average" eKeys="#//Average/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AverageReferenceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEAN" value="2" literal="mean"/> <eLiterals name="MEDIAN" value="3" literal="median"/> <eLiterals name="DEVIATION" value="4" literal="deviation"/> <eLiterals name="SUM" value="5" literal="sum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="MovingAverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//MovingAverage" eKeys="#//MovingAverage/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="WEIGHTED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MovingAverage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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 ID of the &quot;datasource&quot; to build the average from."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A period time in seconds when the average will be updated although no value has changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average will be calculated for."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average must have recorded valid data in order to provide a valid (non-error) value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MovingAverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEDIAN" value="2" literal="median"/> <eLiterals name="ARITHMETIC" value="3" literal="arithmetic"/> <eLiterals name="WEIGHTED" value="4" literal="weighted"/> <eLiterals name="DEVIATION_ARITHMETIC" value="5" literal="deviationArithmetic"/> <eLiterals name="DEVIATION_WEIGHTED" value="6" literal="deviationWeighted"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitorEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Variant"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//ListSeverity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requireAck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Variant" instanceClassName="org.openscada.core.Variant"/> <eClassifiers xsi:type="ecore:EDataType" name="ListSeverity" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="OK INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicMonitor" abstract="true" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="#//Severity" defaultValueLiteral="ERROR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Severity" instanceClassName="org.openscada.ae.data.Severity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeakSummaryReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SummaryGroup" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainSummaryGroup" eSuperTypes="#//SummaryGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/ComplexityCloseDistance/84_iolist.ecore
ecore
model Item device name dataType unit alias description attributeSummaryLevel 1 eventCommand false localManual true localManualPreset NULL# remoteManual false system hierarchy remoteMin false remoteMax false remoteHighHigh remoteHigh remoteLow remoteLowLow remoteBool false remoteBoolAckValue input true output true localScaleAvailable localScaleFactor localScaleOffset debugInformation ignoreSummary false block true enabled true hdStorage mapper simulationValue roundingAvailable false roundingValue NONE localHighHigh localHigh localLow localLowLow localMin localMax localListMonitor localBooleanMonitor defaultMonitorDemote DataType Variant VARIANT Float FLOAT String STRING Boolean BOOL Integer INT32 LongInteger INT64 HierarchySummaryGroup name parent children weakReferences FormulaItem inputFormula outputFormula inputs outputDatasourceId writeValueName initScript outputDatasourceType scriptModules FormulaInput name datasourceId type ScriptModule data resource false Model items averages movingAverages rootSummary plainSummary ScriptItem addInput name datasourceId dataType scriptEngine inputs initScript updateScript timerScript timerPeriod outputs writeCommand ScriptOutput datasourceId name Mapper mapperId fromAttribute toAttribute Rounding NONE NONE ROUND ROUND CEIL CEIL FLOOR FLOOR Monitor active true suppressEvents false LevelMonitor preset ListMonitor entries defaultAck false defaultSeverity OK messageAttribute BooleanMonitor okValue Average id sources percentRequired -1.0 numRequired -1 AverageItem average type AverageReferenceType MIN min MAX max MEAN mean MEDIAN median DEVIATION deviation SUM sum ConstantItem MovingAverageItem average type WEIGHTED MovingAverage id source trigger range nullRange triggerOnly false MovingAverageReferenceType MIN min MAX max MEDIAN median ARITHMETIC arithmetic WEIGHTED weighted DEVIATION_ARITHMETIC deviationArithmetic DEVIATION_WEIGHTED deviationWeighted ListMonitorEntry value severity requireAck Variant org.openscada.core.Variant org.openscada.core.Variant ListSeverity java.lang.String java.lang.String BasicMonitor ack true severity ERROR Severity org.openscada.ae.data.Severity org.openscada.ae.data.Severity WeakSummaryReference dataSourceId SummaryGroup dataSourceIds hierarchy PlainSummaryGroup id
null
{"directed":true,"nodes":[{"nsPrefix":"org.openscada.deploy.iolist.model","nsURI":"http:///org/openscada/deploy/iolist/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchySummaryGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaInput","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptModule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptOutput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rounding","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelMonitor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanMonitor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Average","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AverageItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AverageReferenceType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverageItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MovingAverageReferenceType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitorEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.core.Variant","defaultValue":null,"instanceClassName":"org.openscada.core.Variant","name":"Variant","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ListSeverity","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicMonitor","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.ae.data.Severity","defaultValue":null,"instanceClassName":"org.openscada.ae.data.Severity","name":"Severity","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakSummaryReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummaryGroup","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainSummaryGroup","instanceClass":null,"abstract":false,"id":30,"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":"device","changeable":true,"lowerBound":1,"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":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":"unit","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":"alias","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"attributeSummaryLevel","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"eventCommand","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"localManual","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":"localManualPreset","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"remoteManual","changeable":true,"lowerBound":1,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"remoteMin","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"remoteMax","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"remoteHighHigh","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"remoteHigh","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"remoteLow","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"remoteLowLow","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"remoteBool","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteBoolAckValue","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"localScaleAvailable","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleFactor","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleOffset","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"debugInformation","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreSummary","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdStorage","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simulationValue","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"roundingAvailable","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"roundingValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localHighHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localLow","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":"localLowLow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localMin","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localMax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localListMonitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localBooleanMonitor","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":"defaultMonitorDemote","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"Variant","id":119,"value":0,"literal":"VARIANT","eClass":"EEnumLiteral"},{"name":"Float","id":120,"value":1,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"String","id":121,"value":2,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"Boolean","id":122,"value":3,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"Integer","id":123,"value":4,"literal":"INT32","eClass":"EEnumLiteral"},{"name":"LongInteger","id":124,"value":5,"literal":"INT64","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"unsettable":false,"transient":false,"unique":true,"name":"weakReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputFormula","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFormula","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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceId","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":"writeValueName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceType","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":"scriptModules","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"},{"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":151,"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":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":157,"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":"resource","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"averages","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":"movingAverages","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":"rootSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plainSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"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,"unique":true,"name":"addInput","lowerBound":0,"id":171,"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":"scriptEngine","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateScript","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerScript","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerPeriod","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"writeCommand","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"datasourceId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"mapperId","changeable":true,"lowerBound":1,"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":"fromAttribute","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toAttribute","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"NONE","id":205,"value":7,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ROUND","id":206,"value":4,"literal":"ROUND","eClass":"EEnumLiteral"},{"name":"CEIL","id":207,"value":2,"literal":"CEIL","eClass":"EEnumLiteral"},{"name":"FLOOR","id":208,"value":3,"literal":"FLOOR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":209,"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":"suppressEvents","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preset","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":"defaultAck","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"OK","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OK","unsettable":false,"transient":false,"unique":true,"name":"defaultSeverity","changeable":true,"lowerBound":1,"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":"messageAttribute","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"okValue","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":228,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":false,"transient":false,"unique":true,"name":"percentRequired","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":"numRequired","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"MIN","id":241,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":242,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEAN","id":243,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":244,"value":3,"literal":"median","eClass":"EEnumLiteral"},{"name":"DEVIATION","id":245,"value":4,"literal":"deviation","eClass":"EEnumLiteral"},{"name":"SUM","id":246,"value":5,"literal":"sum","eClass":"EEnumLiteral"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"WEIGHTED","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"WEIGHTED","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":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":"trigger","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":"range","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":"nullRange","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"triggerOnly","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"MIN","id":265,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":266,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":267,"value":2,"literal":"median","eClass":"EEnumLiteral"},{"name":"ARITHMETIC","id":268,"value":3,"literal":"arithmetic","eClass":"EEnumLiteral"},{"name":"WEIGHTED","id":269,"value":4,"literal":"weighted","eClass":"EEnumLiteral"},{"name":"DEVIATION_ARITHMETIC","id":270,"value":5,"literal":"deviationArithmetic","eClass":"EEnumLiteral"},{"name":"DEVIATION_WEIGHTED","id":271,"value":6,"literal":"deviationWeighted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"severity","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":"requireAck","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","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":"dataSourceId","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"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":"dataSourceIds","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":31,"target":75},{"source":31,"target":1},{"source":32,"target":76},{"source":32,"target":1},{"source":33,"target":2},{"source":33,"target":77},{"source":33,"target":1},{"source":77,"target":2},{"source":34,"target":78},{"source":34,"target":1},{"source":35,"target":79},{"source":35,"target":1},{"source":36,"target":80},{"source":36,"target":1},{"source":37,"target":81},{"source":37,"target":1},{"source":38,"target":82},{"source":38,"target":1},{"source":39,"target":83},{"source":39,"target":1},{"source":40,"target":24},{"source":40,"target":84},{"source":40,"target":1},{"source":84,"target":24},{"source":41,"target":85},{"source":41,"target":1},{"source":42,"target":86},{"source":42,"target":1},{"source":43,"target":87},{"source":43,"target":1},{"source":44,"target":88},{"source":44,"target":1},{"source":45,"target":89},{"source":45,"target":1},{"source":46,"target":90},{"source":46,"target":1},{"source":47,"target":91},{"source":47,"target":1},{"source":48,"target":92},{"source":48,"target":1},{"source":49,"target":93},{"source":49,"target":1},{"source":50,"target":94},{"source":50,"target":1},{"source":51,"target":95},{"source":51,"target":1},{"source":52,"target":96},{"source":52,"target":1},{"source":53,"target":97},{"source":53,"target":1},{"source":54,"target":98},{"source":54,"target":1},{"source":55,"target":99},{"source":55,"target":1},{"source":56,"target":100},{"source":56,"target":1},{"source":57,"target":101},{"source":57,"target":1},{"source":58,"target":102},{"source":58,"target":1},{"source":59,"target":103},{"source":59,"target":1},{"source":60,"target":104},{"source":60,"target":1},{"source":61,"target":105},{"source":61,"target":1},{"source":62,"target":10},{"source":62,"target":106},{"source":62,"target":1},{"source":106,"target":10},{"source":63,"target":107},{"source":63,"target":1},{"source":64,"target":108},{"source":64,"target":1},{"source":65,"target":11},{"source":65,"target":109},{"source":65,"target":1},{"source":109,"target":11},{"source":66,"target":13},{"source":66,"target":110},{"source":66,"target":1},{"source":110,"target":13},{"source":67,"target":13},{"source":67,"target":111},{"source":67,"target":1},{"source":111,"target":13},{"source":68,"target":13},{"source":68,"target":112},{"source":68,"target":1},{"source":112,"target":13},{"source":69,"target":13},{"source":69,"target":113},{"source":69,"target":1},{"source":113,"target":13},{"source":70,"target":13},{"source":70,"target":114},{"source":70,"target":1},{"source":114,"target":13},{"source":71,"target":13},{"source":71,"target":115},{"source":71,"target":1},{"source":115,"target":13},{"source":72,"target":14},{"source":72,"target":116},{"source":72,"target":1},{"source":116,"target":14},{"source":73,"target":15},{"source":73,"target":117},{"source":73,"target":1},{"source":117,"target":15},{"source":74,"target":118},{"source":74,"target":1},{"source":2,"target":0},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":119,"target":2},{"source":120,"target":2},{"source":121,"target":2},{"source":122,"target":2},{"source":123,"target":2},{"source":124,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":125,"target":130},{"source":125,"target":3},{"source":126,"target":3},{"source":126,"target":131},{"source":126,"target":3},{"source":126,"target":127},{"source":131,"target":3},{"source":127,"target":3},{"source":127,"target":132},{"source":127,"target":3},{"source":127,"target":126},{"source":132,"target":3},{"source":128,"target":28},{"source":128,"target":133},{"source":128,"target":3},{"source":133,"target":28},{"source":129,"target":29},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":134,"target":143},{"source":134,"target":4},{"source":135,"target":144},{"source":135,"target":4},{"source":136,"target":5},{"source":136,"target":145},{"source":136,"target":4},{"source":145,"target":5},{"source":137,"target":146},{"source":137,"target":4},{"source":138,"target":147},{"source":138,"target":4},{"source":139,"target":148},{"source":139,"target":4},{"source":140,"target":2},{"source":140,"target":149},{"source":140,"target":4},{"source":149,"target":2},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":4},{"source":150,"target":6},{"source":142,"target":1},{"source":5,"target":0},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":151,"target":154},{"source":151,"target":5},{"source":152,"target":155},{"source":152,"target":5},{"source":153,"target":2},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":2},{"source":6,"target":0},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":159},{"source":157,"target":6},{"source":158,"target":160},{"source":158,"target":6},{"source":7,"target":0},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":161,"target":1},{"source":161,"target":166},{"source":161,"target":7},{"source":166,"target":1},{"source":162,"target":16},{"source":162,"target":167},{"source":162,"target":7},{"source":167,"target":16},{"source":163,"target":21},{"source":163,"target":168},{"source":163,"target":7},{"source":168,"target":21},{"source":164,"target":3},{"source":164,"target":169},{"source":164,"target":7},{"source":169,"target":3},{"source":165,"target":30},{"source":165,"target":170},{"source":165,"target":7},{"source":170,"target":30},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":171,"target":8},{"source":171,"target":181},{"source":171,"target":182},{"source":171,"target":183},{"source":181,"target":184},{"source":181,"target":171},{"source":182,"target":185},{"source":182,"target":171},{"source":183,"target":2},{"source":183,"target":186},{"source":183,"target":171},{"source":186,"target":2},{"source":172,"target":187},{"source":172,"target":8},{"source":173,"target":5},{"source":173,"target":188},{"source":173,"target":8},{"source":188,"target":5},{"source":174,"target":189},{"source":174,"target":8},{"source":175,"target":190},{"source":175,"target":8},{"source":176,"target":191},{"source":176,"target":8},{"source":177,"target":192},{"source":177,"target":8},{"source":178,"target":9},{"source":178,"target":193},{"source":178,"target":8},{"source":193,"target":9},{"source":179,"target":194},{"source":179,"target":8},{"source":180,"target":1},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":195,"target":197},{"source":195,"target":9},{"source":196,"target":198},{"source":196,"target":9},{"source":10,"target":0},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":199,"target":202},{"source":199,"target":10},{"source":200,"target":203},{"source":200,"target":10},{"source":201,"target":204},{"source":201,"target":10},{"source":11,"target":0},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":205,"target":11},{"source":206,"target":11},{"source":207,"target":11},{"source":208,"target":11},{"source":12,"target":0},{"source":12,"target":209},{"source":12,"target":210},{"source":209,"target":211},{"source":209,"target":12},{"source":210,"target":212},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":26},{"source":13,"target":213},{"source":13,"target":214},{"source":213,"target":215},{"source":213,"target":13},{"source":214,"target":26},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":216,"target":23},{"source":216,"target":221},{"source":216,"target":14},{"source":221,"target":23},{"source":217,"target":222},{"source":217,"target":14},{"source":218,"target":25},{"source":218,"target":223},{"source":218,"target":14},{"source":223,"target":25},{"source":219,"target":224},{"source":219,"target":14},{"source":220,"target":12},{"source":15,"target":0},{"source":15,"target":26},{"source":15,"target":225},{"source":15,"target":226},{"source":225,"target":227},{"source":225,"target":15},{"source":226,"target":26},{"source":16,"target":0},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":228,"target":232},{"source":228,"target":16},{"source":229,"target":233},{"source":229,"target":16},{"source":230,"target":234},{"source":230,"target":16},{"source":231,"target":235},{"source":231,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":236,"target":16},{"source":236,"target":239},{"source":236,"target":17},{"source":236,"target":228},{"source":239,"target":16},{"source":237,"target":18},{"source":237,"target":240},{"source":237,"target":17},{"source":240,"target":18},{"source":238,"target":1},{"source":18,"target":0},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":18,"target":246},{"source":241,"target":18},{"source":242,"target":18},{"source":243,"target":18},{"source":244,"target":18},{"source":245,"target":18},{"source":246,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":247},{"source":247,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":248},{"source":20,"target":249},{"source":20,"target":250},{"source":248,"target":21},{"source":248,"target":251},{"source":248,"target":20},{"source":248,"target":252},{"source":251,"target":21},{"source":249,"target":253},{"source":249,"target":20},{"source":250,"target":1},{"source":21,"target":0},{"source":21,"target":252},{"source":21,"target":254},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":257},{"source":21,"target":258},{"source":252,"target":259},{"source":252,"target":21},{"source":254,"target":260},{"source":254,"target":21},{"source":255,"target":261},{"source":255,"target":21},{"source":256,"target":262},{"source":256,"target":21},{"source":257,"target":263},{"source":257,"target":21},{"source":258,"target":264},{"source":258,"target":21},{"source":22,"target":0},{"source":22,"target":265},{"source":22,"target":266},{"source":22,"target":267},{"source":22,"target":268},{"source":22,"target":269},{"source":22,"target":270},{"source":22,"target":271},{"source":265,"target":22},{"source":266,"target":22},{"source":267,"target":22},{"source":268,"target":22},{"source":269,"target":22},{"source":270,"target":22},{"source":271,"target":22},{"source":23,"target":0},{"source":23,"target":272},{"source":23,"target":273},{"source":23,"target":274},{"source":272,"target":24},{"source":272,"target":275},{"source":272,"target":23},{"source":275,"target":24},{"source":273,"target":25},{"source":273,"target":276},{"source":273,"target":23},{"source":276,"target":25},{"source":274,"target":277},{"source":274,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":278},{"source":26,"target":279},{"source":26,"target":280},{"source":278,"target":281},{"source":278,"target":26},{"source":279,"target":27},{"source":279,"target":282},{"source":279,"target":26},{"source":282,"target":27},{"source":280,"target":12},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":283},{"source":283,"target":284},{"source":283,"target":28},{"source":29,"target":0},{"source":29,"target":285},{"source":29,"target":286},{"source":285,"target":287},{"source":285,"target":29},{"source":286,"target":288},{"source":286,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":289},{"source":30,"target":290},{"source":289,"target":291},{"source":289,"target":30},{"source":290,"target":29}],"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="lock" nsURI="http://www.smeup.org/asup/il/lock" nsPrefix="il-lock"> <eClassifiers xsi:type="ecore:EClass" name="LockManager" abstract="true" interface="true"> <eOperations name="getLocker"> <eGenericType eClassifier="#//ObjectLocker"> <eTypeArguments eTypeParameter="#//LockManager/getLocker/N"/> </eGenericType> <eTypeParameters name="N"> <eBounds eClassifier="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ObjectNameable"/> </eTypeParameters> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="address" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> </eOperations> <eOperations name="getLocker"> <eGenericType eClassifier="#//ObjectLocker"> <eTypeArguments eTypeParameter="#//LockManager/getLocker.1/N"/> </eGenericType> <eTypeParameters name="N"> <eBounds eClassifier="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ObjectNameable"/> </eTypeParameters> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="object"> <eGenericType eTypeParameter="#//LockManager/getLocker.1/N"/> </eParameters> </eOperations> <eOperations name="getConcurrentMap" eType="ecore:EClass ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaConcurrentMap"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getQueue" eType="ecore:EClass ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaBlockingQueue"> <eTypeParameters name="E"/> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LockType"> <eLiterals name="Read" value="10" literal="READ"/> <eLiterals name="Write" value="20" literal="WRITE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectLocker" abstract="true" interface="true"> <eTypeParameters name="N"> <eBounds eClassifier="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ObjectNameable"/> </eTypeParameters> <eOperations name="getAddress" lowerBound="1" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> <eOperations name="isLocked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="lockType" lowerBound="1" eType="#//LockType"/> </eOperations> <eOperations name="lock"> <eParameters name="lockType" lowerBound="1" eType="#//LockType"/> </eOperations> <eOperations name="tryLock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="lockType" lowerBound="1" eType="#//LockType"/> </eOperations> <eOperations name="unlock"> <eParameters name="lockType" lowerBound="1" eType="#//LockType"/> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/smeup/asup/org.smeup.sys.il.lock/model/il-lock.ecore
ecore
lock LockManager getLocker N contextProvider address getLocker N contextProvider object getConcurrentMap K V contextProvider name getQueue E contextProvider name LockType Read READ Write WRITE ObjectLocker N getAddress isLocked lockType lock lockType tryLock time lockType unlock lockType
null
{"directed":true,"nodes":[{"nsPrefix":"il-lock","nsURI":"http://www.smeup.org/asup/il/lock","name":"lock","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LockManager","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LockType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectLocker","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLocker","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLocker","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcurrentMap","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQueue","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"id":8,"eClass":"EGenericType"},{"name":"N","id":9,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":10,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"address","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"name":"N","id":17,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"K","id":25,"eClass":"ETypeParameter"},{"name":"V","id":26,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"E","id":32,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"Read","id":37,"value":10,"literal":"READ","eClass":"EEnumLiteral"},{"name":"Write","id":38,"value":20,"literal":"WRITE","eClass":"EEnumLiteral"},{"name":"N","id":39,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAddress","lowerBound":1,"id":40,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocked","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"tryLock","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unlock","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lockType","lowerBound":1,"id":48,"many":false,"required":true,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lockType","lowerBound":1,"id":50,"many":false,"required":true,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"time","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lockType","lowerBound":1,"id":54,"many":false,"required":true,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lockType","lowerBound":1,"id":57,"many":false,"required":true,"eClass":"EParameter"},{"id":58,"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":3},{"source":4,"target":8},{"source":4,"target":1},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":8,"target":12},{"source":8,"target":3},{"source":12,"target":9},{"source":9,"target":13},{"source":10,"target":14},{"source":10,"target":4},{"source":11,"target":15},{"source":11,"target":4},{"source":5,"target":3},{"source":5,"target":16},{"source":5,"target":1},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":20},{"source":16,"target":3},{"source":20,"target":17},{"source":17,"target":21},{"source":18,"target":22},{"source":18,"target":5},{"source":19,"target":23},{"source":19,"target":5},{"source":23,"target":17},{"source":6,"target":24},{"source":6,"target":1},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":29},{"source":27,"target":6},{"source":28,"target":30},{"source":28,"target":6},{"source":7,"target":31},{"source":7,"target":1},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":36},{"source":34,"target":7},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":37,"target":2},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":39,"target":45},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":47},{"source":41,"target":3},{"source":41,"target":48},{"source":48,"target":2},{"source":48,"target":49},{"source":48,"target":41},{"source":49,"target":2},{"source":42,"target":3},{"source":42,"target":50},{"source":50,"target":2},{"source":50,"target":51},{"source":50,"target":42},{"source":51,"target":2},{"source":43,"target":52},{"source":43,"target":3},{"source":43,"target":53},{"source":43,"target":54},{"source":53,"target":55},{"source":53,"target":43},{"source":54,"target":2},{"source":54,"target":56},{"source":54,"target":43},{"source":56,"target":2},{"source":44,"target":3},{"source":44,"target":57},{"source":57,"target":2},{"source":57,"target":58},{"source":57,"target":44},{"source":58,"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="bmodesbmi" nsURI="http://www.ndt.sc/editor/bmodes/Bmodesbmi" nsPrefix="bmodesbmi"> <eClassifiers xsi:type="ecore:EClass" name="ModelBmodesbmi"> <eStructuralFeatures xsi:type="ecore:EReference" name="Head" eType="#//Header" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sec" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Echo" eType="#//bEcho" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BeamType" eType="#//iBeamType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="RotRpm" eType="#//nRotRpm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="RpmMult" eType="#//nRpmMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Radius" eType="#//nRadius" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="HubRad" eType="#//nHubRad" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PreCone" eType="#//nPrecone" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BlThp" eType="#//nBlThp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="HubConn" eType="#//iHubConn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ModePr" eType="#//iModePr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TabDelim" eType="#//bTabDelim" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MidNodeTw" eType="#//bMidNodeTw" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TipMass" eType="#//nTipMass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CmLoc" eType="#//nCmLoc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CmAxial" eType="#//nCmAxial" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IxxTip" eType="#//nIxxTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IyyTip" eType="#//nIyyTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IzzTip" eType="#//nIzzTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IxyTip" eType="#//nIxyTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IzxTip" eType="#//nIzxTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IyzTip" eType="#//nIyzTip" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IdMat" eType="#//iIdMat" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SecFile" eType="#//iSecFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SecMasMult" eType="#//nSecMasMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FlpInrMult" eType="#//nFlpInrMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="LagInrMult" eType="#//nLagInrMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FlpstfMult" eType="#//nFlpstfMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EdgStfMult" eType="#//nEdgStfMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TorStfMult" eType="#//nTorStfMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="AxiStfMult" eType="#//nAxiStfMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CgOffsMult" eType="#//nCgOffsMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ScOffsMult" eType="#//nScOffsMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TcOffsMult" eType="#//nTcOffsMult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="NSelt" eType="#//iNSelt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ElLoc" eType="#//aElLoc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TwrSupport" eType="#//iTwrSupport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TwrAttach" eType="#//iTwrAttach" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TwrWires" eType="#//aTwrWires" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="NodeAttach" eType="#//aNodeAttach" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="WireStiff" eType="#//aWireStiff" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="WireAngle" eType="#//aWireAngle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <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="bEcho"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="iBeamType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="nRotRpm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nRpmMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nRadius"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nHubRad"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nPrecone"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nBlThp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="iHubConn"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="iModePr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bTabDelim"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bMidNodeTw"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="nTipMass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nCmLoc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nCmAxial"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIxxTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIyyTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIzzTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIxyTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIzxTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nIyzTip"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="iIdMat"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="iSecFile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="nSecMasMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nFlpInrMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nLagInrMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nFlpstfMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nEdgStfMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nTorStfMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nAxiStfMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nCgOffsMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nScOffsMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="nTcOffsMult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="iNSelt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="aElLoc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="el_loc" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="iTwrSupport"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="iTwrAttach"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="aTwrWires"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="el_loc" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="aNodeAttach"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="el_loc" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="aWireStiff"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="el_loc" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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="aWireAngle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="el_loc" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/cooked/NDT/sc.ndt.editor.bmodes.bmi/src-gen/sc/ndt/editor/bmodes/Bmodesbmi.ecore
ecore
bmodesbmi ModelBmodesbmi Head sec Echo BeamType RotRpm RpmMult Radius HubRad PreCone BlThp HubConn ModePr TabDelim MidNodeTw TipMass CmLoc CmAxial IxxTip IyyTip IzzTip IxyTip IzxTip IyzTip IdMat SecFile SecMasMult FlpInrMult LagInrMult FlpstfMult EdgStfMult TorStfMult AxiStfMult CgOffsMult ScOffsMult TcOffsMult NSelt ElLoc TwrSupport TwrAttach TwrWires NodeAttach WireStiff WireAngle Header name desc Section name bEcho value name iBeamType value name nRotRpm value name nRpmMult value name nRadius value name nHubRad value name nPrecone value name nBlThp value name iHubConn value name iModePr value name bTabDelim value name bMidNodeTw value name nTipMass value name nCmLoc value name nCmAxial value name nIxxTip value name nIyyTip value name nIzzTip value name nIxyTip value name nIzxTip value name nIyzTip value name iIdMat value name iSecFile value name nSecMasMult value name nFlpInrMult value name nLagInrMult value name nFlpstfMult value name nEdgStfMult value name nTorStfMult value name nAxiStfMult value name nCgOffsMult value name nScOffsMult value name nTcOffsMult value name iNSelt value name aElLoc el_loc iTwrSupport value name iTwrAttach value name aTwrWires el_loc name aNodeAttach el_loc name aWireStiff el_loc name aWireAngle el_loc name
null
{"directed":true,"nodes":[{"nsPrefix":"bmodesbmi","nsURI":"http://www.ndt.sc/editor/bmodes/Bmodesbmi","name":"bmodesbmi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelBmodesbmi","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bEcho","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iBeamType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nRotRpm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nRpmMult","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nRadius","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nHubRad","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nPrecone","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nBlThp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iHubConn","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iModePr","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bTabDelim","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bMidNodeTw","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nTipMass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nCmLoc","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nCmAxial","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIxxTip","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIyyTip","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIzzTip","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIxyTip","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIzxTip","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nIyzTip","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iIdMat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iSecFile","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nSecMasMult","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nFlpInrMult","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nLagInrMult","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nFlpstfMult","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nEdgStfMult","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nTorStfMult","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nAxiStfMult","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nCgOffsMult","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nScOffsMult","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nTcOffsMult","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iNSelt","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aElLoc","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iTwrSupport","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iTwrAttach","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aTwrWires","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aNodeAttach","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aWireStiff","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aWireAngle","instanceClass":null,"abstract":false,"id":44,"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":"Head","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":"sec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Echo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BeamType","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":"RotRpm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RpmMult","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":"Radius","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":"HubRad","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PreCone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BlThp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"HubConn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ModePr","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":"TabDelim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MidNodeTw","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TipMass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CmLoc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CmAxial","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":"IxxTip","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":"IyyTip","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":"IzzTip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IxyTip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IzxTip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IyzTip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IdMat","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":"SecFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SecMasMult","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":true,"unsettable":false,"transient":false,"unique":true,"name":"FlpInrMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LagInrMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FlpstfMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EdgStfMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TorStfMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"AxiStfMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CgOffsMult","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":"ScOffsMult","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":"TcOffsMult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"NSelt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ElLoc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TwrSupport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TwrAttach","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TwrWires","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":"NodeAttach","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"WireStiff","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"WireAngle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":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":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"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":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":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":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":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":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":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":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"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":"el_loc","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"el_loc","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"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":"el_loc","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"el_loc","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"el_loc","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":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":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"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":1,"target":0},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":45,"target":2},{"source":45,"target":88},{"source":45,"target":1},{"source":88,"target":2},{"source":46,"target":3},{"source":46,"target":89},{"source":46,"target":1},{"source":89,"target":3},{"source":47,"target":4},{"source":47,"target":90},{"source":47,"target":1},{"source":90,"target":4},{"source":48,"target":5},{"source":48,"target":91},{"source":48,"target":1},{"source":91,"target":5},{"source":49,"target":6},{"source":49,"target":92},{"source":49,"target":1},{"source":92,"target":6},{"source":50,"target":7},{"source":50,"target":93},{"source":50,"target":1},{"source":93,"target":7},{"source":51,"target":8},{"source":51,"target":94},{"source":51,"target":1},{"source":94,"target":8},{"source":52,"target":9},{"source":52,"target":95},{"source":52,"target":1},{"source":95,"target":9},{"source":53,"target":10},{"source":53,"target":96},{"source":53,"target":1},{"source":96,"target":10},{"source":54,"target":11},{"source":54,"target":97},{"source":54,"target":1},{"source":97,"target":11},{"source":55,"target":12},{"source":55,"target":98},{"source":55,"target":1},{"source":98,"target":12},{"source":56,"target":13},{"source":56,"target":99},{"source":56,"target":1},{"source":99,"target":13},{"source":57,"target":14},{"source":57,"target":100},{"source":57,"target":1},{"source":100,"target":14},{"source":58,"target":15},{"source":58,"target":101},{"source":58,"target":1},{"source":101,"target":15},{"source":59,"target":16},{"source":59,"target":102},{"source":59,"target":1},{"source":102,"target":16},{"source":60,"target":17},{"source":60,"target":103},{"source":60,"target":1},{"source":103,"target":17},{"source":61,"target":18},{"source":61,"target":104},{"source":61,"target":1},{"source":104,"target":18},{"source":62,"target":19},{"source":62,"target":105},{"source":62,"target":1},{"source":105,"target":19},{"source":63,"target":20},{"source":63,"target":106},{"source":63,"target":1},{"source":106,"target":20},{"source":64,"target":21},{"source":64,"target":107},{"source":64,"target":1},{"source":107,"target":21},{"source":65,"target":22},{"source":65,"target":108},{"source":65,"target":1},{"source":108,"target":22},{"source":66,"target":23},{"source":66,"target":109},{"source":66,"target":1},{"source":109,"target":23},{"source":67,"target":24},{"source":67,"target":110},{"source":67,"target":1},{"source":110,"target":24},{"source":68,"target":25},{"source":68,"target":111},{"source":68,"target":1},{"source":111,"target":25},{"source":69,"target":26},{"source":69,"target":112},{"source":69,"target":1},{"source":112,"target":26},{"source":70,"target":27},{"source":70,"target":113},{"source":70,"target":1},{"source":113,"target":27},{"source":71,"target":28},{"source":71,"target":114},{"source":71,"target":1},{"source":114,"target":28},{"source":72,"target":29},{"source":72,"target":115},{"source":72,"target":1},{"source":115,"target":29},{"source":73,"target":30},{"source":73,"target":116},{"source":73,"target":1},{"source":116,"target":30},{"source":74,"target":31},{"source":74,"target":117},{"source":74,"target":1},{"source":117,"target":31},{"source":75,"target":32},{"source":75,"target":118},{"source":75,"target":1},{"source":118,"target":32},{"source":76,"target":33},{"source":76,"target":119},{"source":76,"target":1},{"source":119,"target":33},{"source":77,"target":34},{"source":77,"target":120},{"source":77,"target":1},{"source":120,"target":34},{"source":78,"target":35},{"source":78,"target":121},{"source":78,"target":1},{"source":121,"target":35},{"source":79,"target":36},{"source":79,"target":122},{"source":79,"target":1},{"source":122,"target":36},{"source":80,"target":37},{"source":80,"target":123},{"source":80,"target":1},{"source":123,"target":37},{"source":81,"target":38},{"source":81,"target":124},{"source":81,"target":1},{"source":124,"target":38},{"source":82,"target":39},{"source":82,"target":125},{"source":82,"target":1},{"source":125,"target":39},{"source":83,"target":40},{"source":83,"target":126},{"source":83,"target":1},{"source":126,"target":40},{"source":84,"target":41},{"source":84,"target":127},{"source":84,"target":1},{"source":127,"target":41},{"source":85,"target":42},{"source":85,"target":128},{"source":85,"target":1},{"source":128,"target":42},{"source":86,"target":43},{"source":86,"target":129},{"source":86,"target":1},{"source":129,"target":43},{"source":87,"target":44},{"source":87,"target":130},{"source":87,"target":1},{"source":130,"target":44},{"source":2,"target":0},{"source":2,"target":131},{"source":2,"target":132},{"source":131,"target":133},{"source":131,"target":2},{"source":132,"target":134},{"source":132,"target":2},{"source":3,"target":0},{"source":3,"target":135},{"source":135,"target":136},{"source":135,"target":3},{"source":4,"target":0},{"source":4,"target":137},{"source":4,"target":138},{"source":137,"target":139},{"source":137,"target":4},{"source":138,"target":140},{"source":138,"target":4},{"source":5,"target":0},{"source":5,"target":141},{"source":5,"target":142},{"source":141,"target":143},{"source":141,"target":5},{"source":142,"target":144},{"source":142,"target":5},{"source":6,"target":0},{"source":6,"target":145},{"source":6,"target":146},{"source":145,"target":147},{"source":145,"target":6},{"source":146,"target":148},{"source":146,"target":6},{"source":7,"target":0},{"source":7,"target":149},{"source":7,"target":150},{"source":149,"target":151},{"source":149,"target":7},{"source":150,"target":152},{"source":150,"target":7},{"source":8,"target":0},{"source":8,"target":153},{"source":8,"target":154},{"source":153,"target":155},{"source":153,"target":8},{"source":154,"target":156},{"source":154,"target":8},{"source":9,"target":0},{"source":9,"target":157},{"source":9,"target":158},{"source":157,"target":159},{"source":157,"target":9},{"source":158,"target":160},{"source":158,"target":9},{"source":10,"target":0},{"source":10,"target":161},{"source":10,"target":162},{"source":161,"target":163},{"source":161,"target":10},{"source":162,"target":164},{"source":162,"target":10},{"source":11,"target":0},{"source":11,"target":165},{"source":11,"target":166},{"source":165,"target":167},{"source":165,"target":11},{"source":166,"target":168},{"source":166,"target":11},{"source":12,"target":0},{"source":12,"target":169},{"source":12,"target":170},{"source":169,"target":171},{"source":169,"target":12},{"source":170,"target":172},{"source":170,"target":12},{"source":13,"target":0},{"source":13,"target":173},{"source":13,"target":174},{"source":173,"target":175},{"source":173,"target":13},{"source":174,"target":176},{"source":174,"target":13},{"source":14,"target":0},{"source":14,"target":177},{"source":14,"target":178},{"source":177,"target":179},{"source":177,"target":14},{"source":178,"target":180},{"source":178,"target":14},{"source":15,"target":0},{"source":15,"target":181},{"source":15,"target":182},{"source":181,"target":183},{"source":181,"target":15},{"source":182,"target":184},{"source":182,"target":15},{"source":16,"target":0},{"source":16,"target":185},{"source":16,"target":186},{"source":185,"target":187},{"source":185,"target":16},{"source":186,"target":188},{"source":186,"target":16},{"source":17,"target":0},{"source":17,"target":189},{"source":17,"target":190},{"source":189,"target":191},{"source":189,"target":17},{"source":190,"target":192},{"source":190,"target":17},{"source":18,"target":0},{"source":18,"target":193},{"source":18,"target":194},{"source":193,"target":195},{"source":193,"target":18},{"source":194,"target":196},{"source":194,"target":18},{"source":19,"target":0},{"source":19,"target":197},{"source":19,"target":198},{"source":197,"target":199},{"source":197,"target":19},{"source":198,"target":200},{"source":198,"target":19},{"source":20,"target":0},{"source":20,"target":201},{"source":20,"target":202},{"source":201,"target":203},{"source":201,"target":20},{"source":202,"target":204},{"source":202,"target":20},{"source":21,"target":0},{"source":21,"target":205},{"source":21,"target":206},{"source":205,"target":207},{"source":205,"target":21},{"source":206,"target":208},{"source":206,"target":21},{"source":22,"target":0},{"source":22,"target":209},{"source":22,"target":210},{"source":209,"target":211},{"source":209,"target":22},{"source":210,"target":212},{"source":210,"target":22},{"source":23,"target":0},{"source":23,"target":213},{"source":23,"target":214},{"source":213,"target":215},{"source":213,"target":23},{"source":214,"target":216},{"source":214,"target":23},{"source":24,"target":0},{"source":24,"target":217},{"source":24,"target":218},{"source":217,"target":219},{"source":217,"target":24},{"source":218,"target":220},{"source":218,"target":24},{"source":25,"target":0},{"source":25,"target":221},{"source":25,"target":222},{"source":221,"target":223},{"source":221,"target":25},{"source":222,"target":224},{"source":222,"target":25},{"source":26,"target":0},{"source":26,"target":225},{"source":26,"target":226},{"source":225,"target":227},{"source":225,"target":26},{"source":226,"target":228},{"source":226,"target":26},{"source":27,"target":0},{"source":27,"target":229},{"source":27,"target":230},{"source":229,"target":231},{"source":229,"target":27},{"source":230,"target":232},{"source":230,"target":27},{"source":28,"target":0},{"source":28,"target":233},{"source":28,"target":234},{"source":233,"target":235},{"source":233,"target":28},{"source":234,"target":236},{"source":234,"target":28},{"source":29,"target":0},{"source":29,"target":237},{"source":29,"target":238},{"source":237,"target":239},{"source":237,"target":29},{"source":238,"target":240},{"source":238,"target":29},{"source":30,"target":0},{"source":30,"target":241},{"source":30,"target":242},{"source":241,"target":243},{"source":241,"target":30},{"source":242,"target":244},{"source":242,"target":30},{"source":31,"target":0},{"source":31,"target":245},{"source":31,"target":246},{"source":245,"target":247},{"source":245,"target":31},{"source":246,"target":248},{"source":246,"target":31},{"source":32,"target":0},{"source":32,"target":249},{"source":32,"target":250},{"source":249,"target":251},{"source":249,"target":32},{"source":250,"target":252},{"source":250,"target":32},{"source":33,"target":0},{"source":33,"target":253},{"source":33,"target":254},{"source":253,"target":255},{"source":253,"target":33},{"source":254,"target":256},{"source":254,"target":33},{"source":34,"target":0},{"source":34,"target":257},{"source":34,"target":258},{"source":257,"target":259},{"source":257,"target":34},{"source":258,"target":260},{"source":258,"target":34},{"source":35,"target":0},{"source":35,"target":261},{"source":35,"target":262},{"source":261,"target":263},{"source":261,"target":35},{"source":262,"target":264},{"source":262,"target":35},{"source":36,"target":0},{"source":36,"target":265},{"source":36,"target":266},{"source":265,"target":267},{"source":265,"target":36},{"source":266,"target":268},{"source":266,"target":36},{"source":37,"target":0},{"source":37,"target":269},{"source":37,"target":270},{"source":269,"target":271},{"source":269,"target":37},{"source":270,"target":272},{"source":270,"target":37},{"source":38,"target":0},{"source":38,"target":273},{"source":273,"target":274},{"source":273,"target":38},{"source":39,"target":0},{"source":39,"target":275},{"source":39,"target":276},{"source":275,"target":277},{"source":275,"target":39},{"source":276,"target":278},{"source":276,"target":39},{"source":40,"target":0},{"source":40,"target":279},{"source":40,"target":280},{"source":279,"target":281},{"source":279,"target":40},{"source":280,"target":282},{"source":280,"target":40},{"source":41,"target":0},{"source":41,"target":283},{"source":41,"target":284},{"source":283,"target":285},{"source":283,"target":41},{"source":284,"target":286},{"source":284,"target":41},{"source":42,"target":0},{"source":42,"target":287},{"source":42,"target":288},{"source":287,"target":289},{"source":287,"target":42},{"source":288,"target":290},{"source":288,"target":42},{"source":43,"target":0},{"source":43,"target":291},{"source":43,"target":292},{"source":291,"target":293},{"source":291,"target":43},{"source":292,"target":294},{"source":292,"target":43},{"source":44,"target":0},{"source":44,"target":295},{"source":44,"target":296},{"source":295,"target":297},{"source":295,"target":44},{"source":296,"target":298},{"source":296,"target":44}],"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="model4" nsURI="http://www.eclipse.org/emf/CDO/tests/model4/1.0.0" nsPrefix="model4"> <eClassifiers xsi:type="ecore:EClass" name="RefSingleContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//SingleContainedElement" containment="true" eOpposite="#//SingleContainedElement/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleContainedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//RefSingleContained" eOpposite="#//RefSingleContained/element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSingleNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//SingleNonContainedElement" eOpposite="#//SingleNonContainedElement/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleNonContainedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//RefSingleNonContained" eOpposite="#//RefSingleNonContained/element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMultiContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MultiContainedElement" containment="true" eOpposite="#//MultiContainedElement/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiContainedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//RefMultiContained" eOpposite="#//RefMultiContained/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMultiNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MultiNonContainedElement" eOpposite="#//MultiNonContainedElement/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiNonContainedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//RefMultiNonContained" eOpposite="#//RefMultiNonContained/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMultiNonContainedUnsettable"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MultiNonContainedUnsettableElement" unsettable="true" eOpposite="#//MultiNonContainedUnsettableElement/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiNonContainedUnsettableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//RefMultiNonContainedUnsettable" unsettable="true" eOpposite="#//RefMultiNonContainedUnsettable/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSingleContainedNPL"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//ContainedElementNoOpposite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSingleNonContainedNPL"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//ContainedElementNoOpposite"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMultiContainedNPL"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ContainedElementNoOpposite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMultiNonContainedNPL"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ContainedElementNoOpposite"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainedElementNoOpposite"> <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="GenRefSingleContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenRefSingleNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenRefMultiContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenRefMultiNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplSingleRefContainer" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ImplSingleRefContainedElement" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefContainedElement"> <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="ImplSingleRefNonContainer" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefNonContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ImplSingleRefNonContainedElement" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefNonContainedElement"> <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="ImplMultiRefNonContainer" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefNonContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ImplMultiRefNonContainedElement" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefNonContainedElement"> <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="ImplMultiRefContainer" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ImplMultiRefContainedElement" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefContainedElement"> <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="ImplSingleRefContainerNPL" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefContainerNPL"/> <eClassifiers xsi:type="ecore:EClass" name="ImplSingleRefNonContainerNPL" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//ISingleRefNonContainerNPL"/> <eClassifiers xsi:type="ecore:EClass" name="ImplMultiRefContainerNPL" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefContainerNPL"/> <eClassifiers xsi:type="ecore:EClass" name="ImplMultiRefNonContainerNPL" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IMultiRefNonContainerNPL"/> <eClassifiers xsi:type="ecore:EClass" name="ImplContainedElementNPL" eSuperTypes="../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//IContainedElementNoParentLink ../../org.eclipse.emf.cdo.tests.model4interfaces/model/interfaces.ecore#//INamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="GenRefMultiNUNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenRefMapNonContained"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//StringToEObject" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToEObject" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/krisboutthat5/cdo-light/cdo/org.eclipse.emf.cdo.tests.model4/model/model4.ecore
ecore
model4 RefSingleContained element SingleContainedElement name parent RefSingleNonContained element SingleNonContainedElement name parent RefMultiContained elements MultiContainedElement name parent RefMultiNonContained elements MultiNonContainedElement name parent RefMultiNonContainedUnsettable elements MultiNonContainedUnsettableElement name parent RefSingleContainedNPL element RefSingleNonContainedNPL element RefMultiContainedNPL elements RefMultiNonContainedNPL elements ContainedElementNoOpposite name GenRefSingleContained element GenRefSingleNonContained element GenRefMultiContained elements GenRefMultiNonContained elements ImplSingleRefContainer ImplSingleRefContainedElement name ImplSingleRefNonContainer ImplSingleRefNonContainedElement name ImplMultiRefNonContainer ImplMultiRefNonContainedElement name ImplMultiRefContainer ImplMultiRefContainedElement name ImplSingleRefContainerNPL ImplSingleRefNonContainerNPL ImplMultiRefContainerNPL ImplMultiRefNonContainerNPL ImplContainedElementNPL GenRefMultiNUNonContained elements GenRefMapNonContained elements StringToEObject java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"model4","nsURI":"http://www.eclipse.org/emf/CDO/tests/model4/1.0.0","name":"model4","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSingleContained","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleContainedElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSingleNonContained","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleNonContainedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMultiContained","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiContainedElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMultiNonContained","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiNonContainedElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMultiNonContainedUnsettable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiNonContainedUnsettableElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSingleContainedNPL","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSingleNonContainedNPL","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMultiContainedNPL","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMultiNonContainedNPL","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedElementNoOpposite","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefSingleContained","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefSingleNonContained","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefMultiContained","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefMultiNonContained","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefContainer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefContainedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefNonContainer","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefNonContainedElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefNonContainer","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefNonContainedElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefContainedElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefContainerNPL","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplSingleRefNonContainerNPL","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefContainerNPL","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplMultiRefNonContainerNPL","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplContainedElementNPL","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefMultiNUNonContained","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenRefMapNonContained","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToEObject","instanceClass":"java.util.Map$Entry","abstract":false,"id":35,"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":"element","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"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":true,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"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"},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":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":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"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":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":1,"target":36},{"source":36,"target":2},{"source":36,"target":37},{"source":36,"target":1},{"source":36,"target":38},{"source":37,"target":2},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":38},{"source":39,"target":40},{"source":39,"target":2},{"source":38,"target":1},{"source":38,"target":41},{"source":38,"target":2},{"source":38,"target":36},{"source":41,"target":1},{"source":3,"target":0},{"source":3,"target":42},{"source":42,"target":4},{"source":42,"target":43},{"source":42,"target":3},{"source":42,"target":44},{"source":43,"target":4},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":44},{"source":45,"target":46},{"source":45,"target":4},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":4},{"source":44,"target":42},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":6},{"source":48,"target":49},{"source":48,"target":5},{"source":48,"target":50},{"source":49,"target":6},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":50},{"source":51,"target":52},{"source":51,"target":6},{"source":50,"target":5},{"source":50,"target":53},{"source":50,"target":6},{"source":50,"target":48},{"source":53,"target":5},{"source":7,"target":0},{"source":7,"target":54},{"source":54,"target":8},{"source":54,"target":55},{"source":54,"target":7},{"source":54,"target":56},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":57},{"source":8,"target":56},{"source":57,"target":58},{"source":57,"target":8},{"source":56,"target":7},{"source":56,"target":59},{"source":56,"target":8},{"source":56,"target":54},{"source":59,"target":7},{"source":9,"target":0},{"source":9,"target":60},{"source":60,"target":10},{"source":60,"target":61},{"source":60,"target":9},{"source":60,"target":62},{"source":61,"target":10},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":62},{"source":63,"target":64},{"source":63,"target":10},{"source":62,"target":9},{"source":62,"target":65},{"source":62,"target":10},{"source":62,"target":60},{"source":65,"target":9},{"source":11,"target":0},{"source":11,"target":66},{"source":66,"target":15},{"source":66,"target":67},{"source":66,"target":11},{"source":67,"target":15},{"source":12,"target":0},{"source":12,"target":68},{"source":68,"target":15},{"source":68,"target":69},{"source":68,"target":12},{"source":69,"target":15},{"source":13,"target":0},{"source":13,"target":70},{"source":70,"target":15},{"source":70,"target":71},{"source":70,"target":13},{"source":71,"target":15},{"source":14,"target":0},{"source":14,"target":72},{"source":72,"target":15},{"source":72,"target":73},{"source":72,"target":14},{"source":73,"target":15},{"source":15,"target":0},{"source":15,"target":74},{"source":74,"target":75},{"source":74,"target":15},{"source":16,"target":0},{"source":16,"target":76},{"source":76,"target":77},{"source":76,"target":16},{"source":17,"target":0},{"source":17,"target":78},{"source":78,"target":79},{"source":78,"target":17},{"source":18,"target":0},{"source":18,"target":80},{"source":80,"target":81},{"source":80,"target":18},{"source":19,"target":0},{"source":19,"target":82},{"source":82,"target":83},{"source":82,"target":19},{"source":20,"target":0},{"source":20,"target":84},{"source":21,"target":0},{"source":21,"target":85},{"source":21,"target":86},{"source":85,"target":87},{"source":85,"target":21},{"source":22,"target":0},{"source":22,"target":88},{"source":23,"target":0},{"source":23,"target":89},{"source":23,"target":90},{"source":89,"target":91},{"source":89,"target":23},{"source":24,"target":0},{"source":24,"target":92},{"source":25,"target":0},{"source":25,"target":93},{"source":25,"target":94},{"source":93,"target":95},{"source":93,"target":25},{"source":26,"target":0},{"source":26,"target":96},{"source":27,"target":0},{"source":27,"target":97},{"source":27,"target":98},{"source":97,"target":99},{"source":97,"target":27},{"source":28,"target":0},{"source":28,"target":100},{"source":29,"target":0},{"source":29,"target":101},{"source":30,"target":0},{"source":30,"target":102},{"source":31,"target":0},{"source":31,"target":103},{"source":32,"target":0},{"source":32,"target":104},{"source":32,"target":105},{"source":33,"target":0},{"source":33,"target":106},{"source":106,"target":107},{"source":106,"target":33},{"source":34,"target":0},{"source":34,"target":108},{"source":108,"target":35},{"source":108,"target":109},{"source":108,"target":34},{"source":109,"target":35},{"source":35,"target":0},{"source":35,"target":110},{"source":35,"target":111},{"source":110,"target":112},{"source":110,"target":35},{"source":111,"target":113},{"source":111,"target":35}],"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="context" nsURI="http://kevoree.context/1.0" nsPrefix="org.kevoree.context"> <eClassifiers xsi:type="ecore:EClass" name="ContextRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1" eType="#//ContextModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextModel" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//MetricType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" interface="true"> <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="MetricType" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1" eType="#//Metric" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metric" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//MetricValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="min" eType="#//MetricValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="max" eType="#//MetricValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//MetricValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" eType="#//MetricValue"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syncConstraints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <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="DurationMetricValue" eSuperTypes="#//MetricValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="durationUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationHistoryMetric" eSuperTypes="#//Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="durationUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CounterHistoryMetric" eSuperTypes="#//Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/kevoree.context.ecore
ecore
context ContextRoot context ContextModel types NamedElement name MetricType metrics unit Metric values query min max first last syncConstraints sum MetricValue timestamp value DurationMetricValue duration durationUnit DurationHistoryMetric duration durationUnit CounterHistoryMetric number
null
{"directed":true,"nodes":[{"nsPrefix":"org.kevoree.context","nsURI":"http://kevoree.context/1.0","name":"context","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationMetricValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationHistoryMetric","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CounterHistoryMetric","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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"min","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":"max","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"last","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":"syncConstraints","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":"sum","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"timestamp","changeable":true,"lowerBound":0,"iD":true,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","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":"durationUnit","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"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":"duration","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":"durationUnit","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":"number","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":2},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":4},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":4},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":15,"target":16},{"source":15,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":17,"target":5},{"source":17,"target":20},{"source":17,"target":4},{"source":20,"target":5},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":22,"target":6},{"source":22,"target":31},{"source":22,"target":5},{"source":31,"target":6},{"source":23,"target":32},{"source":23,"target":5},{"source":24,"target":6},{"source":24,"target":33},{"source":24,"target":5},{"source":33,"target":6},{"source":25,"target":6},{"source":25,"target":34},{"source":25,"target":5},{"source":34,"target":6},{"source":26,"target":6},{"source":26,"target":35},{"source":26,"target":5},{"source":35,"target":6},{"source":27,"target":6},{"source":27,"target":36},{"source":27,"target":5},{"source":36,"target":6},{"source":28,"target":37},{"source":28,"target":5},{"source":29,"target":38},{"source":29,"target":5},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":41},{"source":39,"target":6},{"source":40,"target":42},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":46},{"source":43,"target":7},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":55},{"source":53,"target":9},{"source":54,"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="grrbac" nsURI="https://vanderhighway.com/grrbac/2020" nsPrefix="grrbac"> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EReference" name="UR" upperBound="-1" eType="#//Role" eOpposite="#//Role/RU"/> <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="Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="RU" upperBound="-1" eType="#//User" eOpposite="#//User/UR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="RD" upperBound="-1" eType="#//Demarcation" eOpposite="#//Demarcation/DR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="juniors" upperBound="-1" eType="#//Role" eOpposite="#//Role/seniors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="seniors" upperBound="-1" eType="#//Role" eOpposite="#//Role/juniors"/> <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="constrainedBy" upperBound="-1" eType="#//TemporalGrantRule" eOpposite="#//TemporalGrantRule/role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Demarcation"> <eStructuralFeatures xsi:type="ecore:EReference" name="DR" upperBound="-1" eType="#//Role" eOpposite="#//Role/RD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DP" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/PD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subdemarcations" upperBound="-1" eType="#//Demarcation" eOpposite="#//Demarcation/superdemarcations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superdemarcations" upperBound="-1" eType="#//Demarcation" eOpposite="#//Demarcation/subdemarcations"/> <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="constrainedBy" upperBound="-1" eType="#//TemporalGrantRule" eOpposite="#//TemporalGrantRule/demarcation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EReference" name="PD" upperBound="-1" eType="#//Demarcation" eOpposite="#//Demarcation/DP"/> <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="PO" eType="#//SACSObject" eOpposite="#//SACSObject/OP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDay" eType="#//ValidDay" eOpposite="#//ValidDay/timeRanges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayTimeRanges" upperBound="-1" eType="#//ValidDayTimeRange" eOpposite="#//ValidDayTimeRange/temporalContextTimeRanges"/> <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="ValidDay" 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="timeRanges" upperBound="-1" eType="#//TimeRange" eOpposite="#//TimeRange/validDay"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//ValidDayTimeRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidDayOfWeek" eSuperTypes="#//ValidDay"> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayOfWeekMonth" upperBound="-1" eType="#//ValidDayOfWeekMonth" eOpposite="#//ValidDayOfWeekMonth/validDayOfWeek"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidDayOfMonth" eSuperTypes="#//ValidDay"> <eStructuralFeatures xsi:type="ecore:EReference" name="validDaysOfWeekMonth" upperBound="-1" eType="#//ValidDayOfWeekMonth" eOpposite="#//ValidDayOfWeekMonth/validDayOfMonth"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//TimeRange" containment="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="temporalGrantRules" upperBound="-1" eType="#//TemporalGrantRule" eOpposite="#//TemporalGrantRule/temporalContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authorizationConstraints" upperBound="-1" eType="#//PolicyDependentAuthorizationConstraint" eOpposite="#//PolicyDependentAuthorizationConstraint/temporalContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalAuthenticationRules" upperBound="-1" eType="#//TemporalAuthenticationRule" eOpposite="#//TemporalAuthenticationRule/temporalContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="myScenarios" upperBound="-1" eType="#//MyScenario" eOpposite="#//MyScenario/temporalContexts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidDayTimeRange" eSuperTypes="#//TimeRange"> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContextTimeRanges" upperBound="-1" eType="#//TimeRange" eOpposite="#//TimeRange/validDayTimeRanges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//ValidDayTimeRange" eOpposite="#//ValidDayTimeRange/previous"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//ValidDayTimeRange" eOpposite="#//ValidDayTimeRange/next"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidDayOfWeekMonth" eSuperTypes="#//ValidDay"> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayOfWeek" eType="#//ValidDayOfWeek" eOpposite="#//ValidDayOfWeek/validDayOfWeekMonth"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayOfMonth" eType="#//ValidDayOfMonth" eOpposite="#//ValidDayOfMonth/validDaysOfWeekMonth"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayOfYear" upperBound="-1" eType="#//ValidDayOfYear" eOpposite="#//ValidDayOfYear/validDayOfWeekMonth"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalGrantRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isGrant" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role" eOpposite="#//Role/constrainedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="demarcation" eType="#//Demarcation" eOpposite="#//Demarcation/constrainedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContext" eType="#//TemporalContext" eOpposite="#//TemporalContext/temporalGrantRules"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SACSObject"> <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="OP" eType="#//Permission" eOpposite="#//Permission/PO"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteAccessControlSystem"> <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="authorizationConstraints" upperBound="-1" eType="#//PolicyDependentAuthorizationConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authorizationPolicy" eType="#//AuthorizationPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextContainer" eType="#//ContextContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticationPolicy" eType="#//AuthenticationPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topology" eType="#//AccessControlSystemTopology" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SecurityZone" eSuperTypes="#//SACSObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="public" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reachable" upperBound="-1" eType="#//SecurityZone"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedBy" upperBound="-1" eType="#//TemporalAuthenticationRule" eOpposite="#//TemporalAuthenticationRule/securityZone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolicyDependentAuthorizationConstraint" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Name" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContext" eType="#//TemporalContext" eOpposite="#//TemporalContext/authorizationConstraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUserConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="user" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryUserConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryRoleConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryRoleConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryDemarcationConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="demarcation" eType="#//Demarcation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryDemarcationConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Demarcation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Demarcation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryPermissionConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="permission" eType="#//Permission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryPermissionConstraint" abstract="true" eSuperTypes="#//PolicyDependentAuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Permission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoDURConstraint" eSuperTypes="#//BinaryRoleConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="SoDUDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="SoDUPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="SoDRDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="SoDDPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AuthorizationPolicy"> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="demarcations" upperBound="-1" eType="#//Demarcation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" containment="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="temporalGrantRules" upperBound="-1" eType="#//TemporalGrantRule" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteURConstraint" eSuperTypes="#//BinaryRoleConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteUDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteUPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteRDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteRPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrerequisiteDPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDURConstraint" eSuperTypes="#//BinaryRoleConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDUDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDRDConstraint" eSuperTypes="#//BinaryDemarcationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDUPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDRPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="BoDDPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CardinalityURConstraint" eSuperTypes="#//UnaryRoleConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityUDConstraint" eSuperTypes="#//UnaryDemarcationConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityRDConstraint" eSuperTypes="#//UnaryDemarcationConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityUPConstraint" eSuperTypes="#//UnaryPermissionConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityRPConstraint" eSuperTypes="#//UnaryPermissionConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityDPConstraint" eSuperTypes="#//UnaryPermissionConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContexts" upperBound="-1" eType="#//TemporalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDays" upperBound="-1" eType="#//ValidDay" containment="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="myScenarios" upperBound="-1" eType="#//MyScenario" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidDayOfYear" eSuperTypes="#//ValidDay"> <eStructuralFeatures xsi:type="ecore:EReference" name="validDayOfWeekMonth" eType="#//ValidDayOfWeekMonth" eOpposite="#//ValidDayOfWeekMonth/validDayOfYear"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthenticationPolicy"> <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="temporalAuthenticationRules" upperBound="-1" eType="#//TemporalAuthenticationRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalAuthenticationRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContext" eType="#//TemporalContext" eOpposite="#//TemporalContext/temporalAuthenticationRules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="securityZone" eType="#//SecurityZone" eOpposite="#//SecurityZone/constrainedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MyScenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalContexts" upperBound="-1" eType="#//TemporalContext" eOpposite="#//TemporalContext/myScenarios"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessControlSystemTopology"> <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="securityZones" upperBound="-1" eType="#//SecurityZone" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoDRPConstraint" eSuperTypes="#//BinaryPermissionConstraint"/> </ecore:EPackage>
github:ecore:/data/HansvdLaan/viatra-bug-2/com.vanderhighway.grrbac.model/model/grrbac.ecore
ecore
grrbac User UR name Role RU RD juniors seniors name constrainedBy Demarcation DR DP subdemarcations superdemarcations name constrainedBy Permission PD name PO TimeRange start end validDay validDayTimeRanges name ValidDay name timeRanges instances ValidDayOfWeek validDayOfWeekMonth ValidDayOfMonth validDaysOfWeekMonth TemporalContext instances name temporalGrantRules authorizationConstraints temporalAuthenticationRules myScenarios ValidDayTimeRange temporalContextTimeRanges next previous ValidDayOfWeekMonth validDayOfWeek validDayOfMonth validDayOfYear TemporalGrantRule name priority isGrant role demarcation temporalContext SACSObject name OP SiteAccessControlSystem name authorizationConstraints authorizationPolicy contextContainer authenticationPolicy topology SecurityZone public reachable constrainedBy PolicyDependentAuthorizationConstraint name temporalContext UnaryUserConstraint user BinaryUserConstraint left right UnaryRoleConstraint role BinaryRoleConstraint left right UnaryDemarcationConstraint demarcation BinaryDemarcationConstraint left right UnaryPermissionConstraint permission BinaryPermissionConstraint left right SoDURConstraint SoDUDConstraint SoDUPConstraint SoDRDConstraint SoDDPConstraint AuthorizationPolicy users roles demarcations permissions name temporalGrantRules PrerequisiteURConstraint PrerequisiteUDConstraint PrerequisiteUPConstraint PrerequisiteRDConstraint PrerequisiteRPConstraint PrerequisiteDPConstraint BoDURConstraint BoDUDConstraint BoDRDConstraint BoDUPConstraint BoDRPConstraint BoDDPConstraint CardinalityURConstraint bound CardinalityUDConstraint bound CardinalityRDConstraint bound CardinalityUPConstraint bound CardinalityRPConstraint bound CardinalityDPConstraint bound ContextContainer temporalContexts validDays name myScenarios ValidDayOfYear validDayOfWeekMonth AuthenticationPolicy name temporalAuthenticationRules TemporalAuthenticationRule name priority status temporalContext securityZone MyScenario temporalContexts AccessControlSystemTopology name securityZones SoDRPConstraint
null
{"directed":true,"nodes":[{"nsPrefix":"grrbac","nsURI":"https://vanderhighway.com/grrbac/2020","name":"grrbac","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Demarcation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeRange","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDay","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDayOfWeek","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDayOfMonth","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalContext","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDayTimeRange","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDayOfWeekMonth","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGrantRule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SACSObject","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteAccessControlSystem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityZone","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolicyDependentAuthorizationConstraint","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUserConstraint","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryUserConstraint","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryRoleConstraint","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryRoleConstraint","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryDemarcationConstraint","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryDemarcationConstraint","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPermissionConstraint","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryPermissionConstraint","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDURConstraint","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDUDConstraint","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDUPConstraint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDRDConstraint","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDDPConstraint","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorizationPolicy","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteURConstraint","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteUDConstraint","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteUPConstraint","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteRDConstraint","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteRPConstraint","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrerequisiteDPConstraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDURConstraint","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDUDConstraint","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDRDConstraint","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDUPConstraint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDRPConstraint","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoDDPConstraint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityURConstraint","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityUDConstraint","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityRDConstraint","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityUPConstraint","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityRPConstraint","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityDPConstraint","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextContainer","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDayOfYear","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthenticationPolicy","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalAuthenticationRule","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyScenario","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessControlSystemTopology","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoDRPConstraint","instanceClass":null,"abstract":false,"id":55,"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":"UR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":57,"derived":false},{"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":"RU","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"RD","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":"juniors","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":"seniors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"DR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","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":false,"unsettable":false,"transient":false,"unique":true,"name":"DP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subdemarcations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superdemarcations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PD","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demarcation","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":"name","changeable":true,"lowerBound":0,"iD":true,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PO","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"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":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayTimeRanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timeRanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalContextTimeRanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayOfWeekMonth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayOfWeek","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":false,"unsettable":false,"transient":false,"unique":true,"name":"validDaysOfWeekMonth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayOfMonth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":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":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"temporalGrantRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authorizationConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalAuthenticationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalContext","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalContext","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"temporalContexts","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":false,"unsettable":false,"transient":false,"unique":true,"name":"next","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":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayOfYear","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validDayOfWeekMonth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isGrant","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"},{"ordered":true,"upperBound":1,"defaultValue":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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"authorizationConstraints","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":"authorizationPolicy","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":"contextContainer","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":"authenticationPolicy","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":"topology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"public","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":"reachable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"securityZone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","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":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":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":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demarcation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"permission","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":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","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":"roles","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":"demarcations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":true,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalGrantRules","changeable":true,"resolveProxies":false,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bound","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":"bound","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validDays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myScenarios","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"},{"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":"name","changeable":true,"lowerBound":0,"iD":true,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalAuthenticationRules","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":"name","changeable":true,"lowerBound":0,"iD":true,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"securityZones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":1,"target":0},{"source":1,"target":56},{"source":1,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":1},{"source":56,"target":59},{"source":58,"target":2},{"source":57,"target":60},{"source":57,"target":1},{"source":2,"target":0},{"source":2,"target":59},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":59,"target":1},{"source":59,"target":66},{"source":59,"target":2},{"source":59,"target":56},{"source":66,"target":1},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":3},{"source":62,"target":2},{"source":62,"target":69},{"source":62,"target":2},{"source":62,"target":63},{"source":69,"target":2},{"source":63,"target":2},{"source":63,"target":70},{"source":63,"target":2},{"source":63,"target":62},{"source":70,"target":2},{"source":64,"target":71},{"source":64,"target":2},{"source":65,"target":12},{"source":65,"target":72},{"source":65,"target":2},{"source":65,"target":73},{"source":72,"target":12},{"source":3,"target":0},{"source":3,"target":68},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":68,"target":2},{"source":68,"target":79},{"source":68,"target":3},{"source":68,"target":61},{"source":79,"target":2},{"source":74,"target":4},{"source":74,"target":80},{"source":74,"target":3},{"source":74,"target":81},{"source":80,"target":4},{"source":75,"target":3},{"source":75,"target":82},{"source":75,"target":3},{"source":75,"target":76},{"source":82,"target":3},{"source":76,"target":3},{"source":76,"target":83},{"source":76,"target":3},{"source":76,"target":75},{"source":83,"target":3},{"source":77,"target":84},{"source":77,"target":3},{"source":78,"target":12},{"source":78,"target":85},{"source":78,"target":3},{"source":78,"target":86},{"source":85,"target":12},{"source":4,"target":0},{"source":4,"target":81},{"source":4,"target":87},{"source":4,"target":88},{"source":81,"target":3},{"source":81,"target":89},{"source":81,"target":4},{"source":81,"target":74},{"source":89,"target":3},{"source":87,"target":90},{"source":87,"target":4},{"source":88,"target":13},{"source":88,"target":91},{"source":88,"target":4},{"source":88,"target":92},{"source":91,"target":13},{"source":5,"target":0},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":93,"target":98},{"source":93,"target":5},{"source":94,"target":99},{"source":94,"target":5},{"source":95,"target":6},{"source":95,"target":100},{"source":95,"target":5},{"source":95,"target":101},{"source":100,"target":6},{"source":96,"target":10},{"source":96,"target":102},{"source":96,"target":5},{"source":96,"target":103},{"source":102,"target":10},{"source":97,"target":104},{"source":97,"target":5},{"source":6,"target":0},{"source":6,"target":105},{"source":6,"target":101},{"source":6,"target":106},{"source":105,"target":107},{"source":105,"target":6},{"source":101,"target":5},{"source":101,"target":108},{"source":101,"target":6},{"source":101,"target":95},{"source":108,"target":5},{"source":106,"target":10},{"source":106,"target":109},{"source":106,"target":6},{"source":109,"target":10},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":110},{"source":7,"target":111},{"source":110,"target":11},{"source":110,"target":112},{"source":110,"target":7},{"source":110,"target":113},{"source":112,"target":11},{"source":111,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":114},{"source":8,"target":115},{"source":114,"target":11},{"source":114,"target":116},{"source":114,"target":8},{"source":114,"target":117},{"source":116,"target":11},{"source":115,"target":6},{"source":9,"target":0},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":9,"target":123},{"source":118,"target":5},{"source":118,"target":124},{"source":118,"target":9},{"source":124,"target":5},{"source":119,"target":125},{"source":119,"target":9},{"source":120,"target":12},{"source":120,"target":126},{"source":120,"target":9},{"source":120,"target":127},{"source":126,"target":12},{"source":121,"target":16},{"source":121,"target":128},{"source":121,"target":9},{"source":121,"target":129},{"source":128,"target":16},{"source":122,"target":52},{"source":122,"target":130},{"source":122,"target":9},{"source":122,"target":131},{"source":130,"target":52},{"source":123,"target":53},{"source":123,"target":132},{"source":123,"target":9},{"source":123,"target":133},{"source":132,"target":53},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":103},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":103,"target":5},{"source":103,"target":137},{"source":103,"target":10},{"source":103,"target":96},{"source":137,"target":5},{"source":134,"target":10},{"source":134,"target":138},{"source":134,"target":10},{"source":134,"target":135},{"source":138,"target":10},{"source":135,"target":10},{"source":135,"target":139},{"source":135,"target":10},{"source":135,"target":134},{"source":139,"target":10},{"source":136,"target":5},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":113},{"source":11,"target":117},{"source":11,"target":140},{"source":11,"target":141},{"source":113,"target":7},{"source":113,"target":142},{"source":113,"target":11},{"source":113,"target":110},{"source":142,"target":7},{"source":117,"target":8},{"source":117,"target":143},{"source":117,"target":11},{"source":117,"target":114},{"source":143,"target":8},{"source":140,"target":50},{"source":140,"target":144},{"source":140,"target":11},{"source":140,"target":145},{"source":144,"target":50},{"source":141,"target":6},{"source":12,"target":0},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":73},{"source":12,"target":86},{"source":12,"target":127},{"source":146,"target":149},{"source":146,"target":12},{"source":147,"target":150},{"source":147,"target":12},{"source":148,"target":151},{"source":148,"target":12},{"source":73,"target":2},{"source":73,"target":152},{"source":73,"target":12},{"source":73,"target":65},{"source":152,"target":2},{"source":86,"target":3},{"source":86,"target":153},{"source":86,"target":12},{"source":86,"target":78},{"source":153,"target":3},{"source":127,"target":9},{"source":127,"target":154},{"source":127,"target":12},{"source":127,"target":120},{"source":154,"target":9},{"source":13,"target":0},{"source":13,"target":155},{"source":13,"target":92},{"source":155,"target":156},{"source":155,"target":13},{"source":92,"target":4},{"source":92,"target":157},{"source":92,"target":13},{"source":92,"target":88},{"source":157,"target":4},{"source":14,"target":0},{"source":14,"target":158},{"source":14,"target":159},{"source":14,"target":160},{"source":14,"target":161},{"source":14,"target":162},{"source":14,"target":163},{"source":158,"target":164},{"source":158,"target":14},{"source":159,"target":16},{"source":159,"target":165},{"source":159,"target":14},{"source":165,"target":16},{"source":160,"target":30},{"source":160,"target":166},{"source":160,"target":14},{"source":166,"target":30},{"source":161,"target":49},{"source":161,"target":167},{"source":161,"target":14},{"source":167,"target":49},{"source":162,"target":51},{"source":162,"target":168},{"source":162,"target":14},{"source":168,"target":51},{"source":163,"target":54},{"source":163,"target":169},{"source":163,"target":14},{"source":169,"target":54},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":170},{"source":15,"target":171},{"source":15,"target":172},{"source":15,"target":173},{"source":170,"target":174},{"source":170,"target":15},{"source":171,"target":15},{"source":171,"target":175},{"source":171,"target":15},{"source":175,"target":15},{"source":172,"target":52},{"source":172,"target":176},{"source":172,"target":15},{"source":172,"target":177},{"source":176,"target":52},{"source":173,"target":13},{"source":16,"target":0},{"source":16,"target":178},{"source":16,"target":129},{"source":178,"target":179},{"source":178,"target":16},{"source":129,"target":9},{"source":129,"target":180},{"source":129,"target":16},{"source":129,"target":121},{"source":180,"target":9},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":181},{"source":17,"target":182},{"source":181,"target":1},{"source":181,"target":183},{"source":181,"target":17},{"source":183,"target":1},{"source":182,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":184,"target":1},{"source":184,"target":187},{"source":184,"target":18},{"source":187,"target":1},{"source":185,"target":1},{"source":185,"target":188},{"source":185,"target":18},{"source":188,"target":1},{"source":186,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":189},{"source":19,"target":190},{"source":189,"target":2},{"source":189,"target":191},{"source":189,"target":19},{"source":191,"target":2},{"source":190,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":192},{"source":20,"target":193},{"source":20,"target":194},{"source":192,"target":2},{"source":192,"target":195},{"source":192,"target":20},{"source":195,"target":2},{"source":193,"target":2},{"source":193,"target":196},{"source":193,"target":20},{"source":196,"target":2},{"source":194,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":197},{"source":21,"target":198},{"source":197,"target":3},{"source":197,"target":199},{"source":197,"target":21},{"source":199,"target":3},{"source":198,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":200},{"source":22,"target":201},{"source":22,"target":202},{"source":200,"target":3},{"source":200,"target":203},{"source":200,"target":22},{"source":203,"target":3},{"source":201,"target":3},{"source":201,"target":204},{"source":201,"target":22},{"source":204,"target":3},{"source":202,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":205},{"source":23,"target":206},{"source":205,"target":4},{"source":205,"target":207},{"source":205,"target":23},{"source":207,"target":4},{"source":206,"target":16},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":208},{"source":24,"target":209},{"source":24,"target":210},{"source":208,"target":4},{"source":208,"target":211},{"source":208,"target":24},{"source":211,"target":4},{"source":209,"target":4},{"source":209,"target":212},{"source":209,"target":24},{"source":212,"target":4},{"source":210,"target":16},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":213},{"source":213,"target":20},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":214},{"source":214,"target":22},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":215},{"source":215,"target":24},{"source":28,"target":0},{"source":28,"target":22},{"source":28,"target":216},{"source":216,"target":22},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":217},{"source":217,"target":24},{"source":30,"target":0},{"source":30,"target":218},{"source":30,"target":219},{"source":30,"target":220},{"source":30,"target":221},{"source":30,"target":222},{"source":30,"target":223},{"source":218,"target":1},{"source":218,"target":224},{"source":218,"target":30},{"source":224,"target":1},{"source":219,"target":2},{"source":219,"target":225},{"source":219,"target":30},{"source":225,"target":2},{"source":220,"target":3},{"source":220,"target":226},{"source":220,"target":30},{"source":226,"target":3},{"source":221,"target":4},{"source":221,"target":227},{"source":221,"target":30},{"source":227,"target":4},{"source":222,"target":228},{"source":222,"target":30},{"source":223,"target":12},{"source":223,"target":229},{"source":223,"target":30},{"source":229,"target":12},{"source":31,"target":0},{"source":31,"target":20},{"source":31,"target":230},{"source":230,"target":20},{"source":32,"target":0},{"source":32,"target":22},{"source":32,"target":231},{"source":231,"target":22},{"source":33,"target":0},{"source":33,"target":24},{"source":33,"target":232},{"source":232,"target":24},{"source":34,"target":0},{"source":34,"target":22},{"source":34,"target":233},{"source":233,"target":22},{"source":35,"target":0},{"source":35,"target":24},{"source":35,"target":234},{"source":234,"target":24},{"source":36,"target":0},{"source":36,"target":24},{"source":36,"target":235},{"source":235,"target":24},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":236},{"source":236,"target":20},{"source":38,"target":0},{"source":38,"target":22},{"source":38,"target":237},{"source":237,"target":22},{"source":39,"target":0},{"source":39,"target":22},{"source":39,"target":238},{"source":238,"target":22},{"source":40,"target":0},{"source":40,"target":24},{"source":40,"target":239},{"source":239,"target":24},{"source":41,"target":0},{"source":41,"target":24},{"source":41,"target":240},{"source":240,"target":24},{"source":42,"target":0},{"source":42,"target":24},{"source":42,"target":241},{"source":241,"target":24},{"source":43,"target":0},{"source":43,"target":19},{"source":43,"target":242},{"source":43,"target":243},{"source":242,"target":244},{"source":242,"target":43},{"source":243,"target":19},{"source":44,"target":0},{"source":44,"target":21},{"source":44,"target":245},{"source":44,"target":246},{"source":245,"target":247},{"source":245,"target":44},{"source":246,"target":21},{"source":45,"target":0},{"source":45,"target":21},{"source":45,"target":248},{"source":45,"target":249},{"source":248,"target":250},{"source":248,"target":45},{"source":249,"target":21},{"source":46,"target":0},{"source":46,"target":23},{"source":46,"target":251},{"source":46,"target":252},{"source":251,"target":253},{"source":251,"target":46},{"source":252,"target":23},{"source":47,"target":0},{"source":47,"target":23},{"source":47,"target":254},{"source":47,"target":255},{"source":254,"target":256},{"source":254,"target":47},{"source":255,"target":23},{"source":48,"target":0},{"source":48,"target":23},{"source":48,"target":257},{"source":48,"target":258},{"source":257,"target":259},{"source":257,"target":48},{"source":258,"target":23},{"source":49,"target":0},{"source":49,"target":260},{"source":49,"target":261},{"source":49,"target":262},{"source":49,"target":263},{"source":260,"target":9},{"source":260,"target":264},{"source":260,"target":49},{"source":264,"target":9},{"source":261,"target":6},{"source":261,"target":265},{"source":261,"target":49},{"source":265,"target":6},{"source":262,"target":266},{"source":262,"target":49},{"source":263,"target":53},{"source":263,"target":267},{"source":263,"target":49},{"source":267,"target":53},{"source":50,"target":0},{"source":50,"target":6},{"source":50,"target":145},{"source":50,"target":268},{"source":145,"target":11},{"source":145,"target":269},{"source":145,"target":50},{"source":145,"target":140},{"source":269,"target":11},{"source":268,"target":6},{"source":51,"target":0},{"source":51,"target":270},{"source":51,"target":271},{"source":270,"target":272},{"source":270,"target":51},{"source":271,"target":52},{"source":271,"target":273},{"source":271,"target":51},{"source":273,"target":52},{"source":52,"target":0},{"source":52,"target":274},{"source":52,"target":275},{"source":52,"target":276},{"source":52,"target":131},{"source":52,"target":177},{"source":274,"target":277},{"source":274,"target":52},{"source":275,"target":278},{"source":275,"target":52},{"source":276,"target":279},{"source":276,"target":52},{"source":131,"target":9},{"source":131,"target":280},{"source":131,"target":52},{"source":131,"target":122},{"source":280,"target":9},{"source":177,"target":15},{"source":177,"target":281},{"source":177,"target":52},{"source":177,"target":172},{"source":281,"target":15},{"source":53,"target":0},{"source":53,"target":133},{"source":133,"target":9},{"source":133,"target":282},{"source":133,"target":53},{"source":133,"target":123},{"source":282,"target":9},{"source":54,"target":0},{"source":54,"target":283},{"source":54,"target":284},{"source":283,"target":285},{"source":283,"target":54},{"source":284,"target":15},{"source":284,"target":286},{"source":284,"target":54},{"source":286,"target":15},{"source":55,"target":0},{"source":55,"target":24},{"source":55,"target":287},{"source":287,"target":24}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="system" nsURI="http://system.modulob.dubmas.de/1.0" nsPrefix="modulob"> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviouralModel" eType="#//BehaviouralModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="migrations" upperBound="-1" eType="ecore:EClass Migration.ecore#//Migration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceModel" eType="#//InterfaceModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityModel" eType="#//EntityModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notificationModel" eType="#//NotificationModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enums" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Enum" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Notification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviouralModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviours" upperBound="-1" eType="ecore:EClass ModulobBehaviour.ecore#//Behaviour" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="#//System"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionedElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="current" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ModulobSystem.ecore
ecore
system System modules behaviouralModel migrations Module interfaceModel entityModel notificationModel InterfaceModel interfaces module EntityModel module entities enums NotificationModel notifications module BehaviouralModel behaviours system VersionedElement version current Element name comment
null
{"directed":true,"nodes":[{"nsPrefix":"modulob","nsURI":"http://system.modulob.dubmas.de/1.0","name":"system","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":"Module","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviouralModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviouralModel","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":"migrations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notificationModel","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"},{"container":false,"ordered":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":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","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":"enums","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviours","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":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"current","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"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":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":6},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":6},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":4},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":5},{"source":19,"target":8},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":2},{"source":25,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":2},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":34},{"source":30,"target":4},{"source":31,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":5},{"source":39,"target":2},{"source":37,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":40,"target":43},{"source":40,"target":6},{"source":41,"target":1},{"source":41,"target":44},{"source":41,"target":6},{"source":44,"target":1},{"source":42,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":49},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":51,"target":53},{"source":51,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="GlobalModelManagement" nsURI="http://www.eclipse.org/gmt/am3/2007/GlobalModelManagement" nsPrefix="gmm"> <eClassifiers xsi:type="ecore:EClass" name="Model" abstract="true" eSuperTypes="./AM3Core.ecore#/0/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="conformsTo" ordered="false" lowerBound="1" eType="#//ReferenceModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceModel" abstract="true" eSuperTypes="#//Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" ordered="false" upperBound="-1" eType="#//ReferenceModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalModel" eSuperTypes="#//Model"/> <eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="#//ReferenceModel"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationMetamodel" eSuperTypes="#//Metamodel"/> <eClassifiers xsi:type="ecore:EClass" name="Metametamodel" eSuperTypes="#//ReferenceModel"/> <eClassifiers xsi:type="ecore:EClass" name="ModelWeaving" eSuperTypes="./AM3Core.ecore#/0/Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="weavingModel" ordered="false" lowerBound="1" eType="#//WeavingModel" eOpposite="#//WeavingModel/modelWeaving"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedModels" ordered="false" lowerBound="1" upperBound="-1" eType="#//Model"> <eAnnotations source="subsets" references="./AM3Core.ecore#/0/Relationship/linkedElements"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeavingModel" eSuperTypes="#//TerminalModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelWeaving" eType="#//ModelWeaving" eOpposite="#//ModelWeaving/weavingModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTransformation" abstract="true" eSuperTypes="#//Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameters" lowerBound="1" upperBound="-1" eType="#//ModelParameter" containment="true"> <eAnnotations source="subsets" references="#//Transformation/parameters"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelToModelTransformation" eSuperTypes="#//ToModelTransformation #//ModelToTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="ModelToExternalTransformation" eSuperTypes="#//ModelToTransformation #//ToExternalTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="ModelTransformationChain" eSuperTypes="./AM3Core.ecore#/0/Chain"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformations" upperBound="-1" eType="#//ModelTransformation"> <eAnnotations source="subsets" references="./AM3Core.ecore#/0/Chain/chainedRelationships"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationModel" eSuperTypes="#//TerminalModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="#//Transformation" eOpposite="#//Transformation/transformationModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFSLocator" eSuperTypes="./AM3Core.ecore#/0/Locator"/> <eClassifiers xsi:type="ecore:EClass" name="EPackagesLocator" eSuperTypes="./AM3Core.ecore#/0/Locator"/> <eClassifiers xsi:type="ecore:EClass" name="EPackagesRegistry" eSuperTypes="./AM3Core.ecore#/0/Container"/> <eClassifiers xsi:type="ecore:EClass" name="EPackagesRegistryLocator" eSuperTypes="./AM3Core.ecore#/0/Locator"/> <eClassifiers xsi:type="ecore:EClass" name="URI" eSuperTypes="./AM3Core.ecore#/0/Identifier"/> <eClassifiers xsi:type="ecore:EClass" name="MegaModel" eSuperTypes="#//TerminalModel"/> <eClassifiers xsi:type="ecore:EClass" name="AM3Locator" eSuperTypes="./AM3Core.ecore#/0/Locator"/> <eClassifiers xsi:type="ecore:EClass" name="Transformation" abstract="true" eSuperTypes="./AM3Core.ecore#/0/DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationModel" ordered="false" eType="#//TransformationModel" eOpposite="#//TransformationModel/specification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1" upperBound="-1" eType="#//TransformationParameter" containment="true" eOpposite="#//TransformationParameter/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="records" upperBound="-1" eType="#//TransformationRecord" eOpposite="#//TransformationRecord/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceSources" upperBound="-1" eType="#//TraceSource" containment="true" eOpposite="#//TraceSource/transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationParameter" eSuperTypes="./AM3Core.ecore#/0/IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="uti" lowerBound="1" upperBound="-1" eType="ecore:EClass ./AM3Core.ecore#/0/UTI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//Transformation" eOpposite="#//Transformation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eLiterals name="in" literal="in"/> <eLiterals name="out" value="2" literal="out"/> <eLiterals name="inout" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelParameter" eSuperTypes="#//TransformationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceModel" lowerBound="1" eType="#//ReferenceModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToModelTransformation" abstract="true" eSuperTypes="#//ModelTransformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetReferenceModels" ordered="false" lowerBound="1" upperBound="-1" eType="#//ReferenceModel"> <eAnnotations source="subsets" references="./AM3Core.ecore#/0/DirectedRelationship/target"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelToTransformation" abstract="true" eSuperTypes="#//ModelTransformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceReferenceModels" ordered="false" lowerBound="1" upperBound="-1" eType="#//ReferenceModel"> <eAnnotations source="subsets" references="./AM3Core.ecore#/0/DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalToModelTransformation" eSuperTypes="#//ExternalToTransformation #//ToModelTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationRecord" eSuperTypes="./AM3Core.ecore#/0/DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//TransformationParameterValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Transformation" eOpposite="#//Transformation/records"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//Trace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationParameterValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass ./AM3Core.ecore#/0/Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TransformationParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalTransformation" abstract="true" eSuperTypes="#//Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalParameters" lowerBound="1" upperBound="-1" eType="#//ExternalParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalToTransformation" abstract="true" eSuperTypes="#//ExternalTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="ToExternalTransformation" abstract="true" eSuperTypes="#//ExternalTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalToExternalTransformation" eSuperTypes="#//ExternalToTransformation #//ToExternalTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalParameter" eSuperTypes="#//TransformationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterTraceSource" eSuperTypes="#//TraceSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//TransformationParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceSource" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" lowerBound="1" upperBound="-1" eType="#//TransformationParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" lowerBound="1" upperBound="-1" eType="#//TransformationParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//Transformation" eOpposite="#//Transformation/traceSources"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceModel" eSuperTypes="#//WeavingModel"/> <eClassifiers xsi:type="ecore:EClass" name="ModelTrace" eSuperTypes="#//ModelWeaving #//Trace"/> <eClassifiers xsi:type="ecore:EClass" name="Trace" abstract="true" eSuperTypes="./AM3Core.ecore#/0/DirectedRelationship"/> </ecore:EPackage>
github:ecore:/data/DevBoost/EMFTools/Tests/org.emftext.language.efactory.test/metamodels/GlobalModelManagement.ecore
ecore
GlobalModelManagement Model conformsTo ReferenceModel extends TerminalModel Metamodel TransformationMetamodel Metametamodel ModelWeaving weavingModel relatedModels WeavingModel modelWeaving ModelTransformation modelParameters ModelToModelTransformation ModelToExternalTransformation ModelTransformationChain transformations TransformationModel specification EFSLocator EPackagesLocator EPackagesRegistry EPackagesRegistryLocator URI MegaModel AM3Locator Transformation transformationModel parameters records traceSources TransformationParameter uti direction transformation Direction in in out out inout inout ModelParameter referenceModel ToModelTransformation targetReferenceModels ModelToTransformation sourceReferenceModels ExternalToModelTransformation TransformationRecord values type traces TransformationParameterValue value type ExternalTransformation externalParameters ExternalToTransformation ToExternalTransformation ExternalToExternalTransformation ExternalParameter ParameterTraceSource parameter TraceSource sources targets transformation TraceModel ModelTrace Trace
null
{"directed":true,"nodes":[{"nsPrefix":"gmm","nsURI":"http://www.eclipse.org/gmt/am3/2007/GlobalModelManagement","name":"GlobalModelManagement","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationMetamodel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metametamodel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelWeaving","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeavingModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTransformation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelToModelTransformation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelToExternalTransformation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTransformationChain","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationModel","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFSLocator","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackagesLocator","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackagesRegistry","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackagesRegistryLocator","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URI","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MegaModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AM3Locator","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToModelTransformation","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelToTransformation","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalToModelTransformation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationRecord","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationParameterValue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalTransformation","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalToTransformation","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToExternalTransformation","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalToExternalTransformation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterTraceSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceSource","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModel","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTrace","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conformsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"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":"extends","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"weavingModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"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":"relatedModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelWeaving","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformationModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"records","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":"traceSources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"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":"uti","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"name":"in","id":96,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":97,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":98,"value":4,"literal":"inout","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":"referenceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"targetReferenceModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"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":"sourceReferenceModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"externalParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":1},{"source":42,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":43},{"source":2,"target":44},{"source":43,"target":2},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":2},{"source":44,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":46,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":47,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":48},{"source":48,"target":4},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":49},{"source":49,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":7},{"source":50,"target":54},{"source":53,"target":8},{"source":51,"target":1},{"source":51,"target":55},{"source":51,"target":7},{"source":55,"target":1},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":54},{"source":8,"target":56},{"source":54,"target":7},{"source":54,"target":57},{"source":54,"target":8},{"source":54,"target":50},{"source":57,"target":7},{"source":56,"target":3},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":24},{"source":58,"target":60},{"source":58,"target":9},{"source":60,"target":24},{"source":59,"target":21},{"source":10,"target":0},{"source":10,"target":25},{"source":10,"target":26},{"source":10,"target":61},{"source":10,"target":62},{"source":61,"target":25},{"source":62,"target":26},{"source":11,"target":0},{"source":11,"target":26},{"source":11,"target":32},{"source":11,"target":63},{"source":11,"target":64},{"source":63,"target":26},{"source":64,"target":32},{"source":12,"target":0},{"source":12,"target":65},{"source":12,"target":66},{"source":65,"target":9},{"source":65,"target":67},{"source":65,"target":12},{"source":67,"target":9},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":68},{"source":13,"target":69},{"source":68,"target":21},{"source":68,"target":70},{"source":68,"target":13},{"source":68,"target":71},{"source":70,"target":21},{"source":69,"target":3},{"source":14,"target":0},{"source":14,"target":72},{"source":15,"target":0},{"source":15,"target":73},{"source":16,"target":0},{"source":16,"target":74},{"source":17,"target":0},{"source":17,"target":75},{"source":18,"target":0},{"source":18,"target":76},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":77},{"source":77,"target":3},{"source":20,"target":0},{"source":20,"target":78},{"source":21,"target":0},{"source":21,"target":71},{"source":21,"target":79},{"source":21,"target":80},{"source":21,"target":81},{"source":21,"target":82},{"source":71,"target":13},{"source":71,"target":83},{"source":71,"target":21},{"source":71,"target":68},{"source":83,"target":13},{"source":79,"target":22},{"source":79,"target":84},{"source":79,"target":21},{"source":79,"target":85},{"source":84,"target":22},{"source":80,"target":28},{"source":80,"target":86},{"source":80,"target":21},{"source":80,"target":87},{"source":86,"target":28},{"source":81,"target":36},{"source":81,"target":88},{"source":81,"target":21},{"source":81,"target":89},{"source":88,"target":36},{"source":22,"target":0},{"source":22,"target":90},{"source":22,"target":91},{"source":22,"target":85},{"source":22,"target":92},{"source":90,"target":93},{"source":90,"target":22},{"source":91,"target":23},{"source":91,"target":94},{"source":91,"target":22},{"source":94,"target":23},{"source":85,"target":21},{"source":85,"target":95},{"source":85,"target":22},{"source":85,"target":79},{"source":95,"target":21},{"source":23,"target":0},{"source":23,"target":96},{"source":23,"target":97},{"source":23,"target":98},{"source":96,"target":23},{"source":97,"target":23},{"source":98,"target":23},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":99},{"source":24,"target":100},{"source":99,"target":2},{"source":99,"target":101},{"source":99,"target":24},{"source":101,"target":2},{"source":100,"target":22},{"source":25,"target":0},{"source":25,"target":9},{"source":25,"target":102},{"source":25,"target":103},{"source":102,"target":2},{"source":102,"target":104},{"source":102,"target":25},{"source":104,"target":2},{"source":103,"target":9},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":105},{"source":26,"target":106},{"source":105,"target":2},{"source":105,"target":107},{"source":105,"target":26},{"source":107,"target":2},{"source":106,"target":9},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":25},{"source":27,"target":108},{"source":27,"target":109},{"source":108,"target":31},{"source":109,"target":25},{"source":28,"target":0},{"source":28,"target":110},{"source":28,"target":87},{"source":28,"target":111},{"source":28,"target":112},{"source":110,"target":29},{"source":110,"target":113},{"source":110,"target":28},{"source":113,"target":29},{"source":87,"target":21},{"source":87,"target":114},{"source":87,"target":28},{"source":87,"target":80},{"source":114,"target":21},{"source":111,"target":39},{"source":111,"target":115},{"source":111,"target":28},{"source":115,"target":39},{"source":29,"target":0},{"source":29,"target":116},{"source":29,"target":117},{"source":116,"target":118},{"source":116,"target":29},{"source":117,"target":22},{"source":117,"target":119},{"source":117,"target":29},{"source":119,"target":22},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":120},{"source":30,"target":121},{"source":120,"target":34},{"source":120,"target":122},{"source":120,"target":30},{"source":122,"target":34},{"source":121,"target":21},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":123},{"source":123,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":124},{"source":124,"target":30},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":32},{"source":33,"target":125},{"source":33,"target":126},{"source":125,"target":31},{"source":126,"target":32},{"source":34,"target":0},{"source":34,"target":22},{"source":34,"target":127},{"source":127,"target":22},{"source":35,"target":0},{"source":35,"target":36},{"source":35,"target":128},{"source":35,"target":129},{"source":128,"target":22},{"source":128,"target":130},{"source":128,"target":35},{"source":130,"target":22},{"source":129,"target":36},{"source":36,"target":0},{"source":36,"target":131},{"source":36,"target":132},{"source":36,"target":89},{"source":131,"target":22},{"source":131,"target":133},{"source":131,"target":36},{"source":133,"target":22},{"source":132,"target":22},{"source":132,"target":134},{"source":132,"target":36},{"source":134,"target":22},{"source":89,"target":21},{"source":89,"target":135},{"source":89,"target":36},{"source":89,"target":81},{"source":135,"target":21},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":136},{"source":136,"target":8},{"source":38,"target":0},{"source":38,"target":7},{"source":38,"target":39},{"source":38,"target":137},{"source":38,"target":138},{"source":137,"target":7},{"source":138,"target":39},{"source":39,"target":0},{"source":39,"target":139}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http:///org/openscada/deploy/iolist/model.ecore" nsPrefix="org.openscada.deploy.iolist.model"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="device" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeSummaryLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If unset the attributes will not be summarized. If set the level specifies how often the item is re-imported."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManualPreset" lowerBound="1" eType="#//Variant" defaultValueLiteral="NULL#"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHighHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLowLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBoolAckValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleAvailable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugInformation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreSummary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapper" upperBound="-1" eType="#//Mapper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simulationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingValue" eType="#//Rounding" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHighHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLowLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMin" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMax" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localListMonitor" eType="#//ListMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localBooleanMonitor" eType="#//BooleanMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMonitorDemote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="Variant" literal="VARIANT"/> <eLiterals name="Float" value="1" literal="FLOAT"/> <eLiterals name="String" value="2" literal="STRING"/> <eLiterals name="Boolean" value="3" literal="BOOL"/> <eLiterals name="Integer" value="4" literal="INT32"/> <eLiterals name="LongInteger" value="5" literal="INT64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchySummaryGroup" eSuperTypes="#//SummaryGroup"> <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="parent" eType="#//HierarchySummaryGroup" eOpposite="#//HierarchySummaryGroup/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//HierarchySummaryGroup" containment="true" eOpposite="#//HierarchySummaryGroup/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weakReferences" upperBound="-1" eType="#//WeakSummaryReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptModules" upperBound="-1" eType="#//ScriptModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaInput"> <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="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="averages" upperBound="-1" eType="#//Average" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="movingAverages" upperBound="-1" eType="#//MovingAverage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootSummary" eType="#//HierarchySummaryGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plainSummary" upperBound="-1" eType="#//PlainSummaryGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptItem" eSuperTypes="#//Item"> <eOperations name="addInput"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="datasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataType" eType="#//DataType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptEngine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//ScriptOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapperId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rounding"> <eLiterals name="NONE" value="7" literal="NONE"/> <eLiterals name="ROUND" value="4" literal="ROUND"/> <eLiterals name="CEIL" value="2" literal="CEIL"/> <eLiterals name="FLOOR" value="3" literal="FLOOR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Monitor" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEvents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LevelMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitor" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ListMonitorEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAck" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSeverity" lowerBound="1" eType="#//ListSeverity" defaultValueLiteral="OK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="okValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Average"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percentRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//Average" eKeys="#//Average/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AverageReferenceType" defaultValueLiteral="MEAN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEAN" value="2" literal="mean"/> <eLiterals name="MEDIAN" value="3" literal="median"/> <eLiterals name="DEVIATION" value="4" literal="deviation"/> <eLiterals name="SUM" value="5" literal="sum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="MovingAverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//MovingAverage" eKeys="#//MovingAverage/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MovingAverageReferenceType" defaultValueLiteral="WEIGHTED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MovingAverage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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 ID of the &quot;datasource&quot; to build the average from."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A period time in seconds when the average will be updated although no value has changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average will be calculated for."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average must have recorded valid data in order to provide a valid (non-error) value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MovingAverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEDIAN" value="2" literal="median"/> <eLiterals name="ARITHMETIC" value="3" literal="arithmetic"/> <eLiterals name="WEIGHTED" value="4" literal="weighted"/> <eLiterals name="DEVIATION_ARITHMETIC" value="5" literal="deviationArithmetic"/> <eLiterals name="DEVIATION_WEIGHTED" value="6" literal="deviationWeighted"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitorEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Variant"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//ListSeverity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requireAck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Variant" instanceClassName="org.openscada.core.Variant"/> <eClassifiers xsi:type="ecore:EDataType" name="ListSeverity" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="OK INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicMonitor" abstract="true" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="#//Severity" defaultValueLiteral="ERROR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Severity" instanceClassName="org.openscada.ae.data.Severity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeakSummaryReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SummaryGroup" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainSummaryGroup" eSuperTypes="#//SummaryGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/differentSelectionMethodsOriginals/iolist.ecore
ecore
model Item device name dataType unit alias description attributeSummaryLevel 1 eventCommand false localManual true localManualPreset NULL# remoteManual false system hierarchy remoteMin false remoteMax false remoteHighHigh remoteHigh remoteLow remoteLowLow remoteBool false remoteBoolAckValue input true output true localScaleAvailable localScaleFactor localScaleOffset debugInformation ignoreSummary false block true enabled true hdStorage mapper simulationValue roundingAvailable false roundingValue NONE localHighHigh localHigh localLow localLowLow localMin localMax localListMonitor localBooleanMonitor defaultMonitorDemote DataType Variant VARIANT Float FLOAT String STRING Boolean BOOL Integer INT32 LongInteger INT64 HierarchySummaryGroup name parent children weakReferences FormulaItem inputFormula outputFormula inputs outputDatasourceId writeValueName initScript outputDatasourceType scriptModules FormulaInput name datasourceId type ScriptModule data resource false Model items averages movingAverages rootSummary plainSummary ScriptItem addInput name datasourceId dataType scriptEngine inputs initScript updateScript timerScript timerPeriod outputs writeCommand ScriptOutput datasourceId name Mapper mapperId fromAttribute toAttribute Rounding NONE NONE ROUND ROUND CEIL CEIL FLOOR FLOOR Monitor active true suppressEvents false LevelMonitor preset ListMonitor entries defaultAck false defaultSeverity OK messageAttribute BooleanMonitor okValue Average id sources percentRequired -1.0 numRequired -1 AverageItem average type MEAN AverageReferenceType MIN min MAX max MEAN mean MEDIAN median DEVIATION deviation SUM sum ConstantItem MovingAverageItem average type WEIGHTED MovingAverage id source trigger range nullRange triggerOnly false MovingAverageReferenceType MIN min MAX max MEDIAN median ARITHMETIC arithmetic WEIGHTED weighted DEVIATION_ARITHMETIC deviationArithmetic DEVIATION_WEIGHTED deviationWeighted ListMonitorEntry value severity requireAck Variant org.openscada.core.Variant org.openscada.core.Variant ListSeverity java.lang.String java.lang.String BasicMonitor ack true severity ERROR Severity org.openscada.ae.data.Severity org.openscada.ae.data.Severity WeakSummaryReference dataSourceId SummaryGroup dataSourceIds hierarchy PlainSummaryGroup id
null
{"directed":true,"nodes":[{"nsPrefix":"org.openscada.deploy.iolist.model","nsURI":"http:///org/openscada/deploy/iolist/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchySummaryGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaInput","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptModule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptOutput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rounding","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelMonitor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanMonitor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Average","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AverageItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AverageReferenceType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverageItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MovingAverageReferenceType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitorEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.core.Variant","defaultValue":null,"instanceClassName":"org.openscada.core.Variant","name":"Variant","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ListSeverity","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicMonitor","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.ae.data.Severity","defaultValue":null,"instanceClassName":"org.openscada.ae.data.Severity","name":"Severity","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakSummaryReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummaryGroup","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainSummaryGroup","instanceClass":null,"abstract":false,"id":30,"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":"device","changeable":true,"lowerBound":1,"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":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":"unit","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":"alias","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"attributeSummaryLevel","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"eventCommand","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"localManual","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":"localManualPreset","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"remoteManual","changeable":true,"lowerBound":1,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"remoteMin","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"remoteMax","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"remoteHighHigh","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"remoteHigh","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"remoteLow","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"remoteLowLow","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"remoteBool","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteBoolAckValue","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"localScaleAvailable","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleFactor","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleOffset","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"debugInformation","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreSummary","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdStorage","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simulationValue","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"roundingAvailable","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"roundingValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localHighHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localLow","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":"localLowLow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localMin","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localMax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localListMonitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localBooleanMonitor","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":"defaultMonitorDemote","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"Variant","id":119,"value":0,"literal":"VARIANT","eClass":"EEnumLiteral"},{"name":"Float","id":120,"value":1,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"String","id":121,"value":2,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"Boolean","id":122,"value":3,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"Integer","id":123,"value":4,"literal":"INT32","eClass":"EEnumLiteral"},{"name":"LongInteger","id":124,"value":5,"literal":"INT64","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"unsettable":false,"transient":false,"unique":true,"name":"weakReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputFormula","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFormula","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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceId","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":"writeValueName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceType","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":"scriptModules","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"},{"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":151,"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":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":157,"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":"resource","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"averages","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":"movingAverages","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":"rootSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plainSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"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,"unique":true,"name":"addInput","lowerBound":0,"id":171,"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":"scriptEngine","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateScript","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerScript","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerPeriod","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"writeCommand","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"datasourceId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"mapperId","changeable":true,"lowerBound":1,"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":"fromAttribute","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toAttribute","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"NONE","id":205,"value":7,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ROUND","id":206,"value":4,"literal":"ROUND","eClass":"EEnumLiteral"},{"name":"CEIL","id":207,"value":2,"literal":"CEIL","eClass":"EEnumLiteral"},{"name":"FLOOR","id":208,"value":3,"literal":"FLOOR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":209,"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":"suppressEvents","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preset","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":"defaultAck","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"OK","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OK","unsettable":false,"transient":false,"unique":true,"name":"defaultSeverity","changeable":true,"lowerBound":1,"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":"messageAttribute","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"okValue","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":228,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":false,"transient":false,"unique":true,"name":"percentRequired","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":"numRequired","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MEAN","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"MIN","id":241,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":242,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEAN","id":243,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":244,"value":3,"literal":"median","eClass":"EEnumLiteral"},{"name":"DEVIATION","id":245,"value":4,"literal":"deviation","eClass":"EEnumLiteral"},{"name":"SUM","id":246,"value":5,"literal":"sum","eClass":"EEnumLiteral"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"WEIGHTED","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":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":"trigger","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":"range","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":"nullRange","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"triggerOnly","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"MIN","id":265,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":266,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":267,"value":2,"literal":"median","eClass":"EEnumLiteral"},{"name":"ARITHMETIC","id":268,"value":3,"literal":"arithmetic","eClass":"EEnumLiteral"},{"name":"WEIGHTED","id":269,"value":4,"literal":"weighted","eClass":"EEnumLiteral"},{"name":"DEVIATION_ARITHMETIC","id":270,"value":5,"literal":"deviationArithmetic","eClass":"EEnumLiteral"},{"name":"DEVIATION_WEIGHTED","id":271,"value":6,"literal":"deviationWeighted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"severity","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":"requireAck","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","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":"dataSourceId","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"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":"dataSourceIds","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":31,"target":75},{"source":31,"target":1},{"source":32,"target":76},{"source":32,"target":1},{"source":33,"target":2},{"source":33,"target":77},{"source":33,"target":1},{"source":77,"target":2},{"source":34,"target":78},{"source":34,"target":1},{"source":35,"target":79},{"source":35,"target":1},{"source":36,"target":80},{"source":36,"target":1},{"source":37,"target":81},{"source":37,"target":1},{"source":38,"target":82},{"source":38,"target":1},{"source":39,"target":83},{"source":39,"target":1},{"source":40,"target":24},{"source":40,"target":84},{"source":40,"target":1},{"source":84,"target":24},{"source":41,"target":85},{"source":41,"target":1},{"source":42,"target":86},{"source":42,"target":1},{"source":43,"target":87},{"source":43,"target":1},{"source":44,"target":88},{"source":44,"target":1},{"source":45,"target":89},{"source":45,"target":1},{"source":46,"target":90},{"source":46,"target":1},{"source":47,"target":91},{"source":47,"target":1},{"source":48,"target":92},{"source":48,"target":1},{"source":49,"target":93},{"source":49,"target":1},{"source":50,"target":94},{"source":50,"target":1},{"source":51,"target":95},{"source":51,"target":1},{"source":52,"target":96},{"source":52,"target":1},{"source":53,"target":97},{"source":53,"target":1},{"source":54,"target":98},{"source":54,"target":1},{"source":55,"target":99},{"source":55,"target":1},{"source":56,"target":100},{"source":56,"target":1},{"source":57,"target":101},{"source":57,"target":1},{"source":58,"target":102},{"source":58,"target":1},{"source":59,"target":103},{"source":59,"target":1},{"source":60,"target":104},{"source":60,"target":1},{"source":61,"target":105},{"source":61,"target":1},{"source":62,"target":10},{"source":62,"target":106},{"source":62,"target":1},{"source":106,"target":10},{"source":63,"target":107},{"source":63,"target":1},{"source":64,"target":108},{"source":64,"target":1},{"source":65,"target":11},{"source":65,"target":109},{"source":65,"target":1},{"source":109,"target":11},{"source":66,"target":13},{"source":66,"target":110},{"source":66,"target":1},{"source":110,"target":13},{"source":67,"target":13},{"source":67,"target":111},{"source":67,"target":1},{"source":111,"target":13},{"source":68,"target":13},{"source":68,"target":112},{"source":68,"target":1},{"source":112,"target":13},{"source":69,"target":13},{"source":69,"target":113},{"source":69,"target":1},{"source":113,"target":13},{"source":70,"target":13},{"source":70,"target":114},{"source":70,"target":1},{"source":114,"target":13},{"source":71,"target":13},{"source":71,"target":115},{"source":71,"target":1},{"source":115,"target":13},{"source":72,"target":14},{"source":72,"target":116},{"source":72,"target":1},{"source":116,"target":14},{"source":73,"target":15},{"source":73,"target":117},{"source":73,"target":1},{"source":117,"target":15},{"source":74,"target":118},{"source":74,"target":1},{"source":2,"target":0},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":119,"target":2},{"source":120,"target":2},{"source":121,"target":2},{"source":122,"target":2},{"source":123,"target":2},{"source":124,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":125,"target":130},{"source":125,"target":3},{"source":126,"target":3},{"source":126,"target":131},{"source":126,"target":3},{"source":126,"target":127},{"source":131,"target":3},{"source":127,"target":3},{"source":127,"target":132},{"source":127,"target":3},{"source":127,"target":126},{"source":132,"target":3},{"source":128,"target":28},{"source":128,"target":133},{"source":128,"target":3},{"source":133,"target":28},{"source":129,"target":29},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":134,"target":143},{"source":134,"target":4},{"source":135,"target":144},{"source":135,"target":4},{"source":136,"target":5},{"source":136,"target":145},{"source":136,"target":4},{"source":145,"target":5},{"source":137,"target":146},{"source":137,"target":4},{"source":138,"target":147},{"source":138,"target":4},{"source":139,"target":148},{"source":139,"target":4},{"source":140,"target":2},{"source":140,"target":149},{"source":140,"target":4},{"source":149,"target":2},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":4},{"source":150,"target":6},{"source":142,"target":1},{"source":5,"target":0},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":151,"target":154},{"source":151,"target":5},{"source":152,"target":155},{"source":152,"target":5},{"source":153,"target":2},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":2},{"source":6,"target":0},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":159},{"source":157,"target":6},{"source":158,"target":160},{"source":158,"target":6},{"source":7,"target":0},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":161,"target":1},{"source":161,"target":166},{"source":161,"target":7},{"source":166,"target":1},{"source":162,"target":16},{"source":162,"target":167},{"source":162,"target":7},{"source":167,"target":16},{"source":163,"target":21},{"source":163,"target":168},{"source":163,"target":7},{"source":168,"target":21},{"source":164,"target":3},{"source":164,"target":169},{"source":164,"target":7},{"source":169,"target":3},{"source":165,"target":30},{"source":165,"target":170},{"source":165,"target":7},{"source":170,"target":30},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":171,"target":8},{"source":171,"target":181},{"source":171,"target":182},{"source":171,"target":183},{"source":181,"target":184},{"source":181,"target":171},{"source":182,"target":185},{"source":182,"target":171},{"source":183,"target":2},{"source":183,"target":186},{"source":183,"target":171},{"source":186,"target":2},{"source":172,"target":187},{"source":172,"target":8},{"source":173,"target":5},{"source":173,"target":188},{"source":173,"target":8},{"source":188,"target":5},{"source":174,"target":189},{"source":174,"target":8},{"source":175,"target":190},{"source":175,"target":8},{"source":176,"target":191},{"source":176,"target":8},{"source":177,"target":192},{"source":177,"target":8},{"source":178,"target":9},{"source":178,"target":193},{"source":178,"target":8},{"source":193,"target":9},{"source":179,"target":194},{"source":179,"target":8},{"source":180,"target":1},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":195,"target":197},{"source":195,"target":9},{"source":196,"target":198},{"source":196,"target":9},{"source":10,"target":0},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":199,"target":202},{"source":199,"target":10},{"source":200,"target":203},{"source":200,"target":10},{"source":201,"target":204},{"source":201,"target":10},{"source":11,"target":0},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":205,"target":11},{"source":206,"target":11},{"source":207,"target":11},{"source":208,"target":11},{"source":12,"target":0},{"source":12,"target":209},{"source":12,"target":210},{"source":209,"target":211},{"source":209,"target":12},{"source":210,"target":212},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":26},{"source":13,"target":213},{"source":13,"target":214},{"source":213,"target":215},{"source":213,"target":13},{"source":214,"target":26},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":216,"target":23},{"source":216,"target":221},{"source":216,"target":14},{"source":221,"target":23},{"source":217,"target":222},{"source":217,"target":14},{"source":218,"target":25},{"source":218,"target":223},{"source":218,"target":14},{"source":223,"target":25},{"source":219,"target":224},{"source":219,"target":14},{"source":220,"target":12},{"source":15,"target":0},{"source":15,"target":26},{"source":15,"target":225},{"source":15,"target":226},{"source":225,"target":227},{"source":225,"target":15},{"source":226,"target":26},{"source":16,"target":0},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":228,"target":232},{"source":228,"target":16},{"source":229,"target":233},{"source":229,"target":16},{"source":230,"target":234},{"source":230,"target":16},{"source":231,"target":235},{"source":231,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":236,"target":16},{"source":236,"target":239},{"source":236,"target":17},{"source":236,"target":228},{"source":239,"target":16},{"source":237,"target":18},{"source":237,"target":240},{"source":237,"target":17},{"source":240,"target":18},{"source":238,"target":1},{"source":18,"target":0},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":18,"target":246},{"source":241,"target":18},{"source":242,"target":18},{"source":243,"target":18},{"source":244,"target":18},{"source":245,"target":18},{"source":246,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":247},{"source":247,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":248},{"source":20,"target":249},{"source":20,"target":250},{"source":248,"target":21},{"source":248,"target":251},{"source":248,"target":20},{"source":248,"target":252},{"source":251,"target":21},{"source":249,"target":22},{"source":249,"target":253},{"source":249,"target":20},{"source":253,"target":22},{"source":250,"target":1},{"source":21,"target":0},{"source":21,"target":252},{"source":21,"target":254},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":257},{"source":21,"target":258},{"source":252,"target":259},{"source":252,"target":21},{"source":254,"target":260},{"source":254,"target":21},{"source":255,"target":261},{"source":255,"target":21},{"source":256,"target":262},{"source":256,"target":21},{"source":257,"target":263},{"source":257,"target":21},{"source":258,"target":264},{"source":258,"target":21},{"source":22,"target":0},{"source":22,"target":265},{"source":22,"target":266},{"source":22,"target":267},{"source":22,"target":268},{"source":22,"target":269},{"source":22,"target":270},{"source":22,"target":271},{"source":265,"target":22},{"source":266,"target":22},{"source":267,"target":22},{"source":268,"target":22},{"source":269,"target":22},{"source":270,"target":22},{"source":271,"target":22},{"source":23,"target":0},{"source":23,"target":272},{"source":23,"target":273},{"source":23,"target":274},{"source":272,"target":24},{"source":272,"target":275},{"source":272,"target":23},{"source":275,"target":24},{"source":273,"target":25},{"source":273,"target":276},{"source":273,"target":23},{"source":276,"target":25},{"source":274,"target":277},{"source":274,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":278},{"source":26,"target":279},{"source":26,"target":280},{"source":278,"target":281},{"source":278,"target":26},{"source":279,"target":27},{"source":279,"target":282},{"source":279,"target":26},{"source":282,"target":27},{"source":280,"target":12},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":283},{"source":283,"target":284},{"source":283,"target":28},{"source":29,"target":0},{"source":29,"target":285},{"source":29,"target":286},{"source":285,"target":287},{"source":285,"target":29},{"source":286,"target":288},{"source":286,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":289},{"source":30,"target":290},{"source":289,"target":291},{"source":289,"target":30},{"source":290,"target":29}],"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="company104" nsURI="http://company104" nsPrefix="_company104"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agencies" upperBound="-1" eType="#//Agency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" upperBound="-1" eType="#//Goal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=rooms"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" eType="#//Room" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromFunction" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toFunction" eType="#//Function"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=fullName"/> <details key="ref=responsibleOf"/> <details key="ref=inChargeOf"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hierarchies" upperBound="-1" eType="#//HierarchyLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibleOf" eType="#//Room"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inChargeOf" eType="#//Workstation" eOpposite="#//Workstation/owners"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="socialSecurityNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchyLink"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=hierarchy"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromEmployee" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toEmployee" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" eType="#//Hierarchy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Hierarchy"> <eLiterals name="Supervisor" literal="supervisor"/> <eLiterals name="Subordinate" value="1" literal="subordinate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Room" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=workstations"/> <details key="ref=parent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Room"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workstations" upperBound="-1" eType="#//Workstation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workstation" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ProfileDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owners" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/inChargeOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoleType"> <eLiterals name="Composite" literal="composite"/> <eLiterals name="Decision" value="1" literal="decision"/> <eLiterals name="Transformation" value="2" literal="transformation"/> <eLiterals name="Control" value="3" literal="control"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//Interval"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=statement"/> <details key="kref=objectives"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1" eType="#//Objective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Objective"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=nature"/> <details key="label=type"/> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="#//ObjectiveNature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ObjectiveType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agency" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=departments"/> <details key="kref=employees"/> <details key="label=Accronym"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="departments" upperBound="-1" eType="#//Department" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Accronym" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reacheds" upperBound="-1" eType="#//ObjectiveReach" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectiveType"> <eLiterals name="None" literal="none"/> <eLiterals name="Strategic" value="1" literal="strategic"/> <eLiterals name="Tactic" value="2" literal="tactic"/> <eLiterals name="Operational" value="3" literal="operational"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectiveNature"> <eLiterals name="None" literal="none"/> <eLiterals name="Performance" value="1" literal="performance"/> <eLiterals name="Quality" value="2" literal="quality"/> <eLiterals name="Delay" value="3" literal="delay"/> <eLiterals name="Cost" value="4" literal="cost"/> <eLiterals name="Environmental" value="5" literal="environmental"/> <eLiterals name="Legal" value="6" literal="legal"/> <eLiterals name="Human" value="7" literal="human"/> <eLiterals name="Economical" value="8" literal="economical"/> <eLiterals name="Other" value="9" literal="other"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=dateFrom"/> <details key="label=dateTo"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectiveReach"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=statement"/> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="trgObjective" eType="#//Objective"/> <eStructuralFeatures xsi:type="ecore:EReference" name="srcAgency" eType="#//Agency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/company104.ecore
ecore
company104 Company agencies goals Department rooms NamedElement name Flow fromFunction toFunction Employee fullName hierarchies responsibleOf inChargeOf socialSecurityNumber address HierarchyLink fromEmployee toEmployee hierarchy Hierarchy Supervisor supervisor Subordinate subordinate Room parent workstations Workstation ProfileDescription owners RoleType Composite composite Decision decision Transformation transformation Control control Goal statement objectives Objective nature type value Agency departments employees Accronym Status reacheds ObjectiveType None none Strategic strategic Tactic tactic Operational operational ObjectiveNature None none Performance performance Quality quality Delay delay Cost cost Environmental environmental Legal legal Human human Economical economical Other other Interval dateFrom dateTo ObjectiveReach trgObjective srcAgency value statement Function flows
null
{"directed":true,"nodes":[{"nsPrefix":"_company104","nsURI":"http://company104","name":"company104","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchyLink","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Hierarchy","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workstation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objective","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agency","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectiveType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectiveNature","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectiveReach","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"goals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromFunction","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":"toFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","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":"hierarchies","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":"responsibleOf","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":"inChargeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"socialSecurityNumber","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromEmployee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toEmployee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"Supervisor","id":52,"value":0,"literal":"supervisor","eClass":"EEnumLiteral"},{"name":"Subordinate","id":53,"value":1,"literal":"subordinate","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"workstations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ProfileDescription","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"Composite","id":63,"value":0,"literal":"composite","eClass":"EEnumLiteral"},{"name":"Decision","id":64,"value":1,"literal":"decision","eClass":"EEnumLiteral"},{"name":"Transformation","id":65,"value":2,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"Control","id":66,"value":3,"literal":"control","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"departments","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":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"Accronym","changeable":true,"lowerBound":1,"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":"Status","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":true,"unsettable":false,"transient":false,"unique":true,"name":"reacheds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"None","id":89,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"Strategic","id":90,"value":1,"literal":"strategic","eClass":"EEnumLiteral"},{"name":"Tactic","id":91,"value":2,"literal":"tactic","eClass":"EEnumLiteral"},{"name":"Operational","id":92,"value":3,"literal":"operational","eClass":"EEnumLiteral"},{"name":"None","id":93,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"Performance","id":94,"value":1,"literal":"performance","eClass":"EEnumLiteral"},{"name":"Quality","id":95,"value":2,"literal":"quality","eClass":"EEnumLiteral"},{"name":"Delay","id":96,"value":3,"literal":"delay","eClass":"EEnumLiteral"},{"name":"Cost","id":97,"value":4,"literal":"cost","eClass":"EEnumLiteral"},{"name":"Environmental","id":98,"value":5,"literal":"environmental","eClass":"EEnumLiteral"},{"name":"Legal","id":99,"value":6,"literal":"legal","eClass":"EEnumLiteral"},{"name":"Human","id":100,"value":7,"literal":"human","eClass":"EEnumLiteral"},{"name":"Economical","id":101,"value":8,"literal":"economical","eClass":"EEnumLiteral"},{"name":"Other","id":102,"value":9,"literal":"other","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFrom","changeable":true,"lowerBound":0,"iD":false,"id":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":"dateTo","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trgObjective","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"srcAgency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"statement","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"},{"container":false,"ordered":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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":19,"target":13},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":13},{"source":20,"target":11},{"source":20,"target":22},{"source":20,"target":1},{"source":22,"target":11},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":8},{"source":23,"target":25},{"source":23,"target":2},{"source":25,"target":8},{"source":24,"target":18},{"source":3,"target":0},{"source":3,"target":26},{"source":26,"target":27},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":18},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":18},{"source":29,"target":18},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":18},{"source":30,"target":3},{"source":5,"target":0},{"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":33,"target":39},{"source":33,"target":5},{"source":34,"target":6},{"source":34,"target":40},{"source":34,"target":5},{"source":40,"target":6},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":5},{"source":41,"target":8},{"source":36,"target":9},{"source":36,"target":42},{"source":36,"target":5},{"source":36,"target":43},{"source":42,"target":9},{"source":37,"target":44},{"source":37,"target":5},{"source":38,"target":45},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":5},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":5},{"source":47,"target":5},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":5},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":6},{"source":51,"target":7},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":7},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":18},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":54,"target":8},{"source":54,"target":57},{"source":54,"target":8},{"source":57,"target":8},{"source":55,"target":9},{"source":55,"target":58},{"source":55,"target":8},{"source":58,"target":9},{"source":56,"target":18},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":59},{"source":9,"target":43},{"source":9,"target":60},{"source":59,"target":61},{"source":59,"target":9},{"source":43,"target":5},{"source":43,"target":62},{"source":43,"target":9},{"source":43,"target":36},{"source":62,"target":5},{"source":60,"target":3},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":67,"target":70},{"source":67,"target":11},{"source":68,"target":12},{"source":68,"target":71},{"source":68,"target":11},{"source":71,"target":12},{"source":69,"target":16},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":72,"target":15},{"source":72,"target":75},{"source":72,"target":12},{"source":75,"target":15},{"source":73,"target":14},{"source":73,"target":76},{"source":73,"target":12},{"source":76,"target":14},{"source":74,"target":77},{"source":74,"target":12},{"source":13,"target":0},{"source":13,"target":18},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":78,"target":2},{"source":78,"target":84},{"source":78,"target":13},{"source":84,"target":2},{"source":79,"target":5},{"source":79,"target":85},{"source":79,"target":13},{"source":85,"target":5},{"source":80,"target":86},{"source":80,"target":13},{"source":81,"target":87},{"source":81,"target":13},{"source":82,"target":17},{"source":82,"target":88},{"source":82,"target":13},{"source":88,"target":17},{"source":83,"target":18},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":89,"target":14},{"source":90,"target":14},{"source":91,"target":14},{"source":92,"target":14},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":93,"target":15},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":100,"target":15},{"source":101,"target":15},{"source":102,"target":15},{"source":16,"target":0},{"source":16,"target":103},{"source":16,"target":104},{"source":103,"target":105},{"source":103,"target":16},{"source":104,"target":106},{"source":104,"target":16},{"source":17,"target":0},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":107,"target":12},{"source":107,"target":111},{"source":107,"target":17},{"source":111,"target":12},{"source":108,"target":13},{"source":108,"target":112},{"source":108,"target":17},{"source":112,"target":13},{"source":109,"target":113},{"source":109,"target":17},{"source":110,"target":114},{"source":110,"target":17},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":4},{"source":115,"target":117},{"source":115,"target":18},{"source":117,"target":4},{"source":116,"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="terms" nsURI="http:///hlpn.terms.ecore" nsPrefix="terms"> <eClassifiers xsi:type="ecore:EClass" name="Declarations"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declarations"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" upperBound="-1" eType="#//TermsDeclaration" containment="true" eOpposite="#//TermsDeclaration/containerDeclarations"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclaration" eType="ecore:EClass hlcorestructure.ecore#//Declaration" eOpposite="hlcorestructure.ecore#//Declaration/structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermsDeclaration" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="id"/> <details key="kind" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="name"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclarations" eType="#//Declarations" eOpposite="#//Declarations/declaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value=""/> <details key="documentation" value="/**&#xA; * Returns true if this sort and argument sort are actually semantically the&#xA; * same sort, even in two different objects. &#xA; * &lt;p>Ex: two FiniteEnumerations F1 = {1,4,6} and F2 = {1,4,6} or&#xA; * two Integers I1 and I2.&lt;/p> &#xA; * &lt;p>&lt;strong>Note&lt;/strong> : the implementation available for&#xA; * MultisetSort is not complete. In particular, we just test equality&#xA; * of the references or of the enclosing NamedSorts (if any). &#xA; * You should consider overriding it in that case.&#xA; * &#xA; * @return true if so.&#xA; * @param sort&#xA; * the sort to which we compare this one.&#xA; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="multi" ordered="false" eType="#//MultisetSort" eOpposite="#//MultisetSort/basis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedSort" eType="#//NamedSort" eOpposite="#//NamedSort/sortdef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerVariableDecl" eType="#//VariableDecl" eOpposite="#//VariableDecl/sort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerProductSort" eType="#//ProductSort" eOpposite="#//ProductSort/elementSort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerType" eType="ecore:EClass hlcorestructure.ecore#//Type" eOpposite="hlcorestructure.ecore#//Type/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAll" eType="ecore:EClass multisets.ecore#//All" eOpposite="multisets.ecore#//All/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerEmpty" eType="ecore:EClass multisets.ecore#//Empty" eOpposite="multisets.ecore#//Empty/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartition" ordered="false" eType="ecore:EClass partitions.ecore#//Partition" eOpposite="partitions.ecore#//Partition/def"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerList" eType="ecore:EClass lists.ecore#//HLPNList" eOpposite="lists.ecore#//HLPNList/basis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerEmptyList" eType="ecore:EClass lists.ecore#//EmptyList" eOpposite="lists.ecore#//EmptyList/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerMakeList" eType="ecore:EClass lists.ecore#//MakeList" eOpposite="lists.ecore#//MakeList/refsort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultisetSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="multisetsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9; &#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;// we test them if they have been explicitly named.&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9; throw new UnsupportedOperationException(&quot;Cannot determine if these two multisets are equal.&quot;&#xA;&#x9;&#x9;&#x9; + &quot;You should override this method.&quot;);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * Note : there is no implementation available for MultisetSort yet.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="basis" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/multi"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerOperator" eType="#//Operator" eOpposite="#//Operator/subterm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/def"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLMarking" eType="ecore:EClass hlcorestructure.ecore#//HLMarking" eOpposite="hlcorestructure.ecore#//HLMarking/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerCondition" eType="ecore:EClass hlcorestructure.ecore#//Condition" eOpposite="hlcorestructure.ecore#//Condition/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLAnnotation" eType="ecore:EClass hlcorestructure.ecore#//HLAnnotation" eOpposite="hlcorestructure.ecore#//HLAnnotation/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartitionElement" eType="ecore:EClass partitions.ecore#//PartitionElement" eOpposite="partitions.ecore#//PartitionElement/partitionelementconstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="sameOperatorNTermSort" value="self.sort = self.output"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sameOperatorNTermSort"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subterm" upperBound="-1" eType="#//Term" containment="true" eOpposite="#//Term/containerOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="subterm"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Sort" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="variabledecl"/> <details key="kind" value="son"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerVariableDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="variable"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDecl" ordered="false" lowerBound="1" eType="#//VariableDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="refvariable"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInSort" abstract="true" eSuperTypes="#//Sort"/> <eClassifiers xsi:type="ecore:EClass" name="ProductSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="productsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;// Someone may one day inherit from ProductSort, so we should&#xA;&#x9;&#x9;&#x9;&#x9;// strictly check for ProductSort only. Further sub-classes must &#xA;&#x9;&#x9;&#x9;&#x9;//override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;ProductSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort mySort = (ProductSort) this;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort thatSort = (ProductSort) sort;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> myElements = mySort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> thoseElements = thatSort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int i = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int j = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for (; i &lt; myElements.size() &amp;&amp; j &lt; thoseElements.size(); i++, j++) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (myElements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.get(i)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.eClass()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;thoseElements.get(j).eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = true;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = false;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elementSort" upperBound="-1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerProductSort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInConstant" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultisetOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Tuple" eSuperTypes="#//Operator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="tuple"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortDecl" abstract="true" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="NamedSort" eSuperTypes="#//SortDecl"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="refSortNotMultiset" value="not(self.sortdef.oclIsTypeOf(MultisetSort))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="refSortNotMultiset"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="namedsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortdef" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerNamedSort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="usersort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;//further sub-classes must override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;UserSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = ((UserSort) this).getDeclaration().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;((UserSort) sort).getDeclaration()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//SortDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declaration"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorDecl" abstract="true" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedOperator" eSuperTypes="#//OperatorDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="namedoperator"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="def" ordered="false" lowerBound="1" eType="#//Term" containment="true" eOpposite="#//Term/containerNamedOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="def"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//VariableDecl" containment="true" eOpposite="#//VariableDecl/containerNamedOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="parameter"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserOperator" eSuperTypes="#//Operator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="useroperator"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//OperatorDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declaration"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/high-level-net/terms.ecore
ecore
terms Declarations declaration containerDeclaration TermsDeclaration id name containerDeclarations Sort multi containerNamedSort containerVariableDecl containerProductSort containerType containerAll containerEmpty containerPartition containerList containerEmptyList containerMakeList MultisetSort basis Term sort containerOperator containerNamedOperator containerHLMarking containerCondition containerHLAnnotation containerPartitionElement Operator subterm output input VariableDecl sort containerNamedOperator Variable variableDecl BuiltInSort ProductSort elementSort BuiltInConstant MultisetOperator Tuple SortDecl BuiltInOperator NamedSort sortdef UserSort declaration OperatorDecl NamedOperator def parameters UserOperator declaration
null
{"directed":true,"nodes":[{"nsPrefix":"terms","nsURI":"http:///hlpn.terms.ecore","name":"terms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermsDeclaration","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetSort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInSort","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductSort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInConstant","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetOperator","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tuple","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortDecl","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInOperator","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedSort","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSort","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorDecl","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedOperator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserOperator","instanceClass":null,"abstract":false,"id":20,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"containerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":26,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"containerNamedSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"containerVariableDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"containerProductSort","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":false,"unique":true,"name":"containerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"containerAll","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"containerEmpty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"containerList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"containerEmptyList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"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":"containerMakeList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basis","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortdef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementSort","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"containerOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"containerHLMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"containerCondition","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":"containerHLAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"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":"containerPartitionElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subterm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":true},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDecl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"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":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":23,"target":2},{"source":22,"target":25},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":24},{"source":26,"target":28},{"source":26,"target":2},{"source":27,"target":29},{"source":27,"target":2},{"source":24,"target":1},{"source":24,"target":30},{"source":24,"target":2},{"source":24,"target":21},{"source":30,"target":1},{"source":3,"target":0},{"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":31,"target":4},{"source":31,"target":42},{"source":31,"target":3},{"source":31,"target":43},{"source":42,"target":4},{"source":32,"target":16},{"source":32,"target":44},{"source":32,"target":3},{"source":32,"target":45},{"source":44,"target":16},{"source":33,"target":7},{"source":33,"target":46},{"source":33,"target":3},{"source":33,"target":47},{"source":46,"target":7},{"source":34,"target":10},{"source":34,"target":48},{"source":34,"target":3},{"source":34,"target":49},{"source":48,"target":10},{"source":35,"target":50},{"source":35,"target":3},{"source":36,"target":51},{"source":36,"target":3},{"source":37,"target":52},{"source":37,"target":3},{"source":38,"target":53},{"source":38,"target":3},{"source":39,"target":54},{"source":39,"target":3},{"source":40,"target":55},{"source":40,"target":3},{"source":41,"target":56},{"source":41,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":43},{"source":4,"target":57},{"source":43,"target":3},{"source":43,"target":58},{"source":43,"target":4},{"source":43,"target":31},{"source":58,"target":3},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":59,"target":3},{"source":59,"target":66},{"source":59,"target":5},{"source":66,"target":3},{"source":60,"target":6},{"source":60,"target":67},{"source":60,"target":5},{"source":60,"target":68},{"source":67,"target":6},{"source":61,"target":19},{"source":61,"target":69},{"source":61,"target":5},{"source":61,"target":70},{"source":69,"target":19},{"source":62,"target":71},{"source":62,"target":5},{"source":63,"target":72},{"source":63,"target":5},{"source":64,"target":73},{"source":64,"target":5},{"source":65,"target":74},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":68},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":68,"target":5},{"source":68,"target":78},{"source":68,"target":6},{"source":68,"target":60},{"source":78,"target":5},{"source":75,"target":3},{"source":75,"target":79},{"source":75,"target":6},{"source":79,"target":3},{"source":76,"target":3},{"source":76,"target":80},{"source":76,"target":6},{"source":80,"target":3},{"source":77,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":47},{"source":7,"target":81},{"source":7,"target":82},{"source":47,"target":3},{"source":47,"target":83},{"source":47,"target":7},{"source":47,"target":33},{"source":83,"target":3},{"source":81,"target":19},{"source":81,"target":84},{"source":81,"target":7},{"source":81,"target":85},{"source":84,"target":19},{"source":82,"target":2},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":86},{"source":8,"target":87},{"source":86,"target":7},{"source":86,"target":88},{"source":86,"target":8},{"source":88,"target":7},{"source":87,"target":5},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":89},{"source":89,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":49},{"source":10,"target":90},{"source":49,"target":3},{"source":49,"target":91},{"source":49,"target":10},{"source":49,"target":34},{"source":91,"target":3},{"source":90,"target":3},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":92},{"source":92,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":93},{"source":93,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":94},{"source":94,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":95},{"source":95,"target":2},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":96},{"source":96,"target":6},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":45},{"source":16,"target":97},{"source":45,"target":3},{"source":45,"target":98},{"source":45,"target":16},{"source":45,"target":32},{"source":98,"target":3},{"source":97,"target":14},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":99},{"source":17,"target":100},{"source":99,"target":14},{"source":99,"target":101},{"source":99,"target":17},{"source":101,"target":14},{"source":100,"target":3},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":102},{"source":102,"target":2},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":70},{"source":19,"target":85},{"source":19,"target":103},{"source":70,"target":5},{"source":70,"target":104},{"source":70,"target":19},{"source":70,"target":61},{"source":104,"target":5},{"source":85,"target":7},{"source":85,"target":105},{"source":85,"target":19},{"source":85,"target":81},{"source":105,"target":7},{"source":103,"target":18},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":106},{"source":20,"target":107},{"source":106,"target":18},{"source":106,"target":108},{"source":106,"target":20},{"source":108,"target":18},{"source":107,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="drules" nsURI="http://org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore/1.0" nsPrefix="org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore"> <eClassifiers xsi:type="ecore:EClass" name="R4EDesignRuleCollection" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent ../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//SubModelRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="areas" upperBound="-1" eType="#//R4EDesignRuleArea" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="folder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" derived="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="R4EDesignRule" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="#//R4EDesignRuleRank"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//R4EDesignRuleClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="R4EDesignRuleArea" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="violations" upperBound="-1" eType="#//R4EDesignRuleViolation" 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="R4EDesignRuleViolation" eSuperTypes="../../org.eclipse.mylyn.reviews.frame.core/model/org.eclipse.mylyn.reviews.frame.core.model.ecore#//ReviewComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//R4EDesignRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="R4EDesignRuleRank"> <eLiterals name="R4E_RANK_NONE"/> <eLiterals name="R4E_RANK_MINOR" value="1" literal="R4E_RANK_MINOR"/> <eLiterals name="R4E_RANK_MAJOR" value="2"/> <eLiterals name="R4E_RANK_DEPRECATED" value="3" literal=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="R4EDesignRuleClass"> <eLiterals name="R4E_CLASS_ERRONEOUS"/> <eLiterals name="R4E_CLASS_SUPERFLUOUS" value="1" literal="R4E_CLASS_SUPERFLUOUS"/> <eLiterals name="R4E_CLASS_IMPROVEMENT" value="2"/> <eLiterals name="R4E_CLASS_QUESTION" value="3"/> <eLiterals name="R4E_CLASS_COMMENT" value="4"/> <eLiterals name="R4E_CLASS_MISSING" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/r4e.design.rules.ecore
ecore
drules R4EDesignRuleCollection areas version folder name R4EDesignRule id rank class title description R4EDesignRuleArea violations name R4EDesignRuleViolation rules name R4EDesignRuleRank R4E_RANK_NONE R4E_RANK_NONE R4E_RANK_MINOR R4E_RANK_MINOR R4E_RANK_MAJOR R4E_RANK_MAJOR R4E_RANK_DEPRECATED R4EDesignRuleClass R4E_CLASS_ERRONEOUS R4E_CLASS_ERRONEOUS R4E_CLASS_SUPERFLUOUS R4E_CLASS_SUPERFLUOUS R4E_CLASS_IMPROVEMENT R4E_CLASS_IMPROVEMENT R4E_CLASS_QUESTION R4E_CLASS_QUESTION R4E_CLASS_COMMENT R4E_CLASS_COMMENT R4E_CLASS_MISSING R4E_CLASS_MISSING
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore","nsURI":"http://org.eclipse.mylyn.reviews.r4e.core.model.drules.ecore/1.0","name":"drules","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleCollection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleArea","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R4EDesignRuleViolation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"R4EDesignRuleRank","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"R4EDesignRuleClass","instanceClass":null,"id":6,"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":"areas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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":true,"unique":true,"name":"folder","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","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":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":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"violations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":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":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"name":"R4E_RANK_NONE","id":38,"value":0,"literal":"R4E_RANK_NONE","eClass":"EEnumLiteral"},{"name":"R4E_RANK_MINOR","id":39,"value":1,"literal":"R4E_RANK_MINOR","eClass":"EEnumLiteral"},{"name":"R4E_RANK_MAJOR","id":40,"value":2,"literal":"R4E_RANK_MAJOR","eClass":"EEnumLiteral"},{"name":"R4E_RANK_DEPRECATED","id":41,"value":3,"literal":"","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_ERRONEOUS","id":42,"value":0,"literal":"R4E_CLASS_ERRONEOUS","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_SUPERFLUOUS","id":43,"value":1,"literal":"R4E_CLASS_SUPERFLUOUS","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_IMPROVEMENT","id":44,"value":2,"literal":"R4E_CLASS_IMPROVEMENT","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_QUESTION","id":45,"value":3,"literal":"R4E_CLASS_QUESTION","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_COMMENT","id":46,"value":4,"literal":"R4E_CLASS_COMMENT","eClass":"EEnumLiteral"},{"name":"R4E_CLASS_MISSING","id":47,"value":5,"literal":"R4E_CLASS_MISSING","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":7,"target":3},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":3},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":5},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":5},{"source":19,"target":6},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":6},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":27},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":4},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":4},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":4},{"source":36,"target":2},{"source":34,"target":37},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":42,"target":6},{"source":43,"target":6},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="flow" nsURI="http://www.smeup.org/asup/il/flow" nsPrefix="il-flow"> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//meta/Facet"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationCommand" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="command" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCompile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationScope" eSuperTypes="#//Annotation"> <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="AnnotationTest" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Break" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="program" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="error" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorHandling" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallableUnit" abstract="true" eSuperTypes="#//Unit"> <eOperations name="hasRoutines" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setupSection" eType="#//SetupSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSection" eType="#//DataSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileSection" eType="#//FileSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowSection" eType="#//FlowSection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommandExec" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Continue" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Conversion" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//meta/Facet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//ConversionStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConversionStatus"> <eLiterals name="Possible" literal="POS"/> <eLiterals name="Supported" value="10" literal="SUP"/> <eLiterals name="Unsupported" value="20" literal="UNS"/> <eLiterals name="Todo" value="30" literal="TODO"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSection" eSuperTypes="#//UnitSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="datas" upperBound="-1" containment="true"> <eGenericType eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//term/DataTerm"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entry" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1" upperBound="-1" containment="true"> <eGenericType eClassifier="#//EntryParameter"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryParameter" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/NamedNode"> <eTypeParameters name="T"> <eBounds eClassifier="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//term/Term"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" containment="true"> <eGenericType eTypeParameter="#//EntryParameter/T"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passingType" lowerBound="1" eType="#//PassingType" defaultValueLiteral="REF"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Eval" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="halfAdjust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightAdjust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EvalOperator"> <eLiterals name="Assign" value="10" literal="="/> <eLiterals name="PlusAssign" value="20" literal="+="/> <eLiterals name="MinusAssign" value="30" literal="-="/> <eLiterals name="TimesAssign" value="40" literal="*="/> <eLiterals name="DivideAssign" value="50" literal="/="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileSection" eSuperTypes="#//UnitSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSets" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.il.esam/model/il-esam.ecore#//DataSetTerm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyLists" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.il.esam/model/il-esam.ecore#//KeyListTerm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cursors" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.db.esql/model/db-esql.ecore#//CursorTerm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.db.esql/model/db-esql.ecore#//StatementTerm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="displays" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.il.esam/model/il-esam.ecore#//DisplayTerm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="printers" upperBound="-1" eType="ecore:EClass ../../org.smeup.sys.il.esam/model/il-esam.ecore#//PrintTerm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowData"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//term/DataTerm"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/DataDef"> <eTypeArguments/> </eTypeArguments> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSection" eSuperTypes="#//UnitSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterLists" upperBound="-1" eType="#//ParameterList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1" eType="#//Procedure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prototypes" upperBound="-1" eType="#//Prototype" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="routines" upperBound="-1" eType="#//Routine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="For" eSuperTypes="#//Iteration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invoke" abstract="true" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Iteration" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Statement"> <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="MethodExec" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//CallableUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Monitor" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onErrors" upperBound="-1" eType="#//OnError" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnError" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterList" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PassingType"> <eLiterals name="ByName" value="10" literal="NAM"/> <eLiterals name="ByReference" value="20" literal="REF"/> <eLiterals name="ByValue" value="30" literal="VAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//CallableUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Entry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" containment="true"> <eGenericType eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/DataDef"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcedureExec" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="procedure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program" eSuperTypes="#//CallableUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//ParameterList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messages" upperBound="-1" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prototype"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Entry" containment="true"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//term/DataTerm"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/DataDef"> <eTypeArguments/> </eTypeArguments> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <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="Routine" eSuperTypes="#//Unit"/> <eClassifiers xsi:type="ecore:EClass" name="RoutineExec" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="routine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetupSection" eSuperTypes="#//UnitSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modules" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="termSensitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SQLExec" eSuperTypes="#//Invoke"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/Node"> <eOperations name="accept"> <eParameters name="visitor" lowerBound="1" eType="#//StatementVisitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementVisitor" abstract="true"> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Block"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Break"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Call"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//CommandExec"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Continue"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Eval"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//For"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//If"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Jump"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Label"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//MethodExec"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Monitor"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//ProcedureExec"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Return"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//RoutineExec"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//SQLExec"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Statement"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//Until"/> </eOperations> <eOperations name="endVisit"> <eParameters name="statement" eType="#//While"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Block"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Break"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Call"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//CommandExec"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Continue"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Eval"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//For"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//If"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Jump"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Label"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//MethodExec"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Monitor"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//ProcedureExec"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Return"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//RoutineExec"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//SQLExec"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Statement"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//Until"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="statement" eType="#//While"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//term/NamedNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="main" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitSection" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Until" eSuperTypes="#//Iteration"/> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Iteration"/> </ecore:EPackage>
github:ecore:/data/smeup/asup/org.smeup.sys.il.flow/model/il-flow.ecore
ecore
flow Annotation AnnotationCommand command postCompile AnnotationScope name AnnotationTest expression message Block statements Break Call program parameters error errorHandling CallableUnit hasRoutines setupSection dataSection fileSection flowSection CommandExec statement Continue Conversion status ConversionStatus Possible POS Supported SUP Unsupported UNS Todo TODO DataSection datas Entry parameters EntryParameter T delegate nullable passingType REF Eval assignment halfAdjust maxPrecision false rightAdjust EvalOperator Assign = PlusAssign += MinusAssign -= TimesAssign *= DivideAssign /= FileSection dataSets keyLists cursors statements displays printers FlowData FlowSection parameterLists procedures prototypes routines For increment initialization If then else condition Invoke Iteration body condition Jump label Label name MethodExec object method parameters Module Monitor body onErrors OnError body errors ParameterList name parameters PassingType ByName NAM ByReference REF ByValue VAL Procedure entry returnType ProcedureExec procedure parameters Program entry messages text Prototype entry Return value Routine RoutineExec routine SetupSection annotations application encoding expressionType modules termSensitive SQLExec statement Statement accept visitor StatementVisitor endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement endVisit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement visit statement Unit name main UnitSection Until While
null
{"directed":true,"nodes":[{"nsPrefix":"il-flow","nsURI":"http://www.smeup.org/asup/il/flow","name":"flow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationCommand","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationScope","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTest","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallableUnit","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandExec","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conversion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConversionStatus","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EvalOperator","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSection","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowData","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodExec","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnError","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterList","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PassingType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureExec","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prototype","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Routine","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoutineExec","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetupSection","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLExec","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementVisitor","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitSection","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Until","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"postCompile","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":"program","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":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":"error","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"errorHandling","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasRoutines","lowerBound":1,"id":75,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"setupSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataSection","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":"fileSection","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":"flowSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"Possible","id":93,"value":0,"literal":"POS","eClass":"EEnumLiteral"},{"name":"Supported","id":94,"value":10,"literal":"SUP","eClass":"EEnumLiteral"},{"name":"Unsupported","id":95,"value":20,"literal":"UNS","eClass":"EEnumLiteral"},{"name":"Todo","id":96,"value":30,"literal":"TODO","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":"datas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"T","id":105,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"REF","unsettable":false,"transient":false,"unique":true,"name":"passingType","changeable":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"halfAdjust","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"maxPrecision","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightAdjust","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"Assign","id":123,"value":10,"literal":"=","eClass":"EEnumLiteral"},{"name":"PlusAssign","id":124,"value":20,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MinusAssign","id":125,"value":30,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TimesAssign","id":126,"value":40,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DivideAssign","id":127,"value":50,"literal":"/=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyLists","changeable":true,"resolveProxies":true,"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":"cursors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"printers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterLists","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":"procedures","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":"prototypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"routines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":1,"iD":false,"id":153,"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":"initialization","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":"condition","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onErrors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"errors","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"name":"ByName","id":200,"value":10,"literal":"NAM","eClass":"EEnumLiteral"},{"name":"ByReference","id":201,"value":20,"literal":"REF","eClass":"EEnumLiteral"},{"name":"ByValue","id":202,"value":30,"literal":"VAL","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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"procedure","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"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":"messages","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"routine","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"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":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"lowerBound":0,"iD":false,"id":236,"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":"modules","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"termSensitive","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"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":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":1,"id":251,"many":false,"required":true,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"endVisit","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EParameter"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EParameter"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EParameter"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EParameter"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EParameter"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":327,"many":false,"required":false,"eClass":"EParameter"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EParameter"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","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":"statement","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":348,"many":false,"required":false,"eClass":"EParameter"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EParameter"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EParameter"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EParameter"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","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":"statement","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EParameter"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":378,"many":false,"required":false,"eClass":"EParameter"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EParameter"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statement","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EParameter"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"main","changeable":true,"resolveProxies":true,"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":53},{"source":50,"target":2},{"source":51,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":54},{"source":3,"target":55},{"source":54,"target":56},{"source":54,"target":3},{"source":55,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":57,"target":60},{"source":57,"target":4},{"source":58,"target":61},{"source":58,"target":4},{"source":59,"target":1},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":62},{"source":5,"target":63},{"source":62,"target":42},{"source":62,"target":64},{"source":62,"target":5},{"source":64,"target":42},{"source":63,"target":42},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":65},{"source":65,"target":42},{"source":7,"target":0},{"source":7,"target":23},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":66,"target":71},{"source":66,"target":7},{"source":67,"target":72},{"source":67,"target":7},{"source":68,"target":73},{"source":68,"target":7},{"source":69,"target":74},{"source":69,"target":7},{"source":70,"target":23},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":75,"target":81},{"source":75,"target":8},{"source":76,"target":40},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":40},{"source":77,"target":13},{"source":77,"target":83},{"source":77,"target":8},{"source":83,"target":13},{"source":78,"target":18},{"source":78,"target":84},{"source":78,"target":8},{"source":84,"target":18},{"source":79,"target":20},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":20},{"source":80,"target":44},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":86},{"source":9,"target":87},{"source":86,"target":88},{"source":86,"target":9},{"source":87,"target":23},{"source":10,"target":0},{"source":10,"target":42},{"source":10,"target":89},{"source":89,"target":42},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":90,"target":12},{"source":90,"target":92},{"source":90,"target":11},{"source":92,"target":12},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":93,"target":12},{"source":94,"target":12},{"source":95,"target":12},{"source":96,"target":12},{"source":13,"target":0},{"source":13,"target":45},{"source":13,"target":97},{"source":13,"target":98},{"source":97,"target":99},{"source":97,"target":13},{"source":99,"target":100},{"source":98,"target":45},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":102},{"source":101,"target":15},{"source":101,"target":103},{"source":101,"target":14},{"source":103,"target":104},{"source":103,"target":15},{"source":15,"target":0},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":105,"target":110},{"source":106,"target":111},{"source":106,"target":15},{"source":111,"target":105},{"source":107,"target":112},{"source":107,"target":15},{"source":108,"target":32},{"source":108,"target":113},{"source":108,"target":15},{"source":113,"target":32},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16},{"source":116,"target":121},{"source":116,"target":16},{"source":117,"target":122},{"source":117,"target":16},{"source":118,"target":23},{"source":17,"target":0},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":123,"target":17},{"source":124,"target":17},{"source":125,"target":17},{"source":126,"target":17},{"source":127,"target":17},{"source":18,"target":0},{"source":18,"target":45},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":128,"target":135},{"source":128,"target":18},{"source":129,"target":136},{"source":129,"target":18},{"source":130,"target":137},{"source":130,"target":18},{"source":131,"target":138},{"source":131,"target":18},{"source":132,"target":139},{"source":132,"target":18},{"source":133,"target":140},{"source":133,"target":18},{"source":134,"target":45},{"source":19,"target":0},{"source":19,"target":141},{"source":141,"target":142},{"source":142,"target":143},{"source":20,"target":0},{"source":20,"target":45},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":144,"target":31},{"source":144,"target":149},{"source":144,"target":20},{"source":149,"target":31},{"source":145,"target":33},{"source":145,"target":150},{"source":145,"target":20},{"source":150,"target":33},{"source":146,"target":36},{"source":146,"target":151},{"source":146,"target":20},{"source":151,"target":36},{"source":147,"target":38},{"source":147,"target":152},{"source":147,"target":20},{"source":152,"target":38},{"source":148,"target":45},{"source":21,"target":0},{"source":21,"target":24},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":153,"target":156},{"source":153,"target":21},{"source":154,"target":157},{"source":154,"target":21},{"source":155,"target":24},{"source":22,"target":0},{"source":22,"target":42},{"source":22,"target":158},{"source":22,"target":159},{"source":22,"target":160},{"source":22,"target":161},{"source":158,"target":42},{"source":158,"target":162},{"source":158,"target":22},{"source":162,"target":42},{"source":159,"target":42},{"source":159,"target":163},{"source":159,"target":22},{"source":163,"target":42},{"source":160,"target":164},{"source":160,"target":22},{"source":161,"target":42},{"source":23,"target":0},{"source":23,"target":42},{"source":23,"target":165},{"source":165,"target":42},{"source":24,"target":0},{"source":24,"target":42},{"source":24,"target":166},{"source":24,"target":167},{"source":24,"target":168},{"source":166,"target":42},{"source":166,"target":169},{"source":166,"target":24},{"source":169,"target":42},{"source":167,"target":170},{"source":167,"target":24},{"source":168,"target":42},{"source":25,"target":0},{"source":25,"target":42},{"source":25,"target":171},{"source":25,"target":172},{"source":171,"target":173},{"source":171,"target":25},{"source":172,"target":42},{"source":26,"target":0},{"source":26,"target":42},{"source":26,"target":174},{"source":26,"target":175},{"source":174,"target":176},{"source":174,"target":26},{"source":175,"target":42},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":177,"target":181},{"source":177,"target":27},{"source":178,"target":182},{"source":178,"target":27},{"source":179,"target":183},{"source":179,"target":27},{"source":180,"target":23},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":184},{"source":184,"target":8},{"source":29,"target":0},{"source":29,"target":42},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":185,"target":42},{"source":185,"target":188},{"source":185,"target":29},{"source":188,"target":42},{"source":186,"target":30},{"source":186,"target":189},{"source":186,"target":29},{"source":189,"target":30},{"source":187,"target":42},{"source":30,"target":0},{"source":30,"target":190},{"source":30,"target":191},{"source":30,"target":192},{"source":190,"target":42},{"source":190,"target":193},{"source":190,"target":30},{"source":193,"target":42},{"source":191,"target":194},{"source":191,"target":30},{"source":31,"target":0},{"source":31,"target":195},{"source":31,"target":196},{"source":31,"target":197},{"source":195,"target":198},{"source":195,"target":31},{"source":196,"target":199},{"source":196,"target":31},{"source":32,"target":0},{"source":32,"target":200},{"source":32,"target":201},{"source":32,"target":202},{"source":200,"target":32},{"source":201,"target":32},{"source":202,"target":32},{"source":33,"target":0},{"source":33,"target":8},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":203,"target":14},{"source":203,"target":206},{"source":203,"target":33},{"source":206,"target":14},{"source":204,"target":207},{"source":204,"target":33},{"source":207,"target":208},{"source":205,"target":8},{"source":34,"target":0},{"source":34,"target":23},{"source":34,"target":209},{"source":34,"target":210},{"source":34,"target":211},{"source":209,"target":212},{"source":209,"target":34},{"source":210,"target":213},{"source":210,"target":34},{"source":211,"target":23},{"source":35,"target":0},{"source":35,"target":8},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":35,"target":217},{"source":214,"target":31},{"source":214,"target":218},{"source":214,"target":35},{"source":218,"target":31},{"source":215,"target":219},{"source":215,"target":35},{"source":216,"target":220},{"source":216,"target":35},{"source":217,"target":8},{"source":36,"target":0},{"source":36,"target":221},{"source":36,"target":222},{"source":221,"target":14},{"source":221,"target":223},{"source":221,"target":36},{"source":223,"target":14},{"source":222,"target":224},{"source":224,"target":225},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":226},{"source":37,"target":227},{"source":226,"target":228},{"source":226,"target":37},{"source":227,"target":42},{"source":38,"target":0},{"source":38,"target":44},{"source":38,"target":229},{"source":229,"target":44},{"source":39,"target":0},{"source":39,"target":23},{"source":39,"target":230},{"source":39,"target":231},{"source":230,"target":232},{"source":230,"target":39},{"source":231,"target":23},{"source":40,"target":0},{"source":40,"target":45},{"source":40,"target":233},{"source":40,"target":234},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":233,"target":1},{"source":233,"target":240},{"source":233,"target":40},{"source":240,"target":1},{"source":234,"target":241},{"source":234,"target":40},{"source":235,"target":242},{"source":235,"target":40},{"source":236,"target":243},{"source":236,"target":40},{"source":237,"target":244},{"source":237,"target":40},{"source":238,"target":245},{"source":238,"target":40},{"source":239,"target":45},{"source":41,"target":0},{"source":41,"target":23},{"source":41,"target":246},{"source":41,"target":247},{"source":246,"target":248},{"source":246,"target":41},{"source":247,"target":23},{"source":42,"target":0},{"source":42,"target":249},{"source":42,"target":250},{"source":249,"target":42},{"source":249,"target":251},{"source":251,"target":43},{"source":251,"target":252},{"source":251,"target":249},{"source":252,"target":43},{"source":43,"target":0},{"source":43,"target":253},{"source":43,"target":254},{"source":43,"target":255},{"source":43,"target":256},{"source":43,"target":257},{"source":43,"target":258},{"source":43,"target":259},{"source":43,"target":260},{"source":43,"target":261},{"source":43,"target":262},{"source":43,"target":263},{"source":43,"target":264},{"source":43,"target":265},{"source":43,"target":266},{"source":43,"target":267},{"source":43,"target":268},{"source":43,"target":269},{"source":43,"target":270},{"source":43,"target":271},{"source":43,"target":272},{"source":43,"target":273},{"source":43,"target":274},{"source":43,"target":275},{"source":43,"target":276},{"source":43,"target":277},{"source":43,"target":278},{"source":43,"target":279},{"source":43,"target":280},{"source":43,"target":281},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":43,"target":287},{"source":43,"target":288},{"source":43,"target":289},{"source":43,"target":290},{"source":253,"target":43},{"source":253,"target":291},{"source":291,"target":5},{"source":291,"target":292},{"source":291,"target":253},{"source":292,"target":5},{"source":254,"target":43},{"source":254,"target":293},{"source":293,"target":6},{"source":293,"target":294},{"source":293,"target":254},{"source":294,"target":6},{"source":255,"target":43},{"source":255,"target":295},{"source":295,"target":7},{"source":295,"target":296},{"source":295,"target":255},{"source":296,"target":7},{"source":256,"target":43},{"source":256,"target":297},{"source":297,"target":9},{"source":297,"target":298},{"source":297,"target":256},{"source":298,"target":9},{"source":257,"target":43},{"source":257,"target":299},{"source":299,"target":10},{"source":299,"target":300},{"source":299,"target":257},{"source":300,"target":10},{"source":258,"target":43},{"source":258,"target":301},{"source":301,"target":16},{"source":301,"target":302},{"source":301,"target":258},{"source":302,"target":16},{"source":259,"target":43},{"source":259,"target":303},{"source":303,"target":21},{"source":303,"target":304},{"source":303,"target":259},{"source":304,"target":21},{"source":260,"target":43},{"source":260,"target":305},{"source":305,"target":22},{"source":305,"target":306},{"source":305,"target":260},{"source":306,"target":22},{"source":261,"target":43},{"source":261,"target":307},{"source":307,"target":25},{"source":307,"target":308},{"source":307,"target":261},{"source":308,"target":25},{"source":262,"target":43},{"source":262,"target":309},{"source":309,"target":26},{"source":309,"target":310},{"source":309,"target":262},{"source":310,"target":26},{"source":263,"target":43},{"source":263,"target":311},{"source":311,"target":27},{"source":311,"target":312},{"source":311,"target":263},{"source":312,"target":27},{"source":264,"target":43},{"source":264,"target":313},{"source":313,"target":29},{"source":313,"target":314},{"source":313,"target":264},{"source":314,"target":29},{"source":265,"target":43},{"source":265,"target":315},{"source":315,"target":34},{"source":315,"target":316},{"source":315,"target":265},{"source":316,"target":34},{"source":266,"target":43},{"source":266,"target":317},{"source":317,"target":37},{"source":317,"target":318},{"source":317,"target":266},{"source":318,"target":37},{"source":267,"target":43},{"source":267,"target":319},{"source":319,"target":39},{"source":319,"target":320},{"source":319,"target":267},{"source":320,"target":39},{"source":268,"target":43},{"source":268,"target":321},{"source":321,"target":41},{"source":321,"target":322},{"source":321,"target":268},{"source":322,"target":41},{"source":269,"target":43},{"source":269,"target":323},{"source":323,"target":42},{"source":323,"target":324},{"source":323,"target":269},{"source":324,"target":42},{"source":270,"target":43},{"source":270,"target":325},{"source":325,"target":46},{"source":325,"target":326},{"source":325,"target":270},{"source":326,"target":46},{"source":271,"target":43},{"source":271,"target":327},{"source":327,"target":47},{"source":327,"target":328},{"source":327,"target":271},{"source":328,"target":47},{"source":272,"target":329},{"source":272,"target":43},{"source":272,"target":330},{"source":330,"target":5},{"source":330,"target":331},{"source":330,"target":272},{"source":331,"target":5},{"source":273,"target":332},{"source":273,"target":43},{"source":273,"target":333},{"source":333,"target":6},{"source":333,"target":334},{"source":333,"target":273},{"source":334,"target":6},{"source":274,"target":335},{"source":274,"target":43},{"source":274,"target":336},{"source":336,"target":7},{"source":336,"target":337},{"source":336,"target":274},{"source":337,"target":7},{"source":275,"target":338},{"source":275,"target":43},{"source":275,"target":339},{"source":339,"target":9},{"source":339,"target":340},{"source":339,"target":275},{"source":340,"target":9},{"source":276,"target":341},{"source":276,"target":43},{"source":276,"target":342},{"source":342,"target":10},{"source":342,"target":343},{"source":342,"target":276},{"source":343,"target":10},{"source":277,"target":344},{"source":277,"target":43},{"source":277,"target":345},{"source":345,"target":16},{"source":345,"target":346},{"source":345,"target":277},{"source":346,"target":16},{"source":278,"target":347},{"source":278,"target":43},{"source":278,"target":348},{"source":348,"target":21},{"source":348,"target":349},{"source":348,"target":278},{"source":349,"target":21},{"source":279,"target":350},{"source":279,"target":43},{"source":279,"target":351},{"source":351,"target":22},{"source":351,"target":352},{"source":351,"target":279},{"source":352,"target":22},{"source":280,"target":353},{"source":280,"target":43},{"source":280,"target":354},{"source":354,"target":25},{"source":354,"target":355},{"source":354,"target":280},{"source":355,"target":25},{"source":281,"target":356},{"source":281,"target":43},{"source":281,"target":357},{"source":357,"target":26},{"source":357,"target":358},{"source":357,"target":281},{"source":358,"target":26},{"source":282,"target":359},{"source":282,"target":43},{"source":282,"target":360},{"source":360,"target":27},{"source":360,"target":361},{"source":360,"target":282},{"source":361,"target":27},{"source":283,"target":362},{"source":283,"target":43},{"source":283,"target":363},{"source":363,"target":29},{"source":363,"target":364},{"source":363,"target":283},{"source":364,"target":29},{"source":284,"target":365},{"source":284,"target":43},{"source":284,"target":366},{"source":366,"target":34},{"source":366,"target":367},{"source":366,"target":284},{"source":367,"target":34},{"source":285,"target":368},{"source":285,"target":43},{"source":285,"target":369},{"source":369,"target":37},{"source":369,"target":370},{"source":369,"target":285},{"source":370,"target":37},{"source":286,"target":371},{"source":286,"target":43},{"source":286,"target":372},{"source":372,"target":39},{"source":372,"target":373},{"source":372,"target":286},{"source":373,"target":39},{"source":287,"target":374},{"source":287,"target":43},{"source":287,"target":375},{"source":375,"target":41},{"source":375,"target":376},{"source":375,"target":287},{"source":376,"target":41},{"source":288,"target":377},{"source":288,"target":43},{"source":288,"target":378},{"source":378,"target":42},{"source":378,"target":379},{"source":378,"target":288},{"source":379,"target":42},{"source":289,"target":380},{"source":289,"target":43},{"source":289,"target":381},{"source":381,"target":46},{"source":381,"target":382},{"source":381,"target":289},{"source":382,"target":46},{"source":290,"target":383},{"source":290,"target":43},{"source":290,"target":384},{"source":384,"target":47},{"source":384,"target":385},{"source":384,"target":290},{"source":385,"target":47},{"source":44,"target":0},{"source":44,"target":386},{"source":44,"target":387},{"source":44,"target":388},{"source":386,"target":389},{"source":386,"target":44},{"source":387,"target":42},{"source":387,"target":390},{"source":387,"target":44},{"source":390,"target":42},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":24},{"source":46,"target":391},{"source":391,"target":24},{"source":47,"target":0},{"source":47,"target":24},{"source":47,"target":392},{"source":392,"target":24}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="composed" nsURI="http://jsondiscoverer/discovered/composed" nsPrefix="composedc"> <eClassifiers xsi:type="ecore:EClass" name="HorariesStopLineDirection"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="arret" lowerBound="1" eType="#//Arret"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="arret" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ligne" lowerBound="1" eType="#//Ligne"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="ligne" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeCouleur" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="codeCouleur" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plageDeService" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="plageDeService" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="notes" lowerBound="1" upperBound="-1" eType="#//Note"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="notes" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="horaires" lowerBound="1" upperBound="-1" eType="#//ProchainsHoraire"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="horaires" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="prochainsHoraires" lowerBound="1" upperBound="-1" eType="#//ProchainsHoraire"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="prochainsHoraires" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="HorariesStopLineDirection" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ligne"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Ligne" value="3"/> </eAnnotations> <details key="totalFound" value="3"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numLigne" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="numLigne" value="3"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="3"/> </eAnnotations> <details key="totalFound" value="3"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionSens1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="directionSens1" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionSens2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="directionSens2" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="accessible" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etatTrafic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="etatTrafic" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelleTrafic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="libelleTrafic" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeLigne" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="typeLigne" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Ligne" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StopPosition"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="StopPosition" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeLieu" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="codeLieu" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="StopPosition" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="libelle" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="StopPosition" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="distance" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="StopPosition" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ligne" lowerBound="1" upperBound="-1" eType="#//Ligne"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="ligne" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="StopPosition" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Note"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Note" value="1"/> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="code" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Note" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="libelle" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Note" value="1"/> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeArret" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="codeArret" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="accessible" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProchainsHoraire"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="ProchainsHoraire" value="1"/> <details key="Horaire" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heure" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="heure" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="ProchainsHoraire" value="1"/> <details key="Horaire" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passages" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="passages" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="ProchainsHoraire" value="1"/> <details key="Horaire" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arret"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeArret" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="codeArret" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Arret" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitingTimeStop"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="composed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="sens" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminus" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="terminus" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infotrafic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="infotrafic" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temps" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="temps" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ligne" lowerBound="1" eType="#//Ligne"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="ligne" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arret" lowerBound="1" eType="#//Arret"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="arret" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="WaitingTimeStop" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SOM-Research/jsonDiscoverer/jsondiscoverer.examples/exampleData/advancedDiscoverer/exampleAdvancedDiscoverer.ecore
ecore
composed HorariesStopLineDirection arret ligne codeCouleur plageDeService notes horaires prochainsHoraires Ligne numLigne directionSens1 directionSens2 accessible etatTrafic libelleTrafic typeLigne StopPosition codeLieu libelle distance ligne Note code libelle codeArret accessible ProchainsHoraire heure passages Arret codeArret WaitingTimeStop sens terminus infotrafic temps ligne arret
null
{"directed":true,"nodes":[{"nsPrefix":"composedc","nsURI":"http://jsondiscoverer/discovered/composed","name":"composed","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HorariesStopLineDirection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ligne","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopPosition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProchainsHoraire","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arret","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitingTimeStop","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arret","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ligne","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeCouleur","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plageDeService","changeable":true,"lowerBound":1,"iD":false,"id":11,"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":"notes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"horaires","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"prochainsHoraires","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numLigne","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionSens1","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionSens2","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"accessible","changeable":true,"lowerBound":1,"iD":false,"id":25,"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":"etatTrafic","changeable":true,"lowerBound":1,"iD":false,"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":"libelleTrafic","changeable":true,"lowerBound":1,"iD":false,"id":27,"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":"typeLigne","changeable":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeLieu","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":1,"iD":false,"id":38,"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":"ligne","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"codeArret","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"accessible","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heure","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"passages","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeArret","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"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":"sens","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminus","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"infotrafic","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"temps","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ligne","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arret","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":8,"target":6},{"source":8,"target":15},{"source":8,"target":1},{"source":15,"target":6},{"source":9,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":16,"target":2},{"source":10,"target":17},{"source":10,"target":1},{"source":11,"target":18},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":4},{"source":13,"target":5},{"source":13,"target":20},{"source":13,"target":1},{"source":20,"target":5},{"source":14,"target":5},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":5},{"source":2,"target":0},{"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":22,"target":29},{"source":22,"target":2},{"source":23,"target":30},{"source":23,"target":2},{"source":24,"target":31},{"source":24,"target":2},{"source":25,"target":32},{"source":25,"target":2},{"source":26,"target":33},{"source":26,"target":2},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":35},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":41},{"source":37,"target":3},{"source":38,"target":42},{"source":38,"target":3},{"source":39,"target":2},{"source":39,"target":43},{"source":39,"target":3},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":44,"target":48},{"source":44,"target":4},{"source":45,"target":49},{"source":45,"target":4},{"source":46,"target":50},{"source":46,"target":4},{"source":47,"target":51},{"source":47,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":53,"target":55},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":56,"target":57},{"source":56,"target":6},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":58,"target":64},{"source":58,"target":7},{"source":59,"target":65},{"source":59,"target":7},{"source":60,"target":66},{"source":60,"target":7},{"source":61,"target":67},{"source":61,"target":7},{"source":62,"target":2},{"source":62,"target":68},{"source":62,"target":7},{"source":68,"target":2},{"source":63,"target":6},{"source":63,"target":69},{"source":63,"target":7},{"source":69,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stoex" nsURI="http://sdq.ipd.uka.de/StochasticExpressions/2.2" nsPrefix="stoex"> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//AbstractNamedReference"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceReference" eSuperTypes="#//AbstractNamedReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerReference_NamespaceReference" ordered="false" lowerBound="1" eType="#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TermOperations"> <eLiterals name="ADD"/> <eLiterals name="SUB" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProductOperations"> <eLiterals name="MULT"/> <eLiterals name="DIV" value="1"/> <eLiterals name="MOD" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperations"> <eLiterals name="GREATER"/> <eLiterals name="EQUALS" value="1"/> <eLiterals name="LESS" value="2"/> <eLiterals name="NOTEQUAL" value="3"/> <eLiterals name="LESSEQUAL" value="4"/> <eLiterals name="GREATEREQUAL" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="id_Variable" ordered="false" lowerBound="1" eType="#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" abstract="true" eSuperTypes="#//Unary"/> <eClassifiers xsi:type="ecore:EClass" name="Unary" abstract="true" eSuperTypes="#//Power"/> <eClassifiers xsi:type="ecore:EClass" name="Power" abstract="true" eSuperTypes="#//Product"/> <eClassifiers xsi:type="ecore:EClass" name="Product" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Comparison" abstract="true" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="#//IfElse"/> <eClassifiers xsi:type="ecore:EClass" name="IfElse" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TermExpression" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//TermOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductExpression" eSuperTypes="#//Product"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//ProductOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilityFunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="function_ProbabilityFunctionLiteral" ordered="false" lowerBound="1" eType="ecore:EClass ../../de.uka.ipd.sdq.probfunction/model/ProbabilityFunction.ecore#//ProbabilityFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parenthesis" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" abstract="true" eSuperTypes="../../de.uka.ipd.sdq.units/model/Units.ecore#//UnitCarryingElement #//Atom"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//Comparison"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//CompareOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerExpression" eSuperTypes="#//Power"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exponent" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperatorExpression" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//BooleanOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperations"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="XOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters_FunctionLiteral" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfElseExpression" eSuperTypes="#//IfElse"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomVariable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="namespace" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Jakob-Bach/MDSD_Praktikum/edu.kit.ipd.sdq.cbsm.transform/pcm/stoex.ecore
ecore
stoex VariableReference AbstractNamedReference referenceName NamespaceReference innerReference_NamespaceReference TermOperations ADD ADD SUB SUB ProductOperations MULT MULT DIV DIV MOD MOD CompareOperations GREATER GREATER EQUALS EQUALS LESS LESS NOTEQUAL NOTEQUAL LESSEQUAL LESSEQUAL GREATEREQUAL GREATEREQUAL Variable id_Variable Atom Unary Power Product Term Comparison BooleanExpression IfElse Expression TermExpression left right operation ProductExpression left right operation ProbabilityFunctionLiteral function_ProbabilityFunctionLiteral Parenthesis innerExpression NumericLiteral IntLiteral value DoubleLiteral value CompareExpression left right operation BoolLiteral value StringLiteral value PowerExpression base exponent BooleanOperatorExpression left right operation BooleanOperations AND AND OR OR XOR XOR NotExpression inner NegativeExpression inner FunctionLiteral id parameters_FunctionLiteral IfElseExpression ifExpression elseExpression conditionExpression RandomVariable specification expression
null
{"directed":true,"nodes":[{"nsPrefix":"stoex","nsURI":"http://sdq.ipd.uka.de/StochasticExpressions/2.2","name":"stoex","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedReference","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TermOperations","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProductOperations","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperations","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElse","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityFunctionLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parenthesis","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperations","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerReference_NamespaceReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"ADD","id":41,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":42,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MULT","id":43,"value":0,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"DIV","id":44,"value":1,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"MOD","id":45,"value":2,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"GREATER","id":46,"value":0,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"EQUALS","id":47,"value":1,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"LESS","id":48,"value":2,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"NOTEQUAL","id":49,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"LESSEQUAL","id":50,"value":4,"literal":"LESSEQUAL","eClass":"EEnumLiteral"},{"name":"GREATEREQUAL","id":51,"value":5,"literal":"GREATEREQUAL","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id_Variable","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"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"ordered":false,"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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":false,"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":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function_ProbabilityFunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"ordered":false,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"ordered":false,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"AND","id":116,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":117,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":118,"value":2,"literal":"XOR","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"container":false,"ordered":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_FunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"specification","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"expression","changeable":false,"resolveProxies":true,"lowerBound":1,"id":138,"derived":true},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":35},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":37},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":2},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":2},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":4},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":2},{"source":52,"target":54},{"source":52,"target":7},{"source":54,"target":2},{"source":53,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":55},{"source":55,"target":9},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":56},{"source":56,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":57},{"source":57,"target":11},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":58},{"source":58,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":59},{"source":59,"target":13},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":60},{"source":60,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":61},{"source":61,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":62},{"source":62,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":63},{"source":17,"target":64},{"source":17,"target":65},{"source":17,"target":66},{"source":63,"target":12},{"source":63,"target":67},{"source":63,"target":17},{"source":67,"target":12},{"source":64,"target":11},{"source":64,"target":68},{"source":64,"target":17},{"source":68,"target":11},{"source":65,"target":4},{"source":65,"target":69},{"source":65,"target":17},{"source":69,"target":4},{"source":66,"target":12},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":70},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":70,"target":11},{"source":70,"target":74},{"source":70,"target":18},{"source":74,"target":11},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":18},{"source":75,"target":10},{"source":72,"target":5},{"source":72,"target":76},{"source":72,"target":18},{"source":76,"target":5},{"source":73,"target":11},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":77},{"source":19,"target":78},{"source":77,"target":79},{"source":77,"target":19},{"source":78,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":80},{"source":20,"target":81},{"source":80,"target":16},{"source":80,"target":82},{"source":80,"target":20},{"source":82,"target":16},{"source":81,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":83},{"source":21,"target":84},{"source":84,"target":8},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":85},{"source":22,"target":86},{"source":85,"target":87},{"source":85,"target":22},{"source":86,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":88},{"source":23,"target":89},{"source":88,"target":90},{"source":88,"target":23},{"source":89,"target":21},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":91},{"source":24,"target":92},{"source":24,"target":93},{"source":24,"target":94},{"source":91,"target":12},{"source":91,"target":95},{"source":91,"target":24},{"source":95,"target":12},{"source":92,"target":12},{"source":92,"target":96},{"source":92,"target":24},{"source":96,"target":12},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":24},{"source":97,"target":6},{"source":94,"target":13},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":98},{"source":25,"target":99},{"source":98,"target":100},{"source":98,"target":25},{"source":99,"target":8},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":101},{"source":26,"target":102},{"source":101,"target":103},{"source":101,"target":26},{"source":102,"target":8},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":104},{"source":27,"target":105},{"source":27,"target":106},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":27},{"source":107,"target":10},{"source":105,"target":9},{"source":105,"target":108},{"source":105,"target":27},{"source":108,"target":9},{"source":106,"target":10},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":109},{"source":28,"target":110},{"source":28,"target":111},{"source":28,"target":112},{"source":109,"target":14},{"source":109,"target":113},{"source":109,"target":28},{"source":113,"target":14},{"source":110,"target":14},{"source":110,"target":114},{"source":110,"target":28},{"source":114,"target":14},{"source":111,"target":29},{"source":111,"target":115},{"source":111,"target":28},{"source":115,"target":29},{"source":112,"target":14},{"source":29,"target":0},{"source":29,"target":116},{"source":29,"target":117},{"source":29,"target":118},{"source":116,"target":29},{"source":117,"target":29},{"source":118,"target":29},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":119},{"source":30,"target":120},{"source":119,"target":9},{"source":119,"target":121},{"source":119,"target":30},{"source":121,"target":9},{"source":120,"target":9},{"source":31,"target":0},{"source":31,"target":9},{"source":31,"target":122},{"source":31,"target":123},{"source":122,"target":9},{"source":122,"target":124},{"source":122,"target":31},{"source":124,"target":9},{"source":123,"target":9},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":125},{"source":32,"target":126},{"source":32,"target":127},{"source":125,"target":128},{"source":125,"target":32},{"source":126,"target":16},{"source":126,"target":129},{"source":126,"target":32},{"source":129,"target":16},{"source":127,"target":8},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":130},{"source":33,"target":131},{"source":33,"target":132},{"source":33,"target":133},{"source":130,"target":14},{"source":130,"target":134},{"source":130,"target":33},{"source":134,"target":14},{"source":131,"target":14},{"source":131,"target":135},{"source":131,"target":33},{"source":135,"target":14},{"source":132,"target":14},{"source":132,"target":136},{"source":132,"target":33},{"source":136,"target":14},{"source":133,"target":15},{"source":34,"target":0},{"source":34,"target":137},{"source":34,"target":138},{"source":137,"target":139},{"source":137,"target":34},{"source":138,"target":16},{"source":138,"target":140},{"source":138,"target":34},{"source":140,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tim" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.tim"> <eClassifiers xsi:type="ecore:EClass" name="iTimNamedElement" abstract="true" interface="true"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setId"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setName"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimModel" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//CommonConcepts/TimService" containment="true" eOpposite="#//CommonConcepts/TimService/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//CommonConcepts/TimProcess" containment="true" eOpposite="#//CommonConcepts/TimProcess/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informations" upperBound="-1" eType="#//ITRelatedPart/TimInformationSet" containment="true" eOpposite="#//ITRelatedPart/TimInformationSet/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizations" upperBound="-1" eType="#//HumanRelatedPart/TimOrganization" containment="true" eOpposite="#//HumanRelatedPart/TimOrganization/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//CommonConcepts/TimResource" eOpposite="#//CommonConcepts/TimResource/model"/> </eClassifiers> <eSubpackages name="CommonConcepts" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/CommonConcepts" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.tim.CommonConcepts"> <eClassifiers xsi:type="ecore:EClass" name="TimService" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" 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="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="consumption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="automationLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subServices" upperBound="-1" eType="#//CommonConcepts/TimService" eOpposite="#//CommonConcepts/TimService/mainService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainService" eType="#//CommonConcepts/TimService" eOpposite="#//CommonConcepts/TimService/subServices"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/services"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//CommonConcepts/TimResource" eOpposite="#//CommonConcepts/TimResource/services"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//TimModel" eOpposite="#//TimModel/services"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimProcess" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workFlow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subprocesses" upperBound="-1" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/mainProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/subprocesses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//CommonConcepts/TimService" eOpposite="#//CommonConcepts/TimService/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//CommonConcepts/TimResource" eOpposite="#//CommonConcepts/TimResource/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibleOrganizationUnit" eType="#//HumanRelatedPart/TimOrganizationUnit" eOpposite="#//HumanRelatedPart/TimOrganizationUnit/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//TimModel" eOpposite="#//TimModel/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizations" upperBound="-1" eType="#//HumanRelatedPart/TimOrganization" eOpposite="#//HumanRelatedPart/TimOrganization/processes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimResource" abstract="true" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//TimModel" eOpposite="#//TimModel/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizationUnit" lowerBound="1" eType="#//HumanRelatedPart/TimOrganizationUnit" eOpposite="#//HumanRelatedPart/TimOrganizationUnit/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//CommonConcepts/TimService" eOpposite="#//CommonConcepts/TimService/resources"/> </eClassifiers> </eSubpackages> <eSubpackages name="PhysicalMeanRelatedPart" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/PhysicalMeanRelatedPart" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.tim.PhysicalMeanRelatedPart"> <eClassifiers xsi:type="ecore:EClass" name="TimPhysicalMeanResource" eSuperTypes="#//CommonConcepts/TimResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expectedPerformance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="ITRelatedPart" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/ITRelatedPart" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.tim.ITRelatedPart"> <eClassifiers xsi:type="ecore:EClass" name="TimEnterpriseApplicationResource" eSuperTypes="#//CommonConcepts/TimResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informations" upperBound="-1" eType="#//ITRelatedPart/TimInformationSet" eOpposite="#//ITRelatedPart/TimInformationSet/entrepriseApplications"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimInformationSet" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entrepriseApplications" upperBound="-1" eType="#//ITRelatedPart/TimEnterpriseApplicationResource" eOpposite="#//ITRelatedPart/TimEnterpriseApplicationResource/informations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//TimModel" eOpposite="#//TimModel/informations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//ITRelatedPart/TimInformationEntity" containment="true" eOpposite="#//ITRelatedPart/TimInformationEntity/information"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//ITRelatedPart/TimInformationRelationship" containment="true" eOpposite="#//ITRelatedPart/TimInformationRelationship/information"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimInformationEntity" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outRelations" upperBound="-1" eType="#//ITRelatedPart/TimInformationRelationship" eOpposite="#//ITRelatedPart/TimInformationRelationship/sourceEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inRelations" upperBound="-1" eType="#//ITRelatedPart/TimInformationRelationship" eOpposite="#//ITRelatedPart/TimInformationRelationship/targetEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//ITRelatedPart/TimInformationAttribute" containment="true" eOpposite="#//ITRelatedPart/TimInformationAttribute/informationEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="information" lowerBound="1" eType="#//ITRelatedPart/TimInformationSet" eOpposite="#//ITRelatedPart/TimInformationSet/entities"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimInformationRelationship" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEntity" lowerBound="1" eType="#//ITRelatedPart/TimInformationEntity" eOpposite="#//ITRelatedPart/TimInformationEntity/outRelations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEntity" lowerBound="1" eType="#//ITRelatedPart/TimInformationEntity" eOpposite="#//ITRelatedPart/TimInformationEntity/inRelations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="information" lowerBound="1" eType="#//ITRelatedPart/TimInformationSet" eOpposite="#//ITRelatedPart/TimInformationSet/relationships"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimInformationAttribute" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informationEntity" lowerBound="1" eType="#//ITRelatedPart/TimInformationEntity" eOpposite="#//ITRelatedPart/TimInformationEntity/attributes"/> </eClassifiers> </eSubpackages> <eSubpackages name="HumanRelatedPart" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/HumanRelatedPart" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.tim.HumanRelatedPart"> <eClassifiers xsi:type="ecore:EClass" name="TimHumanResource" eSuperTypes="#//CommonConcepts/TimResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="educationLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expectedPerformance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimOrganization" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizationUnits" upperBound="-1" eType="#//HumanRelatedPart/TimOrganizationUnit" containment="true" eOpposite="#//HumanRelatedPart/TimOrganizationUnit/organization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//TimModel" eOpposite="#//TimModel/organizations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/organizations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimOrganizationUnit" eSuperTypes="#//iTimNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1" eType="#//HumanRelatedPart/TimOrganization" eOpposite="#//HumanRelatedPart/TimOrganization/organizationUnits"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//CommonConcepts/TimResource" containment="true" eOpposite="#//CommonConcepts/TimResource/organizationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//CommonConcepts/TimProcess" eOpposite="#//CommonConcepts/TimProcess/responsibleOrganizationUnit"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/OsmoseEU/OSMOSE_OpenPlatform/OSM_BPM/workspace/org.msee.slmtoolbox.modeling.model/model/tim.ecore
ecore
tim iTimNamedElement getId getName setId id setName name toString TimModel id name services processes informations organizations resources CommonConcepts TimService id name description objective constraint access consumption automationLevel domain nature subServices mainService processes resources model TimProcess id name objective trigger result constraint workFlow subprocesses mainProcess services resources responsibleOrganizationUnit model organizations TimResource id name function type processes model organizationUnit services PhysicalMeanRelatedPart TimPhysicalMeanResource capability constraint operationMode technicalCharacteristics expectedPerformance ITRelatedPart TimEnterpriseApplicationResource description functionality characteristics informations TimInformationSet id name entrepriseApplications model entities relationships TimInformationEntity id name outRelations inRelations attributes information TimInformationRelationship id name type sourceEntity targetEntity information TimInformationAttribute id name type informationEntity HumanRelatedPart TimHumanResource capability constraint skills educationLevel quantity expectedPerformance TimOrganization id name type description responsibility authorization organizationUnits model processes TimOrganizationUnit id name function responsibility authorization organization resources processes
null
{"directed":true,"nodes":[{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.tim","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore","name":"tim","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iTimNamedElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.tim.CommonConcepts","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/CommonConcepts","name":"CommonConcepts","id":3,"eClass":"EPackage"},{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.tim.PhysicalMeanRelatedPart","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/PhysicalMeanRelatedPart","name":"PhysicalMeanRelatedPart","id":4,"eClass":"EPackage"},{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.tim.ITRelatedPart","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/ITRelatedPart","name":"ITRelatedPart","id":5,"eClass":"EPackage"},{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.tim.HumanRelatedPart","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/tim.ecore/HumanRelatedPart","name":"HumanRelatedPart","id":6,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setId","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","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":"processes","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":"informations","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":"organizations","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimService","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimProcess","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimInformationSet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimOrganization","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimResource","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"description","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":"objective","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":"constraint","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":"access","changeable":true,"lowerBound":0,"iD":false,"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":"consumption","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"automationLevel","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":"domain","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":"nature","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":true,"name":"subServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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":"result","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":"constraint","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":"workFlow","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subprocesses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsibleOrganizationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"name":"organizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimOrganizationUnit","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":107,"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":"name","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":"function","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},{"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":"organizationUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimPhysicalMeanResource","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capability","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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationMode","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"technicalCharacteristics","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":"expectedPerformance","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimEnterpriseApplicationResource","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimInformationEntity","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimInformationRelationship","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimInformationAttribute","instanceClass":null,"abstract":false,"id":137,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionality","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":"characteristics","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":false,"unsettable":false,"transient":false,"unique":true,"name":"informations","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entrepriseApplications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":148,"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":"name","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":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":"information","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":161,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"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":"informationEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":176,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":186,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimHumanResource","instanceClass":null,"abstract":false,"id":194,"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":"capability","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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skills","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"educationLevel","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":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":"expectedPerformance","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":208,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"responsibility","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorization","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organizationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"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":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"responsibility","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorization","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"}],"links":[{"source":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":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":1},{"source":9,"target":14},{"source":14,"target":15},{"source":14,"target":9},{"source":10,"target":1},{"source":10,"target":16},{"source":16,"target":17},{"source":16,"target":10},{"source":11,"target":18},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":19,"target":27},{"source":19,"target":2},{"source":20,"target":28},{"source":20,"target":2},{"source":21,"target":29},{"source":21,"target":30},{"source":21,"target":2},{"source":21,"target":31},{"source":30,"target":29},{"source":22,"target":32},{"source":22,"target":33},{"source":22,"target":2},{"source":22,"target":34},{"source":33,"target":32},{"source":23,"target":35},{"source":23,"target":36},{"source":23,"target":2},{"source":23,"target":37},{"source":36,"target":35},{"source":24,"target":38},{"source":24,"target":39},{"source":24,"target":2},{"source":24,"target":40},{"source":39,"target":38},{"source":25,"target":41},{"source":25,"target":42},{"source":25,"target":2},{"source":25,"target":43},{"source":42,"target":41},{"source":26,"target":1},{"source":3,"target":29},{"source":3,"target":32},{"source":3,"target":41},{"source":3,"target":0},{"source":29,"target":3},{"source":29,"target":1},{"source":29,"target":44},{"source":29,"target":45},{"source":29,"target":46},{"source":29,"target":47},{"source":29,"target":48},{"source":29,"target":49},{"source":29,"target":50},{"source":29,"target":51},{"source":29,"target":52},{"source":29,"target":53},{"source":29,"target":54},{"source":29,"target":55},{"source":29,"target":56},{"source":29,"target":57},{"source":29,"target":31},{"source":29,"target":58},{"source":44,"target":59},{"source":44,"target":29},{"source":45,"target":60},{"source":45,"target":29},{"source":46,"target":61},{"source":46,"target":29},{"source":47,"target":62},{"source":47,"target":29},{"source":48,"target":63},{"source":48,"target":29},{"source":49,"target":64},{"source":49,"target":29},{"source":50,"target":65},{"source":50,"target":29},{"source":51,"target":66},{"source":51,"target":29},{"source":52,"target":67},{"source":52,"target":29},{"source":53,"target":68},{"source":53,"target":29},{"source":54,"target":29},{"source":54,"target":69},{"source":54,"target":29},{"source":54,"target":55},{"source":69,"target":29},{"source":55,"target":29},{"source":55,"target":70},{"source":55,"target":29},{"source":55,"target":54},{"source":70,"target":29},{"source":56,"target":32},{"source":56,"target":71},{"source":56,"target":29},{"source":56,"target":72},{"source":71,"target":32},{"source":57,"target":41},{"source":57,"target":73},{"source":57,"target":29},{"source":57,"target":74},{"source":73,"target":41},{"source":31,"target":2},{"source":31,"target":75},{"source":31,"target":29},{"source":31,"target":21},{"source":75,"target":2},{"source":58,"target":1},{"source":32,"target":3},{"source":32,"target":1},{"source":32,"target":76},{"source":32,"target":77},{"source":32,"target":78},{"source":32,"target":79},{"source":32,"target":80},{"source":32,"target":81},{"source":32,"target":82},{"source":32,"target":83},{"source":32,"target":84},{"source":32,"target":72},{"source":32,"target":85},{"source":32,"target":86},{"source":32,"target":34},{"source":32,"target":87},{"source":32,"target":88},{"source":76,"target":89},{"source":76,"target":32},{"source":77,"target":90},{"source":77,"target":32},{"source":78,"target":91},{"source":78,"target":32},{"source":79,"target":92},{"source":79,"target":32},{"source":80,"target":93},{"source":80,"target":32},{"source":81,"target":94},{"source":81,"target":32},{"source":82,"target":95},{"source":82,"target":32},{"source":83,"target":32},{"source":83,"target":96},{"source":83,"target":32},{"source":83,"target":84},{"source":96,"target":32},{"source":84,"target":32},{"source":84,"target":97},{"source":84,"target":32},{"source":84,"target":83},{"source":97,"target":32},{"source":72,"target":29},{"source":72,"target":98},{"source":72,"target":32},{"source":72,"target":56},{"source":98,"target":29},{"source":85,"target":41},{"source":85,"target":99},{"source":85,"target":32},{"source":85,"target":100},{"source":99,"target":41},{"source":86,"target":101},{"source":86,"target":102},{"source":86,"target":32},{"source":86,"target":103},{"source":102,"target":101},{"source":34,"target":2},{"source":34,"target":104},{"source":34,"target":32},{"source":34,"target":22},{"source":104,"target":2},{"source":87,"target":38},{"source":87,"target":105},{"source":87,"target":32},{"source":87,"target":106},{"source":105,"target":38},{"source":88,"target":1},{"source":41,"target":3},{"source":41,"target":1},{"source":41,"target":107},{"source":41,"target":108},{"source":41,"target":109},{"source":41,"target":110},{"source":41,"target":100},{"source":41,"target":43},{"source":41,"target":111},{"source":41,"target":74},{"source":41,"target":112},{"source":107,"target":113},{"source":107,"target":41},{"source":108,"target":114},{"source":108,"target":41},{"source":109,"target":115},{"source":109,"target":41},{"source":110,"target":116},{"source":110,"target":41},{"source":100,"target":32},{"source":100,"target":117},{"source":100,"target":41},{"source":100,"target":85},{"source":117,"target":32},{"source":43,"target":2},{"source":43,"target":118},{"source":43,"target":41},{"source":43,"target":25},{"source":118,"target":2},{"source":111,"target":101},{"source":111,"target":119},{"source":111,"target":41},{"source":111,"target":120},{"source":119,"target":101},{"source":74,"target":29},{"source":74,"target":121},{"source":74,"target":41},{"source":74,"target":57},{"source":121,"target":29},{"source":112,"target":1},{"source":4,"target":122},{"source":4,"target":0},{"source":122,"target":4},{"source":122,"target":41},{"source":122,"target":123},{"source":122,"target":124},{"source":122,"target":125},{"source":122,"target":126},{"source":122,"target":127},{"source":122,"target":128},{"source":123,"target":129},{"source":123,"target":122},{"source":124,"target":130},{"source":124,"target":122},{"source":125,"target":131},{"source":125,"target":122},{"source":126,"target":132},{"source":126,"target":122},{"source":127,"target":133},{"source":127,"target":122},{"source":128,"target":41},{"source":5,"target":134},{"source":5,"target":35},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":0},{"source":134,"target":5},{"source":134,"target":41},{"source":134,"target":138},{"source":134,"target":139},{"source":134,"target":140},{"source":134,"target":141},{"source":134,"target":142},{"source":138,"target":143},{"source":138,"target":134},{"source":139,"target":144},{"source":139,"target":134},{"source":140,"target":145},{"source":140,"target":134},{"source":141,"target":35},{"source":141,"target":146},{"source":141,"target":134},{"source":141,"target":147},{"source":146,"target":35},{"source":142,"target":41},{"source":35,"target":5},{"source":35,"target":1},{"source":35,"target":148},{"source":35,"target":149},{"source":35,"target":147},{"source":35,"target":37},{"source":35,"target":150},{"source":35,"target":151},{"source":35,"target":152},{"source":148,"target":153},{"source":148,"target":35},{"source":149,"target":154},{"source":149,"target":35},{"source":147,"target":134},{"source":147,"target":155},{"source":147,"target":35},{"source":147,"target":141},{"source":155,"target":134},{"source":37,"target":2},{"source":37,"target":156},{"source":37,"target":35},{"source":37,"target":23},{"source":156,"target":2},{"source":150,"target":135},{"source":150,"target":157},{"source":150,"target":35},{"source":150,"target":158},{"source":157,"target":135},{"source":151,"target":136},{"source":151,"target":159},{"source":151,"target":35},{"source":151,"target":160},{"source":159,"target":136},{"source":152,"target":1},{"source":135,"target":5},{"source":135,"target":1},{"source":135,"target":161},{"source":135,"target":162},{"source":135,"target":163},{"source":135,"target":164},{"source":135,"target":165},{"source":135,"target":158},{"source":135,"target":166},{"source":161,"target":167},{"source":161,"target":135},{"source":162,"target":168},{"source":162,"target":135},{"source":163,"target":136},{"source":163,"target":169},{"source":163,"target":135},{"source":163,"target":170},{"source":169,"target":136},{"source":164,"target":136},{"source":164,"target":171},{"source":164,"target":135},{"source":164,"target":172},{"source":171,"target":136},{"source":165,"target":137},{"source":165,"target":173},{"source":165,"target":135},{"source":165,"target":174},{"source":173,"target":137},{"source":158,"target":35},{"source":158,"target":175},{"source":158,"target":135},{"source":158,"target":150},{"source":175,"target":35},{"source":166,"target":1},{"source":136,"target":5},{"source":136,"target":1},{"source":136,"target":176},{"source":136,"target":177},{"source":136,"target":178},{"source":136,"target":170},{"source":136,"target":172},{"source":136,"target":160},{"source":136,"target":179},{"source":176,"target":180},{"source":176,"target":136},{"source":177,"target":181},{"source":177,"target":136},{"source":178,"target":182},{"source":178,"target":136},{"source":170,"target":135},{"source":170,"target":183},{"source":170,"target":136},{"source":170,"target":163},{"source":183,"target":135},{"source":172,"target":135},{"source":172,"target":184},{"source":172,"target":136},{"source":172,"target":164},{"source":184,"target":135},{"source":160,"target":35},{"source":160,"target":185},{"source":160,"target":136},{"source":160,"target":151},{"source":185,"target":35},{"source":179,"target":1},{"source":137,"target":5},{"source":137,"target":1},{"source":137,"target":186},{"source":137,"target":187},{"source":137,"target":188},{"source":137,"target":174},{"source":137,"target":189},{"source":186,"target":190},{"source":186,"target":137},{"source":187,"target":191},{"source":187,"target":137},{"source":188,"target":192},{"source":188,"target":137},{"source":174,"target":135},{"source":174,"target":193},{"source":174,"target":137},{"source":174,"target":165},{"source":193,"target":135},{"source":189,"target":1},{"source":6,"target":194},{"source":6,"target":38},{"source":6,"target":101},{"source":6,"target":0},{"source":194,"target":6},{"source":194,"target":41},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":195,"target":202},{"source":195,"target":194},{"source":196,"target":203},{"source":196,"target":194},{"source":197,"target":204},{"source":197,"target":194},{"source":198,"target":205},{"source":198,"target":194},{"source":199,"target":206},{"source":199,"target":194},{"source":200,"target":207},{"source":200,"target":194},{"source":201,"target":41},{"source":38,"target":6},{"source":38,"target":1},{"source":38,"target":208},{"source":38,"target":209},{"source":38,"target":210},{"source":38,"target":211},{"source":38,"target":212},{"source":38,"target":213},{"source":38,"target":214},{"source":38,"target":40},{"source":38,"target":106},{"source":38,"target":215},{"source":208,"target":216},{"source":208,"target":38},{"source":209,"target":217},{"source":209,"target":38},{"source":210,"target":218},{"source":210,"target":38},{"source":211,"target":219},{"source":211,"target":38},{"source":212,"target":220},{"source":212,"target":38},{"source":213,"target":221},{"source":213,"target":38},{"source":214,"target":101},{"source":214,"target":222},{"source":214,"target":38},{"source":214,"target":223},{"source":222,"target":101},{"source":40,"target":2},{"source":40,"target":224},{"source":40,"target":38},{"source":40,"target":24},{"source":224,"target":2},{"source":106,"target":32},{"source":106,"target":225},{"source":106,"target":38},{"source":106,"target":87},{"source":225,"target":32},{"source":215,"target":1},{"source":101,"target":6},{"source":101,"target":1},{"source":101,"target":226},{"source":101,"target":227},{"source":101,"target":228},{"source":101,"target":229},{"source":101,"target":230},{"source":101,"target":223},{"source":101,"target":120},{"source":101,"target":103},{"source":101,"target":231},{"source":226,"target":232},{"source":226,"target":101},{"source":227,"target":233},{"source":227,"target":101},{"source":228,"target":234},{"source":228,"target":101},{"source":229,"target":235},{"source":229,"target":101},{"source":230,"target":236},{"source":230,"target":101},{"source":223,"target":38},{"source":223,"target":237},{"source":223,"target":101},{"source":223,"target":214},{"source":237,"target":38},{"source":120,"target":41},{"source":120,"target":238},{"source":120,"target":101},{"source":120,"target":111},{"source":238,"target":41},{"source":103,"target":32},{"source":103,"target":239},{"source":103,"target":101},{"source":103,"target":86},{"source":239,"target":32},{"source":231,"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="model" nsURI="http:///org/openscada/deploy/iolist/model.ecore" nsPrefix="org.openscada.deploy.iolist.model"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="device" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeSummaryLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If unset the attributes will not be summarized. If set the level specifies how often the item is re-imported."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManualPreset" lowerBound="1" eType="#//Variant" defaultValueLiteral="NULL#"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHighHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLowLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBoolAckValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleAvailable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugInformation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreSummary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapper" upperBound="-1" eType="#//Mapper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simulationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingValue" eType="#//Rounding" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHighHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLowLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMin" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMax" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localListMonitor" eType="#//ListMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localBooleanMonitor" eType="#//BooleanMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMonitorDemote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="Variant" literal="VARIANT"/> <eLiterals name="Float" value="1" literal="FLOAT"/> <eLiterals name="String" value="2" literal="STRING"/> <eLiterals name="Boolean" value="3" literal="BOOL"/> <eLiterals name="Integer" value="4" literal="INT32"/> <eLiterals name="LongInteger" value="5" literal="INT64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchySummaryGroup" eSuperTypes="#//SummaryGroup"> <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="parent" eType="#//HierarchySummaryGroup" eOpposite="#//HierarchySummaryGroup/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//HierarchySummaryGroup" containment="true" eOpposite="#//HierarchySummaryGroup/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weakReferences" upperBound="-1" eType="#//WeakSummaryReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptModules" upperBound="-1" eType="#//ScriptModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaInput"> <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="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="averages" upperBound="-1" eType="#//Average" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="movingAverages" upperBound="-1" eType="#//MovingAverage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootSummary" eType="#//HierarchySummaryGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plainSummary" upperBound="-1" eType="#//PlainSummaryGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptItem" eSuperTypes="#//Item"> <eOperations name="addInput"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="datasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataType" eType="#//DataType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptEngine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//ScriptOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapperId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rounding"> <eLiterals name="NONE" value="7" literal="NONE"/> <eLiterals name="ROUND" value="4" literal="ROUND"/> <eLiterals name="CEIL" value="2" literal="CEIL"/> <eLiterals name="FLOOR" value="3" literal="FLOOR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Monitor" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEvents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LevelMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitor" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ListMonitorEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAck" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSeverity" lowerBound="1" eType="#//ListSeverity" defaultValueLiteral="OK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="okValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Average"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percentRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//Average" eKeys="#//Average/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="MEAN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEAN" value="2" literal="mean"/> <eLiterals name="MEDIAN" value="3" literal="median"/> <eLiterals name="DEVIATION" value="4" literal="deviation"/> <eLiterals name="SUM" value="5" literal="sum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="MovingAverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//MovingAverage" eKeys="#//MovingAverage/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MovingAverageReferenceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MovingAverage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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 ID of the &quot;datasource&quot; to build the average from."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A period time in seconds when the average will be updated although no value has changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average will be calculated for."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average must have recorded valid data in order to provide a valid (non-error) value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MovingAverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEDIAN" value="2" literal="median"/> <eLiterals name="ARITHMETIC" value="3" literal="arithmetic"/> <eLiterals name="WEIGHTED" value="4" literal="weighted"/> <eLiterals name="DEVIATION_ARITHMETIC" value="5" literal="deviationArithmetic"/> <eLiterals name="DEVIATION_WEIGHTED" value="6" literal="deviationWeighted"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitorEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Variant"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//ListSeverity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requireAck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Variant" instanceClassName="org.openscada.core.Variant"/> <eClassifiers xsi:type="ecore:EDataType" name="ListSeverity" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="OK INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicMonitor" abstract="true" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="#//Severity" defaultValueLiteral="ERROR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Severity" instanceClassName="org.openscada.ae.data.Severity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeakSummaryReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SummaryGroup" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainSummaryGroup" eSuperTypes="#//SummaryGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/ReuseCloseDistance/84_iolist.ecore
ecore
model Item device name dataType unit alias description attributeSummaryLevel 1 eventCommand false localManual true localManualPreset NULL# remoteManual false system hierarchy remoteMin false remoteMax false remoteHighHigh remoteHigh remoteLow remoteLowLow remoteBool false remoteBoolAckValue input true output true localScaleAvailable localScaleFactor localScaleOffset debugInformation ignoreSummary false block true enabled true hdStorage mapper simulationValue roundingAvailable false roundingValue NONE localHighHigh localHigh localLow localLowLow localMin localMax localListMonitor localBooleanMonitor defaultMonitorDemote DataType Variant VARIANT Float FLOAT String STRING Boolean BOOL Integer INT32 LongInteger INT64 HierarchySummaryGroup name parent children weakReferences FormulaItem inputFormula outputFormula inputs outputDatasourceId writeValueName initScript outputDatasourceType scriptModules FormulaInput name datasourceId type ScriptModule data resource false Model items averages movingAverages rootSummary plainSummary ScriptItem addInput name datasourceId dataType scriptEngine inputs initScript updateScript timerScript timerPeriod outputs writeCommand ScriptOutput datasourceId name Mapper mapperId fromAttribute toAttribute Rounding NONE NONE ROUND ROUND CEIL CEIL FLOOR FLOOR Monitor active true suppressEvents false LevelMonitor preset ListMonitor entries defaultAck false defaultSeverity OK messageAttribute BooleanMonitor okValue Average id sources percentRequired -1.0 numRequired -1 AverageItem average type MEAN AverageReferenceType MIN min MAX max MEAN mean MEDIAN median DEVIATION deviation SUM sum ConstantItem MovingAverageItem average type MovingAverage id source trigger range nullRange triggerOnly false MovingAverageReferenceType MIN min MAX max MEDIAN median ARITHMETIC arithmetic WEIGHTED weighted DEVIATION_ARITHMETIC deviationArithmetic DEVIATION_WEIGHTED deviationWeighted ListMonitorEntry value severity requireAck Variant org.openscada.core.Variant org.openscada.core.Variant ListSeverity java.lang.String java.lang.String BasicMonitor ack true severity ERROR Severity org.openscada.ae.data.Severity org.openscada.ae.data.Severity WeakSummaryReference dataSourceId SummaryGroup dataSourceIds hierarchy PlainSummaryGroup id
null
{"directed":true,"nodes":[{"nsPrefix":"org.openscada.deploy.iolist.model","nsURI":"http:///org/openscada/deploy/iolist/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchySummaryGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaInput","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptModule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptOutput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rounding","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelMonitor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanMonitor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Average","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AverageItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AverageReferenceType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverageItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MovingAverageReferenceType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitorEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.core.Variant","defaultValue":null,"instanceClassName":"org.openscada.core.Variant","name":"Variant","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ListSeverity","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicMonitor","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.ae.data.Severity","defaultValue":null,"instanceClassName":"org.openscada.ae.data.Severity","name":"Severity","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakSummaryReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummaryGroup","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainSummaryGroup","instanceClass":null,"abstract":false,"id":30,"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":"device","changeable":true,"lowerBound":1,"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":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":"unit","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":"alias","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"attributeSummaryLevel","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"eventCommand","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"localManual","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":"localManualPreset","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"remoteManual","changeable":true,"lowerBound":1,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"remoteMin","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"remoteMax","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"remoteHighHigh","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"remoteHigh","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"remoteLow","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"remoteLowLow","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"remoteBool","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteBoolAckValue","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"localScaleAvailable","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleFactor","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleOffset","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"debugInformation","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreSummary","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdStorage","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simulationValue","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"roundingAvailable","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"roundingValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localHighHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localLow","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":"localLowLow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localMin","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localMax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localListMonitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localBooleanMonitor","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":"defaultMonitorDemote","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"Variant","id":119,"value":0,"literal":"VARIANT","eClass":"EEnumLiteral"},{"name":"Float","id":120,"value":1,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"String","id":121,"value":2,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"Boolean","id":122,"value":3,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"Integer","id":123,"value":4,"literal":"INT32","eClass":"EEnumLiteral"},{"name":"LongInteger","id":124,"value":5,"literal":"INT64","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"unsettable":false,"transient":false,"unique":true,"name":"weakReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputFormula","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFormula","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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceId","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":"writeValueName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceType","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":"scriptModules","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"},{"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":151,"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":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":157,"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":"resource","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"averages","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":"movingAverages","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":"rootSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plainSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"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,"unique":true,"name":"addInput","lowerBound":0,"id":171,"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":"scriptEngine","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateScript","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerScript","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerPeriod","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"writeCommand","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"datasourceId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"mapperId","changeable":true,"lowerBound":1,"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":"fromAttribute","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toAttribute","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"NONE","id":205,"value":7,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ROUND","id":206,"value":4,"literal":"ROUND","eClass":"EEnumLiteral"},{"name":"CEIL","id":207,"value":2,"literal":"CEIL","eClass":"EEnumLiteral"},{"name":"FLOOR","id":208,"value":3,"literal":"FLOOR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":209,"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":"suppressEvents","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preset","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":"defaultAck","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"OK","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OK","unsettable":false,"transient":false,"unique":true,"name":"defaultSeverity","changeable":true,"lowerBound":1,"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":"messageAttribute","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"okValue","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":228,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":false,"transient":false,"unique":true,"name":"percentRequired","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":"numRequired","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MEAN","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MEAN","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"MIN","id":241,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":242,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEAN","id":243,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":244,"value":3,"literal":"median","eClass":"EEnumLiteral"},{"name":"DEVIATION","id":245,"value":4,"literal":"deviation","eClass":"EEnumLiteral"},{"name":"SUM","id":246,"value":5,"literal":"sum","eClass":"EEnumLiteral"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"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":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":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":"trigger","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":"range","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":"nullRange","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"triggerOnly","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"MIN","id":265,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":266,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":267,"value":2,"literal":"median","eClass":"EEnumLiteral"},{"name":"ARITHMETIC","id":268,"value":3,"literal":"arithmetic","eClass":"EEnumLiteral"},{"name":"WEIGHTED","id":269,"value":4,"literal":"weighted","eClass":"EEnumLiteral"},{"name":"DEVIATION_ARITHMETIC","id":270,"value":5,"literal":"deviationArithmetic","eClass":"EEnumLiteral"},{"name":"DEVIATION_WEIGHTED","id":271,"value":6,"literal":"deviationWeighted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"severity","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":"requireAck","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","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":"dataSourceId","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"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":"dataSourceIds","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":31,"target":75},{"source":31,"target":1},{"source":32,"target":76},{"source":32,"target":1},{"source":33,"target":2},{"source":33,"target":77},{"source":33,"target":1},{"source":77,"target":2},{"source":34,"target":78},{"source":34,"target":1},{"source":35,"target":79},{"source":35,"target":1},{"source":36,"target":80},{"source":36,"target":1},{"source":37,"target":81},{"source":37,"target":1},{"source":38,"target":82},{"source":38,"target":1},{"source":39,"target":83},{"source":39,"target":1},{"source":40,"target":24},{"source":40,"target":84},{"source":40,"target":1},{"source":84,"target":24},{"source":41,"target":85},{"source":41,"target":1},{"source":42,"target":86},{"source":42,"target":1},{"source":43,"target":87},{"source":43,"target":1},{"source":44,"target":88},{"source":44,"target":1},{"source":45,"target":89},{"source":45,"target":1},{"source":46,"target":90},{"source":46,"target":1},{"source":47,"target":91},{"source":47,"target":1},{"source":48,"target":92},{"source":48,"target":1},{"source":49,"target":93},{"source":49,"target":1},{"source":50,"target":94},{"source":50,"target":1},{"source":51,"target":95},{"source":51,"target":1},{"source":52,"target":96},{"source":52,"target":1},{"source":53,"target":97},{"source":53,"target":1},{"source":54,"target":98},{"source":54,"target":1},{"source":55,"target":99},{"source":55,"target":1},{"source":56,"target":100},{"source":56,"target":1},{"source":57,"target":101},{"source":57,"target":1},{"source":58,"target":102},{"source":58,"target":1},{"source":59,"target":103},{"source":59,"target":1},{"source":60,"target":104},{"source":60,"target":1},{"source":61,"target":105},{"source":61,"target":1},{"source":62,"target":10},{"source":62,"target":106},{"source":62,"target":1},{"source":106,"target":10},{"source":63,"target":107},{"source":63,"target":1},{"source":64,"target":108},{"source":64,"target":1},{"source":65,"target":11},{"source":65,"target":109},{"source":65,"target":1},{"source":109,"target":11},{"source":66,"target":13},{"source":66,"target":110},{"source":66,"target":1},{"source":110,"target":13},{"source":67,"target":13},{"source":67,"target":111},{"source":67,"target":1},{"source":111,"target":13},{"source":68,"target":13},{"source":68,"target":112},{"source":68,"target":1},{"source":112,"target":13},{"source":69,"target":13},{"source":69,"target":113},{"source":69,"target":1},{"source":113,"target":13},{"source":70,"target":13},{"source":70,"target":114},{"source":70,"target":1},{"source":114,"target":13},{"source":71,"target":13},{"source":71,"target":115},{"source":71,"target":1},{"source":115,"target":13},{"source":72,"target":14},{"source":72,"target":116},{"source":72,"target":1},{"source":116,"target":14},{"source":73,"target":15},{"source":73,"target":117},{"source":73,"target":1},{"source":117,"target":15},{"source":74,"target":118},{"source":74,"target":1},{"source":2,"target":0},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":119,"target":2},{"source":120,"target":2},{"source":121,"target":2},{"source":122,"target":2},{"source":123,"target":2},{"source":124,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":125,"target":130},{"source":125,"target":3},{"source":126,"target":3},{"source":126,"target":131},{"source":126,"target":3},{"source":126,"target":127},{"source":131,"target":3},{"source":127,"target":3},{"source":127,"target":132},{"source":127,"target":3},{"source":127,"target":126},{"source":132,"target":3},{"source":128,"target":28},{"source":128,"target":133},{"source":128,"target":3},{"source":133,"target":28},{"source":129,"target":29},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":134,"target":143},{"source":134,"target":4},{"source":135,"target":144},{"source":135,"target":4},{"source":136,"target":5},{"source":136,"target":145},{"source":136,"target":4},{"source":145,"target":5},{"source":137,"target":146},{"source":137,"target":4},{"source":138,"target":147},{"source":138,"target":4},{"source":139,"target":148},{"source":139,"target":4},{"source":140,"target":2},{"source":140,"target":149},{"source":140,"target":4},{"source":149,"target":2},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":4},{"source":150,"target":6},{"source":142,"target":1},{"source":5,"target":0},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":151,"target":154},{"source":151,"target":5},{"source":152,"target":155},{"source":152,"target":5},{"source":153,"target":2},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":2},{"source":6,"target":0},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":159},{"source":157,"target":6},{"source":158,"target":160},{"source":158,"target":6},{"source":7,"target":0},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":161,"target":1},{"source":161,"target":166},{"source":161,"target":7},{"source":166,"target":1},{"source":162,"target":16},{"source":162,"target":167},{"source":162,"target":7},{"source":167,"target":16},{"source":163,"target":21},{"source":163,"target":168},{"source":163,"target":7},{"source":168,"target":21},{"source":164,"target":3},{"source":164,"target":169},{"source":164,"target":7},{"source":169,"target":3},{"source":165,"target":30},{"source":165,"target":170},{"source":165,"target":7},{"source":170,"target":30},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":171,"target":8},{"source":171,"target":181},{"source":171,"target":182},{"source":171,"target":183},{"source":181,"target":184},{"source":181,"target":171},{"source":182,"target":185},{"source":182,"target":171},{"source":183,"target":2},{"source":183,"target":186},{"source":183,"target":171},{"source":186,"target":2},{"source":172,"target":187},{"source":172,"target":8},{"source":173,"target":5},{"source":173,"target":188},{"source":173,"target":8},{"source":188,"target":5},{"source":174,"target":189},{"source":174,"target":8},{"source":175,"target":190},{"source":175,"target":8},{"source":176,"target":191},{"source":176,"target":8},{"source":177,"target":192},{"source":177,"target":8},{"source":178,"target":9},{"source":178,"target":193},{"source":178,"target":8},{"source":193,"target":9},{"source":179,"target":194},{"source":179,"target":8},{"source":180,"target":1},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":195,"target":197},{"source":195,"target":9},{"source":196,"target":198},{"source":196,"target":9},{"source":10,"target":0},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":199,"target":202},{"source":199,"target":10},{"source":200,"target":203},{"source":200,"target":10},{"source":201,"target":204},{"source":201,"target":10},{"source":11,"target":0},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":205,"target":11},{"source":206,"target":11},{"source":207,"target":11},{"source":208,"target":11},{"source":12,"target":0},{"source":12,"target":209},{"source":12,"target":210},{"source":209,"target":211},{"source":209,"target":12},{"source":210,"target":212},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":26},{"source":13,"target":213},{"source":13,"target":214},{"source":213,"target":215},{"source":213,"target":13},{"source":214,"target":26},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":216,"target":23},{"source":216,"target":221},{"source":216,"target":14},{"source":221,"target":23},{"source":217,"target":222},{"source":217,"target":14},{"source":218,"target":25},{"source":218,"target":223},{"source":218,"target":14},{"source":223,"target":25},{"source":219,"target":224},{"source":219,"target":14},{"source":220,"target":12},{"source":15,"target":0},{"source":15,"target":26},{"source":15,"target":225},{"source":15,"target":226},{"source":225,"target":227},{"source":225,"target":15},{"source":226,"target":26},{"source":16,"target":0},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":228,"target":232},{"source":228,"target":16},{"source":229,"target":233},{"source":229,"target":16},{"source":230,"target":234},{"source":230,"target":16},{"source":231,"target":235},{"source":231,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":236,"target":16},{"source":236,"target":239},{"source":236,"target":17},{"source":236,"target":228},{"source":239,"target":16},{"source":237,"target":240},{"source":237,"target":17},{"source":238,"target":1},{"source":18,"target":0},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":18,"target":246},{"source":241,"target":18},{"source":242,"target":18},{"source":243,"target":18},{"source":244,"target":18},{"source":245,"target":18},{"source":246,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":247},{"source":247,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":248},{"source":20,"target":249},{"source":20,"target":250},{"source":248,"target":21},{"source":248,"target":251},{"source":248,"target":20},{"source":248,"target":252},{"source":251,"target":21},{"source":249,"target":22},{"source":249,"target":253},{"source":249,"target":20},{"source":253,"target":22},{"source":250,"target":1},{"source":21,"target":0},{"source":21,"target":252},{"source":21,"target":254},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":257},{"source":21,"target":258},{"source":252,"target":259},{"source":252,"target":21},{"source":254,"target":260},{"source":254,"target":21},{"source":255,"target":261},{"source":255,"target":21},{"source":256,"target":262},{"source":256,"target":21},{"source":257,"target":263},{"source":257,"target":21},{"source":258,"target":264},{"source":258,"target":21},{"source":22,"target":0},{"source":22,"target":265},{"source":22,"target":266},{"source":22,"target":267},{"source":22,"target":268},{"source":22,"target":269},{"source":22,"target":270},{"source":22,"target":271},{"source":265,"target":22},{"source":266,"target":22},{"source":267,"target":22},{"source":268,"target":22},{"source":269,"target":22},{"source":270,"target":22},{"source":271,"target":22},{"source":23,"target":0},{"source":23,"target":272},{"source":23,"target":273},{"source":23,"target":274},{"source":272,"target":24},{"source":272,"target":275},{"source":272,"target":23},{"source":275,"target":24},{"source":273,"target":25},{"source":273,"target":276},{"source":273,"target":23},{"source":276,"target":25},{"source":274,"target":277},{"source":274,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":278},{"source":26,"target":279},{"source":26,"target":280},{"source":278,"target":281},{"source":278,"target":26},{"source":279,"target":27},{"source":279,"target":282},{"source":279,"target":26},{"source":282,"target":27},{"source":280,"target":12},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":283},{"source":283,"target":284},{"source":283,"target":28},{"source":29,"target":0},{"source":29,"target":285},{"source":29,"target":286},{"source":285,"target":287},{"source":285,"target":29},{"source":286,"target":288},{"source":286,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":289},{"source":30,"target":290},{"source":289,"target":291},{"source":289,"target":30},{"source":290,"target":29}],"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="real" nsURI="http://www.osate.org/org/osate/ocarina/real/xtext/REAL" nsPrefix="real"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="theorems" upperBound="-1" eType="#//Theorem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Theorem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rangeDefinition" eType="#//RangeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredDefinition" eType="#//RequiredDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varDeclarations" upperBound="-1" eType="#//VarDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setDeclarations" upperBound="-1" eType="#//SetDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verificationExpression" eType="#//VerificationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationExpression" eType="#//EvaluationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//TerminalSelectionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="set" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementBinding" eType="#//ElementBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//SelectionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//TerminalSelectionExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" upperBound="-1" eType="#//TerminalSelectionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalSelectionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//ComputeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//TerminalGenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="#//SelectionRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//SelectionRelationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionRelationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theorems" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="f" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericExpression" eSuperTypes="#//TerminalGenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//TerminalGenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" upperBound="-1" eType="#//TerminalGenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalGenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fc" eType="#//VerificationFunctionCall" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="te" eType="#//TernaryExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="e1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="e2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TernaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditional" eType="#//GenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueValue" eType="#//GenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseValue" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerificationFunctionCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="f" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//VerificationFunctionParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerificationFunctionParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vfi" eType="#//VerificationFunctionCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//BOOLEAN" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BOOLEAN"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/REAL.ecore
ecore
real Model theorems Theorem name rangeDefinition requiredDefinition varDeclarations setDeclarations verificationExpression evaluationExpression endName RangeDefinition element set VarDeclaration identifier expr SetDeclaration set paramIdentifier elementBinding expr ElementBinding element set SelectionExpression e1 op e2 ComputeExpression identifier name TerminalSelectionExpression c e r SelectionRelation identifier arguments SelectionRelationParameter l identifier RequiredDefinition theorems VerificationExpression e1 EvaluationExpression f e GenericExpression e1 op e2 TerminalGenericExpression literal fc te SetExpression e1 op e2 TernaryExpression conditional trueValue falseValue VerificationFunctionCall f arguments VerificationFunctionParameter l identifier vfi Literal b s n BOOLEAN value
null
{"directed":true,"nodes":[{"nsPrefix":"real","nsURI":"http://www.osate.org/org/osate/ocarina/real/xtext/REAL","name":"real","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":"Theorem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementBinding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalSelectionExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionRelation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionRelationParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalGenericExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TernaryExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationFunctionCall","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationFunctionParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOOLEAN","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":"theorems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredDefinition","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":"varDeclarations","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":"setDeclarations","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":"verificationExpression","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":"evaluationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"endName","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"},{"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":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":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"lowerBound":0,"iD":false,"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":"paramIdentifier","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":true,"unsettable":false,"transient":false,"unique":true,"name":"elementBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","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":"e1","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":"op","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"theorems","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"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":"f","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"te","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":107,"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":"e2","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vfi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"n","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":23,"target":2},{"source":23,"target":24},{"source":23,"target":1},{"source":24,"target":2},{"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":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":3},{"source":26,"target":34},{"source":26,"target":2},{"source":34,"target":3},{"source":27,"target":12},{"source":27,"target":35},{"source":27,"target":2},{"source":35,"target":12},{"source":28,"target":4},{"source":28,"target":36},{"source":28,"target":2},{"source":36,"target":4},{"source":29,"target":5},{"source":29,"target":37},{"source":29,"target":2},{"source":37,"target":5},{"source":30,"target":13},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":13},{"source":31,"target":14},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":14},{"source":32,"target":40},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":41,"target":43},{"source":41,"target":3},{"source":42,"target":17},{"source":42,"target":44},{"source":42,"target":3},{"source":44,"target":17},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":47},{"source":45,"target":4},{"source":46,"target":9},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":9},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":49,"target":53},{"source":49,"target":5},{"source":50,"target":54},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":6},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":7},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":59},{"source":57,"target":6},{"source":58,"target":17},{"source":58,"target":60},{"source":58,"target":6},{"source":60,"target":17},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":9},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":9},{"source":63,"target":66},{"source":63,"target":7},{"source":66,"target":9},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":69},{"source":67,"target":8},{"source":68,"target":70},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":9},{"source":74,"target":8},{"source":72,"target":16},{"source":72,"target":75},{"source":72,"target":9},{"source":75,"target":16},{"source":73,"target":10},{"source":73,"target":76},{"source":73,"target":9},{"source":76,"target":10},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":79},{"source":77,"target":10},{"source":78,"target":11},{"source":78,"target":80},{"source":78,"target":10},{"source":80,"target":11},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":21},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":21},{"source":82,"target":84},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":85},{"source":85,"target":86},{"source":85,"target":12},{"source":13,"target":0},{"source":13,"target":87},{"source":87,"target":15},{"source":87,"target":88},{"source":87,"target":13},{"source":88,"target":15},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":91},{"source":89,"target":14},{"source":90,"target":15},{"source":90,"target":92},{"source":90,"target":14},{"source":92,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":93,"target":16},{"source":93,"target":97},{"source":93,"target":15},{"source":97,"target":16},{"source":94,"target":98},{"source":94,"target":15},{"source":95,"target":16},{"source":95,"target":99},{"source":95,"target":15},{"source":99,"target":16},{"source":96,"target":16},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":21},{"source":100,"target":103},{"source":100,"target":16},{"source":103,"target":21},{"source":101,"target":19},{"source":101,"target":104},{"source":101,"target":16},{"source":104,"target":19},{"source":102,"target":18},{"source":102,"target":105},{"source":102,"target":16},{"source":105,"target":18},{"source":17,"target":0},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":106,"target":109},{"source":106,"target":17},{"source":107,"target":110},{"source":107,"target":17},{"source":108,"target":111},{"source":108,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":112,"target":15},{"source":112,"target":115},{"source":112,"target":18},{"source":115,"target":15},{"source":113,"target":15},{"source":113,"target":116},{"source":113,"target":18},{"source":116,"target":15},{"source":114,"target":15},{"source":114,"target":117},{"source":114,"target":18},{"source":117,"target":15},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":120},{"source":118,"target":19},{"source":119,"target":20},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":20},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":20,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":20},{"source":125,"target":21},{"source":123,"target":126},{"source":123,"target":20},{"source":124,"target":19},{"source":124,"target":127},{"source":124,"target":20},{"source":127,"target":19},{"source":21,"target":0},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":128,"target":22},{"source":128,"target":131},{"source":128,"target":21},{"source":131,"target":22},{"source":129,"target":132},{"source":129,"target":21},{"source":130,"target":133},{"source":130,"target":21},{"source":22,"target":0},{"source":22,"target":134},{"source":134,"target":135},{"source":134,"target":22}],"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="restbehavior" nsURI="http://restbehavior/1.0" nsPrefix="restbehavior"> <eAnnotations references="#//Creator"> <details key="description" value="defines the behavior of the creation of new resource" /> </eAnnotations> <eAnnotations references="#//Creator/consumedMT"> <details key="description" value="the media types which can be consumed by the creator" /> </eAnnotations> <eAnnotations references="#//Creator/creatorParams"> <details key="description" value="parameters of the creator" /> </eAnnotations> <eAnnotations references="#//Creator/createbehavior"> <details key="description" value="the behavior definition" /> </eAnnotations> <eAnnotations references="#//BehaviorSpecification"> <details key="description" value="defines behavior in terms of actions" /> </eAnnotations> <eAnnotations references="#//BehaviorSpecification/action"> <details key="description" value="the root action of the behavior" /> </eAnnotations> <eAnnotations references="#//Action"> <details key="description" value="a simple or composite action" /> </eAnnotations> <eAnnotations references="#//State"> <details key="description" value="a state of a resource type" /> </eAnnotations> <eAnnotations references="#//State/name"> <details key="description" value="the name of the state" /> </eAnnotations> <eAnnotations references="#//State/entering"> <details key="description" value="the behavior which shall be executed when the state is entered" /> </eAnnotations> <eAnnotations references="#//State/leaving"> <details key="description" value="the behavior which shall be executed when the state is left" /> </eAnnotations> <eAnnotations references="#//State/transitions"> <details key="description" value="the outgoing transitions of this state" /> </eAnnotations> <eAnnotations references="#//State/supportedMethods"> <details key="description" value="the methods which are supported in this state" /> </eAnnotations> <eAnnotations references="#//Transition"> <details key="description" value="the transition between two states" /> </eAnnotations> <eAnnotations references="#//Transition/trigger"> <details key="description" value="the trigger of this transition" /> </eAnnotations> <eAnnotations references="#//Transition/targetState"> <details key="description" value="the target state" /> </eAnnotations> <eAnnotations references="#//Transition/condition"> <details key="description" value="the condition which must be fulfilled for performing the transition" /> </eAnnotations> <eAnnotations references="#//Transition/effect"> <details key="description" value="the behavior which shall be executed if the transition is performed" /> </eAnnotations> <eAnnotations references="#//Trigger"> <details key="description" value="a trigger for transitions" /> </eAnnotations> <eAnnotations references="#//Condition"> <details key="description" value="a condition which can be evaluated during runtime to true or false" /> </eAnnotations> <eAnnotations references="#//Condition/conditionExpr"> <details key="description" value="the expresseion which defines the condition" /> </eAnnotations> <eAnnotations references="#//InternalMessage"> <details key="description" value="a message type in this system which e.g. can be used for triggering state transition" /> </eAnnotations> <eAnnotations references="#//InternalMessage/name"> <details key="description" value="the name of the message type" /> </eAnnotations> <eAnnotations references="#//MessageAction"> <details key="description" value="sending an message" /> </eAnnotations> <eAnnotations references="#//MessageAction/message"> <details key="description" value="the message type" /> </eAnnotations> <eAnnotations references="#//ConditionalAction"> <details key="description" value="allows to define conditional actions" /> </eAnnotations> <eAnnotations references="#//ConditionalAction/actionCondition"> <details key="description" value="the condition" /> </eAnnotations> <eAnnotations references="#//ConditionalAction/actionIfTrue"> <details key="description" value="the action which should be exectued if the condition evaluated to true" /> </eAnnotations> <eAnnotations references="#//ConditionalAction/actionIfFalse"> <details key="description" value="the optional action which should be exectued if the condition evaluated to false" /> </eAnnotations> <eAnnotations references="#//CreateAction"> <details key="description" value="allows to create a new resource" /> </eAnnotations> <eAnnotations references="#//CreateAction/creator"> <details key="description" value="the creator which shall be used" /> </eAnnotations> <eAnnotations references="#//ListAddAction"> <details key="description" value="allows to add an element to a list" /> </eAnnotations> <eAnnotations references="#//ListRemoveAction"> <details key="description" value="allows to remove an element from a list" /> </eAnnotations> <eAnnotations references="#//ActionSequence"> <details key="description" value="a sequence of actions which defines the execution order" /> </eAnnotations> <eAnnotations references="#//ActionSequence/actionelements"> <details key="description" value="the ordered actions" /> </eAnnotations> <eAnnotations references="#//UpdateAction"> <details key="description" value="updates the value of an element" /> </eAnnotations> <eAnnotations references="#//UpdateAction/elementForUpdate"> <details key="description" value="the element" /> </eAnnotations> <eAnnotations references="#//UpdateAction/newValue"> <details key="description" value="the new value" /> </eAnnotations> <eAnnotations references="#//ReturnAction"> <details key="description" value="defines the response of a method" /> </eAnnotations> <eAnnotations references="#//ReturnAction/status"> <details key="description" value="the status code of the response" /> </eAnnotations> <eAnnotations references="#//ReturnAction/metadata"> <details key="description" value="the metadata of the response" /> </eAnnotations> <eAnnotations references="#//ReturnAction/representation"> <details key="description" value="the optional representation contained in the response" /> </eAnnotations> <eAnnotations references="#//StatusCode"> <details key="description" value="a status code" /> </eAnnotations> <eAnnotations references="#//StatusCode/number"> <details key="description" value="the number of the status code" /> </eAnnotations> <eAnnotations references="#//Metadata"> <details key="description" value="metadata of a request or response" /> </eAnnotations> <eAnnotations references="#//Value"> <details key="description" value="a value which can be used in expressions and actions" /> </eAnnotations> <eAnnotations references="#//Constant"> <details key="description" value="a constant value" /> </eAnnotations> <eAnnotations references="#//Constant/stringRepresentation"> <details key="description" value="a string representation of the constant value" /> </eAnnotations> <eAnnotations references="#//Constant/type"> <details key="description" value="the datatype of the constant" /> </eAnnotations> <eAnnotations references="#//Reference"> <details key="description" value="a reference to an element; can be used in expressions" /> </eAnnotations> <eAnnotations references="#//Operation"> <details key="description" value="an operation" /> </eAnnotations> <eAnnotations references="#//BinaryOperation"> <details key="description" value="an operation with two operands" /> </eAnnotations> <eAnnotations references="#//BinaryOperation/firstOp"> <details key="description" value="the first operand" /> </eAnnotations> <eAnnotations references="#//BinaryOperation/secondOp"> <details key="description" value="the second operand" /> </eAnnotations> <eAnnotations references="#//BinaryOperation/optype"> <details key="description" value="the type of the operation" /> </eAnnotations> <eAnnotations references="#//OpType"> <details key="description" value="defines the type of an operation" /> </eAnnotations> <eAnnotations references="#//OpType/name"> <details key="description" value="the name this OpType" /> </eAnnotations> <eAnnotations references="#//OpType/resultType"> <details key="description" value="the result type of the operation" /> </eAnnotations> <eAnnotations references="#//BinOpType"> <details key="description" value="the type definition for an operation with two operands" /> </eAnnotations> <eAnnotations references="#//BinOpType/firstOpType"> <details key="description" value="the type of the first operand" /> </eAnnotations> <eAnnotations references="#//BinOpType/secondOpType"> <details key="description" value="the type of the second operand" /> </eAnnotations> <eAnnotations references="#//AttributeReference"> <details key="description" value="a reference to an attribute" /> </eAnnotations> <eAnnotations references="#//AttributeReference/referencedAttribute"> <details key="description" value="the referenced attribute" /> </eAnnotations> <eAnnotations references="#//InternalLinkReference"> <details key="description" value="a reference to an internal link" /> </eAnnotations> <eAnnotations references="#//InternalLinkReference/referencedLink"> <details key="description" value="the referenced internal link" /> </eAnnotations> <eAnnotations references="#//InternalLinkReference/referencedReference"> <details key="description" value="an reference to an element of the resource found when following the link;can be used to build reference chains" /> </eAnnotations> <eAnnotations references="#//WritableReference"> <details key="description" value="a reference to a writable element" /> </eAnnotations> <eAnnotations references="#//MTReference"> <details key="description" value="a reference to a media type element" /> </eAnnotations> <eAnnotations references="#//MTLinkReference"> <details key="description" value="a reference to a link defined by a media type" /> </eAnnotations> <eAnnotations references="#//MTLinkReference/referencedMTLink"> <details key="description" value="the referenced link" /> </eAnnotations> <eAnnotations references="#//MtElementReference"> <details key="description" value="a reference to an attribute defined by a media type" /> </eAnnotations> <eAnnotations references="#//MtElementReference/referencedMTElement"> <details key="description" value="the referenced attribute" /> </eAnnotations> <eAnnotations references="#//DeletedState"> <details key="description" value="a special state which is reached when a resource was deleted" /> </eAnnotations> <eAnnotations references="#//ExternalLinkReference"> <details key="description" value="a reference to an external link" /> </eAnnotations> <eAnnotations references="#//ExternalLinkReference/referencedExternalLink"> <details key="description" value="the referenced external link" /> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Creator"> <eStructuralFeatures xsi:type="ecore:EReference" name="consumedMT" lowerBound="1" upperBound="-1" eType="ecore:EClass RestStructure.ecore#//MediaType" /> <eStructuralFeatures xsi:type="ecore:EReference" name="creatorParams" upperBound="-1" eType="ecore:EClass RestStructure.ecore#//Parameter" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="createbehavior" lowerBound="1" eType="#//BehaviorSpecification" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" /> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="entering" eType="#//BehaviorSpecification" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="leaving" eType="#//BehaviorSpecification" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" 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="supportedMethods" upperBound="-1" eType="ecore:EClass RestStructure.ecore#//Method" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" upperBound="-1" eType="#//Trigger" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1" eType="#//State" /> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//BehaviorSpecification" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true" /> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpr" lowerBound="1" eType="#//Value" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalMessage" eSuperTypes="#//Trigger"> <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="MessageAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1" eType="#//InternalMessage" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionCondition" lowerBound="1" eType="#//Condition" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="actionIfTrue" eType="#//Action" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="actionIfFalse" eType="#//Action" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="creator" eType="#//Creator" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListAddAction" eSuperTypes="#//Action" /> <eClassifiers xsi:type="ecore:EClass" name="ListRemoveAction" eSuperTypes="#//Action" /> <eClassifiers xsi:type="ecore:EClass" name="ActionSequence" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionelements" lowerBound="1" upperBound="-1" eType="#//Action" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementForUpdate" lowerBound="1" eType="#//WritableReference" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" lowerBound="1" eType="#//Value" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="status" lowerBound="1" eType="#//StatusCode" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1" eType="#//Metadata" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" eType="ecore:EClass RestStructure.ecore#//Representation" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatusCode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata" /> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" /> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//DataType" /> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepresentation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//Value" /> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//Value" /> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperation" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstOp" lowerBound="1" eType="#//Value" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="secondOp" lowerBound="1" eType="#//Value" containment="true" /> <eStructuralFeatures xsi:type="ecore:EReference" name="optype" lowerBound="1" eType="#//BinOpType" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//DataType" /> <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="BinOpType" eSuperTypes="#//OpType"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstOpType" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//DataType" /> <eStructuralFeatures xsi:type="ecore:EReference" name="secondOpType" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//DataType" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeReference" eSuperTypes="#//WritableReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedAttribute" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//Attribute" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalLinkReference" eSuperTypes="#//WritableReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedLink" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//InternalLink" /> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedReference" eType="#//WritableReference" containment="true" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WritableReference" abstract="true" eSuperTypes="#//Reference" /> <eClassifiers xsi:type="ecore:EClass" name="MTReference" abstract="true" eSuperTypes="#//Reference" /> <eClassifiers xsi:type="ecore:EClass" name="MTLinkReference" eSuperTypes="#//MTReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedMTLink" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//MediaTypeLink" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MtElementReference" eSuperTypes="#//MTReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedMTElement" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//MediaTypeElement" /> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeletedState" eSuperTypes="#//State" /> <eClassifiers xsi:type="ecore:EClass" name="ExternalLinkReference" eSuperTypes="#//WritableReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedExternalLink" eType="ecore:EClass RestStructure.ecore#//ExternalLink" /> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mcdeck/visualrest/docs/Metamodel/src/RestBehavior.ecore
ecore
restbehavior Creator consumedMT creatorParams createbehavior BehaviorSpecification action Action State entering leaving transitions name supportedMethods Transition trigger targetState condition effect Trigger Condition conditionExpr InternalMessage name MessageAction message ConditionalAction actionCondition actionIfTrue actionIfFalse CreateAction creator ListAddAction ListRemoveAction ActionSequence actionelements UpdateAction elementForUpdate newValue ReturnAction status metadata representation StatusCode number Metadata Value Constant type stringRepresentation Reference Operation BinaryOperation firstOp secondOp optype OpType resultType name BinOpType firstOpType secondOpType AttributeReference referencedAttribute InternalLinkReference referencedLink referencedReference WritableReference MTReference MTLinkReference referencedMTLink MtElementReference referencedMTElement DeletedState ExternalLinkReference referencedExternalLink
null
{"directed":true,"nodes":[{"nsPrefix":"restbehavior","nsURI":"http://restbehavior/1.0","name":"restbehavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorSpecification","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalMessage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListAddAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListRemoveAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSequence","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusCode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpType","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinOpType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeReference","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalLinkReference","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritableReference","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MTReference","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MTLinkReference","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MtElementReference","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedState","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalLinkReference","instanceClass":null,"abstract":false,"id":33,"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":"consumedMT","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"creatorParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createbehavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entering","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":"leaving","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"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":"trigger","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":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effect","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actionIfTrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionIfFalse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"creator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"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":"actionelements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementForUpdate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":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":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":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":97,"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":"stringRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstOpType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"secondOpType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMTLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMTElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedExternalLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":34,"target":37},{"source":34,"target":1},{"source":35,"target":38},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":1},{"source":39,"target":2},{"source":2,"target":0},{"source":2,"target":40},{"source":40,"target":3},{"source":40,"target":41},{"source":40,"target":2},{"source":41,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":42,"target":2},{"source":42,"target":47},{"source":42,"target":4},{"source":47,"target":2},{"source":43,"target":2},{"source":43,"target":48},{"source":43,"target":4},{"source":48,"target":2},{"source":44,"target":5},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":5},{"source":45,"target":50},{"source":45,"target":4},{"source":46,"target":51},{"source":46,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":52,"target":6},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":6},{"source":53,"target":4},{"source":53,"target":57},{"source":53,"target":5},{"source":57,"target":4},{"source":54,"target":7},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":7},{"source":55,"target":2},{"source":55,"target":59},{"source":55,"target":5},{"source":59,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":60},{"source":60,"target":19},{"source":60,"target":61},{"source":60,"target":7},{"source":61,"target":19},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":64},{"source":62,"target":8},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":65},{"source":9,"target":66},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":9},{"source":67,"target":8},{"source":66,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":68,"target":10},{"source":72,"target":7},{"source":69,"target":3},{"source":69,"target":73},{"source":69,"target":10},{"source":73,"target":3},{"source":70,"target":3},{"source":70,"target":74},{"source":70,"target":10},{"source":74,"target":3},{"source":71,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":1},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":1},{"source":76,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":78},{"source":78,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":79},{"source":79,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":80},{"source":14,"target":81},{"source":80,"target":3},{"source":80,"target":82},{"source":80,"target":14},{"source":82,"target":3},{"source":81,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":28},{"source":83,"target":86},{"source":83,"target":15},{"source":86,"target":28},{"source":84,"target":19},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":19},{"source":85,"target":3},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":88,"target":17},{"source":88,"target":92},{"source":88,"target":16},{"source":92,"target":17},{"source":89,"target":18},{"source":89,"target":93},{"source":89,"target":16},{"source":93,"target":18},{"source":90,"target":94},{"source":90,"target":16},{"source":91,"target":3},{"source":17,"target":0},{"source":17,"target":95},{"source":95,"target":96},{"source":95,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":97,"target":100},{"source":97,"target":20},{"source":98,"target":101},{"source":98,"target":20},{"source":99,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":102},{"source":102,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":103},{"source":103,"target":19},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":104},{"source":23,"target":105},{"source":23,"target":106},{"source":23,"target":107},{"source":104,"target":19},{"source":104,"target":108},{"source":104,"target":23},{"source":108,"target":19},{"source":105,"target":19},{"source":105,"target":109},{"source":105,"target":23},{"source":109,"target":19},{"source":106,"target":25},{"source":106,"target":110},{"source":106,"target":23},{"source":110,"target":25},{"source":107,"target":22},{"source":24,"target":0},{"source":24,"target":111},{"source":24,"target":112},{"source":111,"target":113},{"source":111,"target":24},{"source":112,"target":114},{"source":112,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":115},{"source":25,"target":116},{"source":25,"target":117},{"source":115,"target":118},{"source":115,"target":25},{"source":116,"target":119},{"source":116,"target":25},{"source":117,"target":24},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":120},{"source":26,"target":121},{"source":120,"target":122},{"source":120,"target":26},{"source":121,"target":28},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":123},{"source":27,"target":124},{"source":27,"target":125},{"source":123,"target":126},{"source":123,"target":27},{"source":124,"target":28},{"source":124,"target":127},{"source":124,"target":27},{"source":127,"target":28},{"source":125,"target":28},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":128},{"source":128,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":129},{"source":129,"target":21},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":130},{"source":30,"target":131},{"source":130,"target":132},{"source":130,"target":30},{"source":131,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":133},{"source":31,"target":134},{"source":133,"target":135},{"source":133,"target":31},{"source":134,"target":29},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":136},{"source":136,"target":4},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":137},{"source":33,"target":138},{"source":137,"target":139},{"source":137,"target":33},{"source":138,"target":28}],"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="ocl" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl" nsPrefix="ocl"> <eSubpackages name="types" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl/types" nsPrefix="ocl.types"> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="Ecore.ecore#//EClassifier #//utilities/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="Ecore.ecore#//EDataType #//utilities/TypedASTNode #//utilities/PredefinedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="ecore:EClass Ecore.ecore#//EClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//expressions/CollectionKind" changeable="false" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementType" eSuperTypes="Ecore.ecore#//EClass"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="Ecore.ecore#//EClassifier #//utilities/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="MessageType" eSuperTypes="Ecore.ecore#//EClass #//utilities/PredefinedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="ecore:EClass Ecore.ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredSignal" eType="ecore:EClass Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveBoolean" eSuperTypes="#//types/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveInteger" eSuperTypes="#//types/PrimitiveReal"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveReal" eSuperTypes="#//types/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveString" eSuperTypes="#//types/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="Ecore.ecore#//EDataType #//utilities/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="Ecore.ecore#//EClass"/> <eClassifiers xsi:type="ecore:EClass" name="TypeType" eSuperTypes="Ecore.ecore#//EClassifier #//utilities/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="Ecore.ecore#//EClassifier #//utilities/PredefinedType"/> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl/expressions" nsPrefix="ocl.expr"> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassCallExp" eSuperTypes="#//expressions/NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredAssociationClass" eType="ecore:EClass Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//expressions/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType Ecore.ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//expressions/OCLExpression #//utilities/CallingASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//expressions/OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//expressions/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//expressions/OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="collection" value="1"/> <eLiterals name="set" value="2"/> <eLiterals name="orderedSet" value="3"/> <eLiterals name="bag" value="4"/> <eLiterals name="sequence" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//expressions/CollectionLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" eSuperTypes="#//uml/TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//expressions/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//expressions/OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" eType="ecore:EClass Ecore.ecore#//EEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExp" abstract="true" eSuperTypes="#//expressions/CallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markedPre" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//expressions/OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//expressions/OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#//expressions/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType Ecore.ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//expressions/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//expressions/LoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//expressions/OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//expressions/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//expressions/OCLExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" eSuperTypes="#//expressions/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#//expressions/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExp" eSuperTypes="#//expressions/OCLExpression #//utilities/CallingASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" eType="#//uml/CallOperationAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sentSignal" eType="#//uml/SendSignalAction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationCallExp" abstract="true" eSuperTypes="#//expressions/FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationSource" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#//expressions/PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="OCLExpression" abstract="true" eSuperTypes="#//uml/TypedElement #//utilities/Visitable #//utilities/ASTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclExpression"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//expressions/FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="ecore:EClass Ecore.ecore#//EOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//expressions/NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#//expressions/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType Ecore.ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateExp" eSuperTypes="#//expressions/OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredState" eType="ecore:EClass Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#//expressions/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//expressions/TupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="#//uml/TypedElement #//utilities/Visitable #//utilities/TypedASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="#//expressions/OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" eType="ecore:EClass Ecore.ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnspecifiedValueExp" eSuperTypes="#//expressions/OCLExpression #//utilities/TypedASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//uml/TypedElement #//utilities/Visitable #//utilities/TypedASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedParameter" eType="ecore:EClass Ecore.ecore#//EParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//expressions/OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" eType="#//expressions/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Visitor" instanceClassName="org.eclipse.emf.ocl.expressions.Visitor" serializable="false"/> </eSubpackages> <eSubpackages name="uml" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl/uml" nsPrefix="ocl.uml"> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="Ecore.ecore#//ENamedElement #//utilities/Visitable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceVarName" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//expressions/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="ecore:EClass Ecore.ecore#//ENamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="Ecore.ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass Ecore.ecore#//EClassifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="utilities" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl/utilities" nsPrefix="ocl.util"> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallingASTNode" abstract="true" interface="true" eSuperTypes="#//utilities/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyStartPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyEndPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" abstract="true" interface="true"> <eOperations name="getOperations" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EOperation"/> <eOperations name="getOperationNameFor" eType="ecore:EDataType Ecore.ecore#//EString"> <eParameters name="opcode" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getOperationCodeFor" eType="ecore:EDataType Ecore.ecore#//EInt"> <eParameters name="operName" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="getResultTypeFor" eType="ecore:EClass Ecore.ecore#//EClassifier" eExceptions="#//utilities/SemanticException"> <eParameters name="ownerType" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClassifier"/> <eParameters name="opcode" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eParameters name="args" upperBound="-1" eType="#//expressions/OCLExpression"/> </eOperations> <eOperations name="getRelationshipTo" eType="ecore:EDataType Ecore.ecore#//EInt"> <eParameters name="type" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClassifier"/> </eOperations> <eOperations name="getCommonSupertype" eType="ecore:EClass Ecore.ecore#//EClassifier" eExceptions="#//utilities/SemanticException"> <eParameters name="type" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClassifier"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedASTNode" abstract="true" interface="true" eSuperTypes="#//utilities/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeStartPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeEndPosition" eType="ecore:EDataType Ecore.ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visitable"> <eOperations name="accept" eType="ecore:EDataType Ecore.ecore#//EJavaObject"> <eParameters name="v" eType="#//expressions/Visitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SemanticException" instanceClassName="org.eclipse.emf.ocl.parser.SemanticException" serializable="false"/> </eSubpackages> <eSubpackages name="query" nsURI="http://www.eclipse.org/OCL2/1.0.0/ocl/query" nsPrefix="ocl.query"> <eClassifiers xsi:type="ecore:EClass" name="Query"> <eOperations name="evaluate" eType="ecore:EDataType Ecore.ecore#//EJavaObject"> <eParameters name="obj" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eOperations> <eOperations name="evaluate" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> <eOperations name="check" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="obj" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eOperations> <eOperations name="evaluate" eType="#//query/List"> <eParameters name="objects" eType="#//query/List"/> </eOperations> <eOperations name="check" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="objects" eType="#//query/List"/> </eOperations> <eOperations name="select" eType="#//query/List"> <eParameters name="objects" eType="#//query/List"/> </eOperations> <eOperations name="reject" eType="#//query/List"> <eParameters name="objects" eType="#//query/List"/> </eOperations> <eOperations name="resultType" eType="ecore:EClass Ecore.ecore#//EClassifier"/> <eOperations name="queryText" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extentMap" transient="true"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType Ecore.ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expressions/OCLExpression" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List" serializable="false"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/SQuAT-Team/kamp-test/PCM/org.palladiosimulator.pcm.rsa/features/OCL.ecore
ecore
ocl types AnyType BagType CollectionType elementType kind ElementType InvalidType MessageType referredOperation referredSignal OrderedSetType PrimitiveBoolean PrimitiveInteger PrimitiveReal PrimitiveString PrimitiveType SequenceType SetType TupleType TypeType VoidType expressions AssociationClassCallExp referredAssociationClass BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind collection collection set set orderedSet orderedSet bag bag sequence sequence CollectionLiteralExp kind part CollectionLiteralPart CollectionRange first last EnumLiteralExp referredEnumLiteral FeatureCallExp markedPre IfExp condition thenExpression elseExpression IntegerLiteralExp integerSymbol InvalidLiteralExp IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator MessageExp target argument calledOperation sentSignal NavigationCallExp qualifier navigationSource NullLiteralExp NumericLiteralExp OCLExpression OperationCallExp argument referredOperation PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol StateExp referredState StringLiteralExp stringSymbol TupleLiteralExp part TupleLiteralPart value attribute TypeExp referredType UnspecifiedValueExp Variable initExpression representedParameter VariableExp referredVariable Visitor org.eclipse.emf.ocl.expressions.Visitor org.eclipse.emf.ocl.expressions.Visitor uml CallOperationAction operation Constraint instanceVarName body constrainedElement stereotype SendSignalAction signal TypedElement type utilities ASTNode startPosition -1 endPosition -1 CallingASTNode propertyStartPosition -1 propertyEndPosition -1 PredefinedType getOperations getOperationNameFor opcode getOperationCodeFor operName getResultTypeFor ownerType opcode args getRelationshipTo type getCommonSupertype type TypedASTNode typeStartPosition -1 typeEndPosition -1 Visitable accept v SemanticException org.eclipse.emf.ocl.parser.SemanticException org.eclipse.emf.ocl.parser.SemanticException query Query evaluate obj evaluate check obj evaluate objects check objects select objects reject objects resultType queryText extentMap expression List java.util.List java.util.List
null
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl","name":"ocl","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl.types","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl/types","name":"types","id":1,"eClass":"EPackage"},{"nsPrefix":"ocl.expr","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl/expressions","name":"expressions","id":2,"eClass":"EPackage"},{"nsPrefix":"ocl.uml","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl/uml","name":"uml","id":3,"eClass":"EPackage"},{"nsPrefix":"ocl.util","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl/utilities","name":"utilities","id":4,"eClass":"EPackage"},{"nsPrefix":"ocl.query","nsURI":"http://www.eclipse.org/OCL2/1.0.0/ocl/query","name":"query","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveBoolean","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveInteger","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveReal","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveString","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedASTNode","instanceClass":null,"abstract":true,"id":27,"interface":true,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"kind","changeable":false,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredSignal","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"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassCallExp","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExp","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpression","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateExp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnspecifiedValueExp","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ocl.expressions.Visitor","defaultValue":null,"instanceClassName":"org.eclipse.emf.ocl.expressions.Visitor","name":"Visitor","instanceClass":null,"id":93,"serializable":false,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredAssociationClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallingASTNode","instanceClass":null,"abstract":true,"id":100,"interface":true,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"collection","id":108,"value":1,"literal":"collection","eClass":"EEnumLiteral"},{"name":"set","id":109,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"orderedSet","id":110,"value":3,"literal":"orderedSet","eClass":"EEnumLiteral"},{"name":"bag","id":111,"value":4,"literal":"bag","eClass":"EEnumLiteral"},{"name":"sequence","id":112,"value":5,"literal":"sequence","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":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":"part","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":"TypedElement","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"markedPre","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"thenExpression","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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","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":"calledOperation","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":"sentSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"navigationSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visitable","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":177,"interface":true,"eClass":"EClass"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceVarName","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":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},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"instanceTypeName":"org.eclipse.emf.ocl.parser.SemanticException","defaultValue":null,"instanceClassName":"org.eclipse.emf.ocl.parser.SemanticException","name":"SemanticException","instanceClass":null,"id":242,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"endPosition","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"propertyStartPosition","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"propertyEndPosition","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOperations","lowerBound":0,"id":252,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationNameFor","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCodeFor","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResultTypeFor","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelationshipTo","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommonSupertype","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"opcode","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operName","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ownerType","lowerBound":1,"id":266,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"opcode","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":268,"many":true,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":277,"many":false,"required":true,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"typeStartPosition","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"typeEndPosition","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":290,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"check","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"select","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reject","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resultType","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"queryText","lowerBound":0,"id":299,"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":true,"unique":true,"name":"extentMap","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":false,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EParameter"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","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"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":0},{"source":6,"target":1},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":25,"target":23},{"source":7,"target":1},{"source":7,"target":8},{"source":7,"target":26},{"source":26,"target":8},{"source":8,"target":1},{"source":8,"target":27},{"source":8,"target":23},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":28,"target":33},{"source":28,"target":8},{"source":29,"target":34},{"source":29,"target":35},{"source":29,"target":8},{"source":35,"target":34},{"source":31,"target":27},{"source":32,"target":23},{"source":9,"target":1},{"source":9,"target":36},{"source":10,"target":1},{"source":10,"target":23},{"source":10,"target":37},{"source":10,"target":38},{"source":38,"target":23},{"source":11,"target":1},{"source":11,"target":23},{"source":11,"target":39},{"source":11,"target":40},{"source":11,"target":41},{"source":11,"target":42},{"source":39,"target":43},{"source":39,"target":11},{"source":40,"target":44},{"source":40,"target":11},{"source":42,"target":23},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":45},{"source":45,"target":8},{"source":13,"target":1},{"source":13,"target":17},{"source":13,"target":46},{"source":46,"target":17},{"source":14,"target":1},{"source":14,"target":15},{"source":14,"target":47},{"source":47,"target":15},{"source":15,"target":1},{"source":15,"target":17},{"source":15,"target":48},{"source":48,"target":17},{"source":16,"target":1},{"source":16,"target":17},{"source":16,"target":49},{"source":49,"target":17},{"source":17,"target":1},{"source":17,"target":23},{"source":17,"target":50},{"source":17,"target":51},{"source":51,"target":23},{"source":18,"target":1},{"source":18,"target":8},{"source":18,"target":52},{"source":52,"target":8},{"source":19,"target":1},{"source":19,"target":8},{"source":19,"target":53},{"source":53,"target":8},{"source":20,"target":1},{"source":20,"target":54},{"source":21,"target":1},{"source":21,"target":23},{"source":21,"target":55},{"source":21,"target":56},{"source":56,"target":23},{"source":22,"target":1},{"source":22,"target":23},{"source":22,"target":57},{"source":22,"target":58},{"source":58,"target":23},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":34},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":0},{"source":59,"target":2},{"source":59,"target":77},{"source":59,"target":94},{"source":59,"target":95},{"source":94,"target":96},{"source":94,"target":59},{"source":95,"target":77},{"source":60,"target":2},{"source":60,"target":82},{"source":60,"target":97},{"source":60,"target":98},{"source":97,"target":99},{"source":97,"target":60},{"source":98,"target":82},{"source":61,"target":2},{"source":61,"target":80},{"source":61,"target":100},{"source":61,"target":101},{"source":61,"target":102},{"source":61,"target":103},{"source":101,"target":80},{"source":101,"target":104},{"source":101,"target":61},{"source":104,"target":80},{"source":102,"target":80},{"source":103,"target":100},{"source":62,"target":2},{"source":62,"target":64},{"source":62,"target":105},{"source":62,"target":106},{"source":105,"target":80},{"source":105,"target":107},{"source":105,"target":62},{"source":107,"target":80},{"source":106,"target":64},{"source":34,"target":2},{"source":34,"target":108},{"source":34,"target":109},{"source":34,"target":110},{"source":34,"target":111},{"source":34,"target":112},{"source":108,"target":34},{"source":109,"target":34},{"source":110,"target":34},{"source":111,"target":34},{"source":112,"target":34},{"source":63,"target":2},{"source":63,"target":74},{"source":63,"target":113},{"source":63,"target":114},{"source":63,"target":115},{"source":113,"target":34},{"source":113,"target":116},{"source":113,"target":63},{"source":116,"target":34},{"source":114,"target":64},{"source":114,"target":117},{"source":114,"target":63},{"source":117,"target":64},{"source":115,"target":74},{"source":64,"target":2},{"source":64,"target":118},{"source":64,"target":119},{"source":119,"target":118},{"source":65,"target":2},{"source":65,"target":64},{"source":65,"target":120},{"source":65,"target":121},{"source":65,"target":122},{"source":120,"target":80},{"source":120,"target":123},{"source":120,"target":65},{"source":123,"target":80},{"source":121,"target":80},{"source":121,"target":124},{"source":121,"target":65},{"source":124,"target":80},{"source":122,"target":64},{"source":66,"target":2},{"source":66,"target":74},{"source":66,"target":125},{"source":66,"target":126},{"source":125,"target":127},{"source":125,"target":66},{"source":126,"target":74},{"source":67,"target":2},{"source":67,"target":61},{"source":67,"target":128},{"source":67,"target":129},{"source":128,"target":130},{"source":128,"target":67},{"source":129,"target":61},{"source":68,"target":2},{"source":68,"target":80},{"source":68,"target":131},{"source":68,"target":132},{"source":68,"target":133},{"source":68,"target":134},{"source":131,"target":80},{"source":131,"target":135},{"source":131,"target":68},{"source":135,"target":80},{"source":132,"target":80},{"source":132,"target":136},{"source":132,"target":68},{"source":136,"target":80},{"source":133,"target":80},{"source":133,"target":137},{"source":133,"target":68},{"source":137,"target":80},{"source":134,"target":80},{"source":69,"target":2},{"source":69,"target":79},{"source":69,"target":138},{"source":69,"target":139},{"source":138,"target":140},{"source":138,"target":69},{"source":139,"target":79},{"source":70,"target":2},{"source":70,"target":74},{"source":70,"target":141},{"source":141,"target":74},{"source":71,"target":2},{"source":71,"target":75},{"source":71,"target":142},{"source":71,"target":143},{"source":142,"target":91},{"source":142,"target":144},{"source":142,"target":71},{"source":144,"target":91},{"source":143,"target":75},{"source":72,"target":2},{"source":72,"target":75},{"source":72,"target":145},{"source":145,"target":75},{"source":73,"target":2},{"source":73,"target":80},{"source":73,"target":146},{"source":73,"target":147},{"source":73,"target":148},{"source":146,"target":80},{"source":146,"target":149},{"source":146,"target":73},{"source":149,"target":80},{"source":147,"target":91},{"source":147,"target":150},{"source":147,"target":73},{"source":150,"target":91},{"source":148,"target":80},{"source":74,"target":2},{"source":74,"target":80},{"source":74,"target":151},{"source":151,"target":80},{"source":75,"target":2},{"source":75,"target":61},{"source":75,"target":152},{"source":75,"target":153},{"source":75,"target":154},{"source":152,"target":80},{"source":152,"target":155},{"source":152,"target":75},{"source":155,"target":80},{"source":153,"target":91},{"source":153,"target":156},{"source":153,"target":75},{"source":156,"target":91},{"source":154,"target":61},{"source":76,"target":2},{"source":76,"target":80},{"source":76,"target":100},{"source":76,"target":157},{"source":76,"target":158},{"source":76,"target":159},{"source":76,"target":160},{"source":76,"target":161},{"source":76,"target":162},{"source":157,"target":80},{"source":157,"target":163},{"source":157,"target":76},{"source":163,"target":80},{"source":158,"target":80},{"source":158,"target":164},{"source":158,"target":76},{"source":164,"target":80},{"source":159,"target":165},{"source":159,"target":166},{"source":159,"target":76},{"source":166,"target":165},{"source":160,"target":167},{"source":160,"target":168},{"source":160,"target":76},{"source":168,"target":167},{"source":161,"target":80},{"source":162,"target":100},{"source":77,"target":2},{"source":77,"target":67},{"source":77,"target":169},{"source":77,"target":170},{"source":77,"target":171},{"source":169,"target":80},{"source":169,"target":172},{"source":169,"target":77},{"source":172,"target":80},{"source":170,"target":173},{"source":170,"target":77},{"source":171,"target":67},{"source":78,"target":2},{"source":78,"target":74},{"source":78,"target":174},{"source":174,"target":74},{"source":79,"target":2},{"source":79,"target":82},{"source":79,"target":175},{"source":175,"target":82},{"source":80,"target":2},{"source":80,"target":118},{"source":80,"target":176},{"source":80,"target":177},{"source":80,"target":178},{"source":80,"target":179},{"source":80,"target":180},{"source":178,"target":118},{"source":179,"target":176},{"source":180,"target":177},{"source":81,"target":2},{"source":81,"target":67},{"source":81,"target":181},{"source":81,"target":182},{"source":81,"target":183},{"source":181,"target":80},{"source":181,"target":184},{"source":181,"target":81},{"source":184,"target":80},{"source":182,"target":185},{"source":182,"target":81},{"source":183,"target":67},{"source":82,"target":2},{"source":82,"target":74},{"source":82,"target":186},{"source":186,"target":74},{"source":83,"target":2},{"source":83,"target":77},{"source":83,"target":187},{"source":83,"target":188},{"source":187,"target":189},{"source":187,"target":83},{"source":188,"target":77},{"source":84,"target":2},{"source":84,"target":79},{"source":84,"target":190},{"source":84,"target":191},{"source":190,"target":192},{"source":190,"target":84},{"source":191,"target":79},{"source":85,"target":2},{"source":85,"target":80},{"source":85,"target":193},{"source":85,"target":194},{"source":193,"target":195},{"source":193,"target":85},{"source":194,"target":80},{"source":86,"target":2},{"source":86,"target":82},{"source":86,"target":196},{"source":86,"target":197},{"source":196,"target":198},{"source":196,"target":86},{"source":197,"target":82},{"source":87,"target":2},{"source":87,"target":74},{"source":87,"target":199},{"source":87,"target":200},{"source":199,"target":88},{"source":199,"target":201},{"source":199,"target":87},{"source":201,"target":88},{"source":200,"target":74},{"source":88,"target":2},{"source":88,"target":118},{"source":88,"target":176},{"source":88,"target":27},{"source":88,"target":202},{"source":88,"target":203},{"source":88,"target":204},{"source":88,"target":205},{"source":88,"target":206},{"source":202,"target":80},{"source":202,"target":207},{"source":202,"target":88},{"source":207,"target":80},{"source":203,"target":208},{"source":203,"target":88},{"source":204,"target":118},{"source":205,"target":176},{"source":206,"target":27},{"source":89,"target":2},{"source":89,"target":80},{"source":89,"target":209},{"source":89,"target":210},{"source":209,"target":211},{"source":209,"target":89},{"source":210,"target":80},{"source":90,"target":2},{"source":90,"target":80},{"source":90,"target":27},{"source":90,"target":212},{"source":90,"target":213},{"source":212,"target":80},{"source":213,"target":27},{"source":91,"target":2},{"source":91,"target":118},{"source":91,"target":176},{"source":91,"target":27},{"source":91,"target":214},{"source":91,"target":215},{"source":91,"target":216},{"source":91,"target":217},{"source":91,"target":218},{"source":214,"target":80},{"source":214,"target":219},{"source":214,"target":91},{"source":219,"target":80},{"source":215,"target":220},{"source":215,"target":91},{"source":216,"target":118},{"source":217,"target":176},{"source":218,"target":27},{"source":92,"target":2},{"source":92,"target":80},{"source":92,"target":221},{"source":92,"target":222},{"source":221,"target":91},{"source":221,"target":223},{"source":221,"target":92},{"source":223,"target":91},{"source":222,"target":80},{"source":93,"target":2},{"source":3,"target":165},{"source":3,"target":224},{"source":3,"target":167},{"source":3,"target":118},{"source":3,"target":0},{"source":165,"target":3},{"source":165,"target":225},{"source":225,"target":226},{"source":225,"target":165},{"source":224,"target":3},{"source":224,"target":176},{"source":224,"target":227},{"source":224,"target":228},{"source":224,"target":229},{"source":224,"target":230},{"source":224,"target":231},{"source":224,"target":232},{"source":227,"target":233},{"source":227,"target":224},{"source":228,"target":80},{"source":228,"target":234},{"source":228,"target":224},{"source":234,"target":80},{"source":229,"target":235},{"source":229,"target":224},{"source":230,"target":236},{"source":230,"target":224},{"source":232,"target":176},{"source":167,"target":3},{"source":167,"target":237},{"source":237,"target":238},{"source":237,"target":167},{"source":118,"target":3},{"source":118,"target":239},{"source":118,"target":240},{"source":239,"target":241},{"source":239,"target":118},{"source":4,"target":177},{"source":4,"target":100},{"source":4,"target":23},{"source":4,"target":27},{"source":4,"target":176},{"source":4,"target":242},{"source":4,"target":0},{"source":177,"target":4},{"source":177,"target":243},{"source":177,"target":244},{"source":243,"target":245},{"source":243,"target":177},{"source":244,"target":246},{"source":244,"target":177},{"source":100,"target":4},{"source":100,"target":177},{"source":100,"target":247},{"source":100,"target":248},{"source":100,"target":249},{"source":247,"target":250},{"source":247,"target":100},{"source":248,"target":251},{"source":248,"target":100},{"source":249,"target":177},{"source":23,"target":4},{"source":23,"target":252},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":257},{"source":252,"target":258},{"source":252,"target":23},{"source":253,"target":259},{"source":253,"target":23},{"source":253,"target":260},{"source":260,"target":261},{"source":260,"target":253},{"source":254,"target":262},{"source":254,"target":23},{"source":254,"target":263},{"source":263,"target":264},{"source":263,"target":254},{"source":255,"target":265},{"source":255,"target":23},{"source":255,"target":266},{"source":255,"target":267},{"source":255,"target":268},{"source":255,"target":242},{"source":255,"target":269},{"source":266,"target":270},{"source":266,"target":255},{"source":267,"target":271},{"source":267,"target":255},{"source":268,"target":80},{"source":268,"target":272},{"source":268,"target":255},{"source":272,"target":80},{"source":269,"target":242},{"source":256,"target":273},{"source":256,"target":23},{"source":256,"target":274},{"source":274,"target":275},{"source":274,"target":256},{"source":257,"target":276},{"source":257,"target":23},{"source":257,"target":277},{"source":257,"target":242},{"source":257,"target":278},{"source":277,"target":279},{"source":277,"target":257},{"source":278,"target":242},{"source":27,"target":4},{"source":27,"target":177},{"source":27,"target":280},{"source":27,"target":281},{"source":27,"target":282},{"source":280,"target":283},{"source":280,"target":27},{"source":281,"target":284},{"source":281,"target":27},{"source":282,"target":177},{"source":176,"target":4},{"source":176,"target":285},{"source":285,"target":286},{"source":285,"target":176},{"source":285,"target":287},{"source":287,"target":93},{"source":287,"target":288},{"source":287,"target":285},{"source":288,"target":93},{"source":242,"target":4},{"source":5,"target":289},{"source":5,"target":290},{"source":5,"target":0},{"source":289,"target":5},{"source":289,"target":291},{"source":289,"target":292},{"source":289,"target":293},{"source":289,"target":294},{"source":289,"target":295},{"source":289,"target":296},{"source":289,"target":297},{"source":289,"target":298},{"source":289,"target":299},{"source":289,"target":300},{"source":289,"target":301},{"source":291,"target":302},{"source":291,"target":289},{"source":291,"target":303},{"source":303,"target":304},{"source":303,"target":291},{"source":292,"target":305},{"source":292,"target":289},{"source":293,"target":306},{"source":293,"target":289},{"source":293,"target":307},{"source":307,"target":308},{"source":307,"target":293},{"source":294,"target":290},{"source":294,"target":309},{"source":294,"target":289},{"source":294,"target":310},{"source":309,"target":290},{"source":310,"target":290},{"source":310,"target":311},{"source":310,"target":294},{"source":311,"target":290},{"source":295,"target":312},{"source":295,"target":289},{"source":295,"target":313},{"source":313,"target":290},{"source":313,"target":314},{"source":313,"target":295},{"source":314,"target":290},{"source":296,"target":290},{"source":296,"target":315},{"source":296,"target":289},{"source":296,"target":316},{"source":315,"target":290},{"source":316,"target":290},{"source":316,"target":317},{"source":316,"target":296},{"source":317,"target":290},{"source":297,"target":290},{"source":297,"target":318},{"source":297,"target":289},{"source":297,"target":319},{"source":318,"target":290},{"source":319,"target":290},{"source":319,"target":320},{"source":319,"target":297},{"source":320,"target":290},{"source":298,"target":321},{"source":298,"target":289},{"source":299,"target":322},{"source":299,"target":289},{"source":300,"target":323},{"source":300,"target":289},{"source":323,"target":324},{"source":323,"target":325},{"source":301,"target":80},{"source":301,"target":326},{"source":301,"target":289},{"source":326,"target":80},{"source":290,"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="statemachine" nsURI="http://se.cs.toronto.edu/modelepedia/StateMachine" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FiringElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionsAsSource" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionsAsTarget" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalActions" upperBound="-1" eType="#//StateAction" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="ellipse"/> <details key="size" value="20,20"/> <details key="color" value="0,0,0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="rectangle"/> <details key="size" value="20,20"/> <details key="color" value="0,0,0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//FiringElement"> <eAnnotations source="gmf.link"> <details key="label" value="trigger,action"/> <details key="label.pattern" value="{0}/{1}"/> <details key="label.icon" value="true"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/transitionsAsSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/transitionsAsTarget"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateAction" eSuperTypes="#//FiringElement"> <eAnnotations source="gmf.node"> <details key="label" value="trigger,action"/> <details key="label.pattern" value="{0}/{1}"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/adisandro/MMINT/plugins/Types/StateMachine/edu.toronto.cs.se.modelepedia.statemachine/model/statemachine.ecore
ecore
statemachine StateMachine states transitions FiringElement trigger action AbstractState name transitionsAsSource transitionsAsTarget State internalActions InitialState FinalState Transition source target StateAction
null
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://se.cs.toronto.edu/modelepedia/StateMachine","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiringElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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":"action","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"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":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionsAsSource","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":"transitionsAsTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"internalActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":3},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":3},{"source":10,"target":7},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":7},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":16},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":7},{"source":18,"target":21},{"source":18,"target":3},{"source":18,"target":22},{"source":21,"target":7},{"source":19,"target":7},{"source":19,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":23,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":8},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":8},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":28,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":29},{"source":29,"target":3},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":22},{"source":7,"target":24},{"source":7,"target":30},{"source":22,"target":3},{"source":22,"target":31},{"source":22,"target":7},{"source":22,"target":18},{"source":31,"target":3},{"source":24,"target":3},{"source":24,"target":32},{"source":24,"target":7},{"source":24,"target":19},{"source":32,"target":3},{"source":30,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":33},{"source":33,"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="job" nsURI="http://www.misc.com/common/moplaf/job/model/0.1" nsPrefix="job"> <eClassifiers xsi:type="ecore:EClass" name="JobParameter"> <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="#//JobParameterType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="JobAttribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JobParameterType"> <eLiterals name="JOB_PARAMETER_TYPE_INT" literal="Int"/> <eLiterals name="JOB_PARAMETER_TYPE_STRING" value="1" literal="String"/> <eLiterals name="JOB_PARAMETER_TYPE_FLOAT" value="2" literal="Float"/> <eLiterals name="JOB_PARAMETER_TYPE_DATE" value="3" literal="Date"/> <eLiterals name="JOB_PARAMETER_TYPE_ENUM" value="4" literal="Enum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ProgressFeedback" instanceClassName="com.misc.common.moplaf.job.ProgressFeedback"/> <eClassifiers xsi:type="ecore:EDataType" name="RunContext" instanceClassName="com.misc.common.moplaf.job.RunContext"/> <eClassifiers xsi:type="ecore:EDataType" name="Exception" instanceClassName="java.lang.Exception"/> <eClassifiers xsi:type="ecore:EDataType" name="ReturnFeedback" instanceClassName="com.misc.common.moplaf.common.ReturnFeedback"/> <eClassifiers xsi:type="ecore:EDataType" name="EnabledFeedback" instanceClassName="com.misc.common.moplaf.common.EnabledFeedback"/> <eClassifiers xsi:type="ecore:EClass" name="RunParams"> <eOperations name="copyParams"> <eParameters name="other" eType="#//RunParams"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Run" eSuperTypes="#//RunParams"> <eOperations name="reset"/> <eOperations name="run" eType="#//ReturnFeedback"/> <eOperations name="run" eType="#//ReturnFeedback"> <eParameters name="runContext" eType="#//RunContext"/> </eOperations> <eOperations name="runAsynch"> <eParameters name="runContext" eType="#//RunContext"/> </eOperations> <eOperations name="runAsynch"> <eParameters name="runContext" eType="#//RunContext"/> <eParameters name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="cancel"/> <eOperations name="setProgress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="task" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="work" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eOperations> <eOperations name="setProgress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="progress" eType="#//ProgressFeedback"/> </eOperations> <eOperations name="setReturn"> <eParameters name="feedback" eType="#//ReturnFeedback"/> </eOperations> <eOperations name="getReturn" eType="#//ReturnFeedback"/> <eOperations name="constructParams" eType="#//RunParams"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RunFeedback" eType="#//EnabledFeedback" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CancelFeedback" eType="#//EnabledFeedback" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ResetFeedback" eType="#//EnabledFeedback" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" 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="Cancelled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Returned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ReturnSuccess" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ReturnFeedback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ReturnInformation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Job" abstract="true" eSuperTypes="#//Run"> <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="Status" 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="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&lt;new Job>"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Started" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Finished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="StartTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="EndTime" 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#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JobConsole" abstract="true" eSuperTypes="#//Job"> <eOperations name="addParameter"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="type" eType="#//JobParameterType"/> <eParameters name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eParameters name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="refreshParameters"/> <eOperations name="getArgAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" eExceptions="#//Exception"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getArgAsInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" eExceptions="#//Exception"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getArgAsFloat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" eExceptions="#//Exception"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getArgAsDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" eExceptions="#//Exception"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getArgAsDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" eExceptions="#//Exception"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="simpleDateFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setArgs" eExceptions="#//Exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Parameters" upperBound="-1" eType="#//JobParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="HelpText" 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="Args" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Setter"> <eOperations name="accept"> <eParameters name="objectToSetFeatures" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="init"> <eParameters name="objectToGetFeatures" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="Features" upperBound="-1" eType="#//SetterStructuralFeature" containment="true" eOpposite="#//SetterStructuralFeature/Setter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Remarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TargetClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetterStructuralFeature" abstract="true"> <eOperations name="accept"> <eParameters name="objectToSetFeatures" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="Setter" lowerBound="1" eType="#//Setter" eOpposite="#//Setter/Features"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FeatureToSet" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetterAttribute" abstract="true" eSuperTypes="#//SetterStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="AttributeToSet" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetterAttributeInt" eSuperTypes="#//SetterAttribute"> <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="SetterAttributeFloat" eSuperTypes="#//SetterAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamsHolder"> <eOperations name="constructParams" eType="#//RunParams"> <eParameters name="run" eType="#//Run"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="RunsParams" upperBound="-1" eType="#//RunParams" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JobFileHandler" abstract="true" eSuperTypes="#//Job ../../com.misc.common.moplaf.file.emf/model/file.ecore#//FileHandler"/> <eClassifiers xsi:type="ecore:EClass" name="Runs"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Runs" upperBound="-1" eType="#//Run" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Doc" abstract="true" eSuperTypes="#//KeyIndicators"> <eOperations name="clone" eType="#//Doc"/> <eOperations name="flush"/> <eOperations name="save"/> <eOperations name="load"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CloneFeedback" eType="#//EnabledFeedback" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FlushFeedback" eType="#//EnabledFeedback" 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="Loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Refs" upperBound="-1" eType="#//DocRef" eOpposite="#//DocRef/Doc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocRef" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="Doc" lowerBound="1" eType="#//Doc" eOpposite="#//Doc/Refs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocsHolder"> <eOperations name="addDoc"> <eParameters name="doc" eType="#//Doc"/> </eOperations> <eOperations name="addDocs"> <eParameters name="docs" upperBound="-1" eType="#//Doc"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="Docs" upperBound="-1" eType="#//DocInDocsHolder" containment="true" eOpposite="#//DocInDocsHolder/DocsHolder"/> <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="CompoundDoc" eSuperTypes="#//Doc #//DocsHolder"/> <eClassifiers xsi:type="ecore:EClass" name="DocInDocsHolder" eSuperTypes="#//DocRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="DocsHolder" lowerBound="1" eType="#//DocsHolder" eOpposite="#//DocsHolder/Docs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true" eSuperTypes="#//Job #//KeyIndicators"> <eOperations name="isValidInput" eType="#//EnabledFeedback"> <eParameters name="doc" eType="#//Doc"/> </eOperations> <eOperations name="isValidOutput" eType="#//EnabledFeedback"> <eParameters name="doc" eType="#//Doc"/> </eOperations> <eOperations name="addInputDoc"> <eParameters name="doc" eType="#//Doc"/> </eOperations> <eOperations name="addInputDocs"> <eParameters name="docs" upperBound="-1" eType="#//Doc"/> </eOperations> <eOperations name="initOutputs"/> <eOperations name="clone" eType="#//Task"/> <eOperations name="addOutputDoc"> <eParameters name="doc" eType="#//Doc"/> </eOperations> <eOperations name="addOutputDocs"> <eParameters name="docs" upperBound="-1" eType="#//Doc"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CloneFeedback" eType="#//EnabledFeedback" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Inputs" upperBound="-1" eType="#//TaskInput" containment="true" eOpposite="#//TaskInput/Consumer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Outputs" upperBound="-1" eType="#//TaskOutput" containment="true" eOpposite="#//TaskOutput/Producer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainTask" abstract="true" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="Domain" lowerBound="1" eType="#//TaskDomain" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDoc" abstract="true" eSuperTypes="#//DocRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskInput" eSuperTypes="#//TaskDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="Consumer" lowerBound="1" eType="#//Task" eOpposite="#//Task/Inputs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskOutput" eSuperTypes="#//TaskDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="Producer" lowerBound="1" eType="#//Task" eOpposite="#//Task/Outputs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tasks"> <eStructuralFeatures xsi:type="ecore:EReference" name="Tasks" upperBound="-1" eType="#//Task" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Docs"> <eOperations name="garbageCollect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Docs" upperBound="-1" eType="#//Doc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDomain" eSuperTypes="#//Docs #//Tasks"> <eOperations name="getNewTasks" upperBound="-1" eType="#//Task"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return an exemplar of every task type supported by this TaskDomain."/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyIndicators"> <eOperations name="refreshKeyIndicators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Indicators" upperBound="-1" eType="#//KeyIndicator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyIndicator" abstract="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="FormattedValue" 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="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyIndicatorDouble" eSuperTypes="#//KeyIndicator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyIndicatorInt" eSuperTypes="#//KeyIndicator"> <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="KeyIndicatorDate" eSuperTypes="#//KeyIndicator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyIndicatorString" eSuperTypes="#//KeyIndicator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MichelSc/common.moplaf/common.moplaf.job/com.misc.common.moplaf.job.emf/model/job.ecore
ecore
job JobParameter Name Type JobAttribute Description JobParameterType JOB_PARAMETER_TYPE_INT Int JOB_PARAMETER_TYPE_STRING String JOB_PARAMETER_TYPE_FLOAT Float JOB_PARAMETER_TYPE_DATE Date JOB_PARAMETER_TYPE_ENUM Enum ProgressFeedback com.misc.common.moplaf.job.ProgressFeedback com.misc.common.moplaf.job.ProgressFeedback RunContext com.misc.common.moplaf.job.RunContext com.misc.common.moplaf.job.RunContext Exception java.lang.Exception java.lang.Exception ReturnFeedback com.misc.common.moplaf.common.ReturnFeedback com.misc.common.moplaf.common.ReturnFeedback EnabledFeedback com.misc.common.moplaf.common.EnabledFeedback com.misc.common.moplaf.common.EnabledFeedback RunParams copyParams other Run reset run run runContext runAsynch runContext runAsynch runContext background cancel setProgress task work setProgress progress setReturn feedback getReturn constructParams RunFeedback CancelFeedback ResetFeedback Label Cancelled Returned ReturnSuccess ReturnFeedback ReturnInformation Job Description Status Name <new Job> Started Finished StartTime EndTime Duration JobConsole addParameter name type attribute description refreshParameters getArgAsString index getArgAsInt index getArgAsFloat index getArgAsDate index getArgAsDate index simpleDateFormat setArgs Parameters HelpText Args Setter accept objectToSetFeatures init objectToGetFeatures Features Name Remarks TargetClass SetterStructuralFeature accept objectToSetFeatures Setter FeatureToSet Description SetterAttribute AttributeToSet SetterAttributeInt Value SetterAttributeFloat Value ParamsHolder constructParams run RunsParams JobFileHandler Runs Name Runs Doc clone flush save load CloneFeedback FlushFeedback Description Loaded Refs DocRef Doc DocsHolder addDoc doc addDocs docs Docs Name CompoundDoc DocInDocsHolder DocsHolder Task isValidInput doc isValidOutput doc addInputDoc doc addInputDocs docs initOutputs clone addOutputDoc doc addOutputDocs docs CloneFeedback Inputs Outputs DomainTask Domain TaskDoc Role TaskInput Consumer TaskOutput Producer Tasks Tasks Docs garbageCollect Docs TaskDomain getNewTasks KeyIndicators refreshKeyIndicators Indicators KeyIndicator Description FormattedValue Name KeyIndicatorDouble Value Format KeyIndicatorInt Value KeyIndicatorDate Date Format KeyIndicatorString Value
null
{"directed":true,"nodes":[{"nsPrefix":"job","nsURI":"http://www.misc.com/common/moplaf/job/model/0.1","name":"job","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobParameter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JobParameterType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"com.misc.common.moplaf.job.ProgressFeedback","defaultValue":null,"instanceClassName":"com.misc.common.moplaf.job.ProgressFeedback","name":"ProgressFeedback","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.misc.common.moplaf.job.RunContext","defaultValue":null,"instanceClassName":"com.misc.common.moplaf.job.RunContext","name":"RunContext","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Exception","defaultValue":null,"instanceClassName":"java.lang.Exception","name":"Exception","instanceClass":"java.lang.Exception","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.misc.common.moplaf.common.ReturnFeedback","defaultValue":null,"instanceClassName":"com.misc.common.moplaf.common.ReturnFeedback","name":"ReturnFeedback","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.misc.common.moplaf.common.EnabledFeedback","defaultValue":null,"instanceClassName":"com.misc.common.moplaf.common.EnabledFeedback","name":"EnabledFeedback","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunParams","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Run","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Job","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobConsole","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Setter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetterStructuralFeature","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetterAttribute","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetterAttributeInt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetterAttributeFloat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamsHolder","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobFileHandler","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Runs","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Doc","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocRef","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocsHolder","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundDoc","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocInDocsHolder","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainTask","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDoc","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskInput","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskOutput","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tasks","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Docs","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDomain","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicators","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicator","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicatorDouble","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicatorInt","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicatorDate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyIndicatorString","instanceClass":null,"abstract":false,"id":38,"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":39,"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":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":"JobAttribute","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":"Description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"JOB_PARAMETER_TYPE_INT","id":47,"value":0,"literal":"Int","eClass":"EEnumLiteral"},{"name":"JOB_PARAMETER_TYPE_STRING","id":48,"value":1,"literal":"String","eClass":"EEnumLiteral"},{"name":"JOB_PARAMETER_TYPE_FLOAT","id":49,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"JOB_PARAMETER_TYPE_DATE","id":50,"value":3,"literal":"Date","eClass":"EEnumLiteral"},{"name":"JOB_PARAMETER_TYPE_ENUM","id":51,"value":4,"literal":"Enum","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyParams","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reset","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"runAsynch","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"runAsynch","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cancel","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProgress","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProgress","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setReturn","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReturn","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructParams","lowerBound":0,"id":65,"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":"RunFeedback","changeable":false,"lowerBound":0,"iD":false,"id":66,"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":"CancelFeedback","changeable":false,"lowerBound":0,"iD":false,"id":67,"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":"ResetFeedback","changeable":false,"lowerBound":0,"iD":false,"id":68,"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":"Label","changeable":false,"lowerBound":0,"iD":false,"id":69,"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":"Cancelled","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Returned","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ReturnSuccess","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":"ReturnFeedback","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":"ReturnInformation","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,"unique":true,"name":"runContext","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"runContext","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"runContext","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"background","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"work","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":"progress","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedback","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"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":107,"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":"Status","changeable":false,"lowerBound":0,"iD":false,"id":108,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"<new Job>","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<new Job>","unsettable":false,"transient":false,"unique":true,"name":"Name","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":"Started","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"Finished","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":"StartTime","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":"EndTime","changeable":true,"lowerBound":0,"iD":false,"id":113,"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":"Duration","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"addParameter","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshParameters","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArgAsString","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArgAsInt","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArgAsFloat","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArgAsDate","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArgAsDate","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setArgs","lowerBound":0,"id":131,"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":"Parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"HelpText","changeable":false,"lowerBound":0,"iD":false,"id":133,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"Args","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"description","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"simpleDateFormat","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":171,"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":"Features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Remarks","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TargetClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"objectToSetFeatures","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectToGetFeatures","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Setter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":185,"many":false,"required":false,"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":"FeatureToSet","changeable":false,"resolveProxies":true,"lowerBound":1,"id":186,"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":187,"derived":true},{"ordered":true,"upperBound":1,"unique":true,"name":"objectToSetFeatures","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"AttributeToSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructParams","lowerBound":0,"id":202,"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":"RunsParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Runs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"flush","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"save","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":217,"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":"CloneFeedback","changeable":false,"lowerBound":0,"iD":false,"id":218,"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":"FlushFeedback","changeable":false,"lowerBound":0,"iD":false,"id":219,"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":220,"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":"Loaded","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Refs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Doc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDoc","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDocs","lowerBound":0,"id":233,"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":"Docs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":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":235,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"doc","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"docs","lowerBound":0,"id":238,"many":true,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"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":"DocsHolder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValidInput","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValidOutput","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addInputDoc","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addInputDocs","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initOutputs","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOutputDoc","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOutputDocs","lowerBound":0,"id":254,"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":"CloneFeedback","changeable":false,"lowerBound":0,"iD":false,"id":255,"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":"Inputs","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":"Outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doc","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":"doc","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doc","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"docs","lowerBound":0,"id":268,"many":true,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doc","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"docs","lowerBound":0,"id":273,"many":true,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Consumer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"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":"Producer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"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":"Domain","changeable":false,"resolveProxies":true,"lowerBound":1,"id":280,"derived":true},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"garbageCollect","lowerBound":0,"id":292,"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":"Docs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNewTasks","lowerBound":0,"id":295,"many":true,"required":false,"eClass":"EOperation"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshKeyIndicators","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Indicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"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":"Description","changeable":false,"lowerBound":0,"iD":false,"id":302,"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":"FormattedValue","changeable":false,"lowerBound":0,"iD":false,"id":303,"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":"Name","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":0,"iD":false,"id":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":"Format","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":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Date","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Format","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":39,"target":43},{"source":39,"target":1},{"source":40,"target":2},{"source":40,"target":44},{"source":40,"target":1},{"source":44,"target":2},{"source":41,"target":45},{"source":41,"target":1},{"source":42,"target":46},{"source":42,"target":1},{"source":2,"target":0},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":47,"target":2},{"source":48,"target":2},{"source":49,"target":2},{"source":50,"target":2},{"source":51,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":52},{"source":52,"target":8},{"source":52,"target":53},{"source":53,"target":8},{"source":53,"target":54},{"source":53,"target":52},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":55,"target":9},{"source":56,"target":6},{"source":56,"target":76},{"source":56,"target":9},{"source":76,"target":6},{"source":57,"target":6},{"source":57,"target":77},{"source":57,"target":9},{"source":57,"target":78},{"source":77,"target":6},{"source":78,"target":4},{"source":78,"target":79},{"source":78,"target":57},{"source":79,"target":4},{"source":58,"target":9},{"source":58,"target":80},{"source":80,"target":4},{"source":80,"target":81},{"source":80,"target":58},{"source":81,"target":4},{"source":59,"target":9},{"source":59,"target":82},{"source":59,"target":83},{"source":82,"target":4},{"source":82,"target":84},{"source":82,"target":59},{"source":84,"target":4},{"source":83,"target":85},{"source":83,"target":59},{"source":60,"target":9},{"source":61,"target":86},{"source":61,"target":9},{"source":61,"target":87},{"source":61,"target":88},{"source":87,"target":89},{"source":87,"target":61},{"source":88,"target":90},{"source":88,"target":61},{"source":62,"target":91},{"source":62,"target":9},{"source":62,"target":92},{"source":92,"target":3},{"source":92,"target":93},{"source":92,"target":62},{"source":93,"target":3},{"source":63,"target":9},{"source":63,"target":94},{"source":94,"target":6},{"source":94,"target":95},{"source":94,"target":63},{"source":95,"target":6},{"source":64,"target":6},{"source":64,"target":96},{"source":64,"target":9},{"source":96,"target":6},{"source":65,"target":8},{"source":65,"target":97},{"source":65,"target":9},{"source":97,"target":8},{"source":66,"target":7},{"source":66,"target":98},{"source":66,"target":9},{"source":98,"target":7},{"source":67,"target":7},{"source":67,"target":99},{"source":67,"target":9},{"source":99,"target":7},{"source":68,"target":7},{"source":68,"target":100},{"source":68,"target":9},{"source":100,"target":7},{"source":69,"target":101},{"source":69,"target":9},{"source":70,"target":102},{"source":70,"target":9},{"source":71,"target":103},{"source":71,"target":9},{"source":72,"target":104},{"source":72,"target":9},{"source":73,"target":105},{"source":73,"target":9},{"source":74,"target":106},{"source":74,"target":9},{"source":75,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"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":10,"target":115},{"source":107,"target":116},{"source":107,"target":10},{"source":108,"target":117},{"source":108,"target":10},{"source":109,"target":118},{"source":109,"target":10},{"source":110,"target":119},{"source":110,"target":10},{"source":111,"target":120},{"source":111,"target":10},{"source":112,"target":121},{"source":112,"target":10},{"source":113,"target":122},{"source":113,"target":10},{"source":114,"target":123},{"source":114,"target":10},{"source":115,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":124,"target":11},{"source":124,"target":136},{"source":124,"target":137},{"source":124,"target":138},{"source":124,"target":139},{"source":136,"target":140},{"source":136,"target":124},{"source":137,"target":2},{"source":137,"target":141},{"source":137,"target":124},{"source":141,"target":2},{"source":138,"target":142},{"source":138,"target":124},{"source":139,"target":143},{"source":139,"target":124},{"source":125,"target":11},{"source":126,"target":144},{"source":126,"target":11},{"source":126,"target":145},{"source":126,"target":5},{"source":126,"target":146},{"source":145,"target":147},{"source":145,"target":126},{"source":146,"target":5},{"source":127,"target":148},{"source":127,"target":11},{"source":127,"target":149},{"source":127,"target":5},{"source":127,"target":150},{"source":149,"target":151},{"source":149,"target":127},{"source":150,"target":5},{"source":128,"target":152},{"source":128,"target":11},{"source":128,"target":153},{"source":128,"target":5},{"source":128,"target":154},{"source":153,"target":155},{"source":153,"target":128},{"source":154,"target":5},{"source":129,"target":156},{"source":129,"target":11},{"source":129,"target":157},{"source":129,"target":5},{"source":129,"target":158},{"source":157,"target":159},{"source":157,"target":129},{"source":158,"target":5},{"source":130,"target":160},{"source":130,"target":11},{"source":130,"target":161},{"source":130,"target":162},{"source":130,"target":5},{"source":130,"target":163},{"source":161,"target":164},{"source":161,"target":130},{"source":162,"target":165},{"source":162,"target":130},{"source":163,"target":5},{"source":131,"target":11},{"source":131,"target":5},{"source":131,"target":166},{"source":166,"target":5},{"source":132,"target":1},{"source":132,"target":167},{"source":132,"target":11},{"source":167,"target":1},{"source":133,"target":168},{"source":133,"target":11},{"source":134,"target":169},{"source":134,"target":11},{"source":135,"target":10},{"source":12,"target":0},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":12,"target":173},{"source":12,"target":174},{"source":12,"target":175},{"source":170,"target":12},{"source":170,"target":176},{"source":176,"target":177},{"source":176,"target":170},{"source":171,"target":12},{"source":171,"target":178},{"source":178,"target":179},{"source":178,"target":171},{"source":172,"target":13},{"source":172,"target":180},{"source":172,"target":12},{"source":172,"target":181},{"source":180,"target":13},{"source":173,"target":182},{"source":173,"target":12},{"source":174,"target":183},{"source":174,"target":12},{"source":175,"target":184},{"source":175,"target":12},{"source":13,"target":0},{"source":13,"target":185},{"source":13,"target":181},{"source":13,"target":186},{"source":13,"target":187},{"source":185,"target":13},{"source":185,"target":188},{"source":188,"target":189},{"source":188,"target":185},{"source":181,"target":12},{"source":181,"target":190},{"source":181,"target":13},{"source":181,"target":172},{"source":190,"target":12},{"source":186,"target":191},{"source":186,"target":13},{"source":187,"target":192},{"source":187,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":193},{"source":14,"target":194},{"source":193,"target":195},{"source":193,"target":14},{"source":194,"target":13},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":196},{"source":15,"target":197},{"source":196,"target":198},{"source":196,"target":15},{"source":197,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":199},{"source":16,"target":200},{"source":199,"target":201},{"source":199,"target":16},{"source":200,"target":14},{"source":17,"target":0},{"source":17,"target":202},{"source":17,"target":203},{"source":202,"target":8},{"source":202,"target":204},{"source":202,"target":17},{"source":202,"target":205},{"source":204,"target":8},{"source":205,"target":9},{"source":205,"target":206},{"source":205,"target":202},{"source":206,"target":9},{"source":203,"target":8},{"source":203,"target":207},{"source":203,"target":17},{"source":207,"target":8},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":208},{"source":18,"target":209},{"source":208,"target":10},{"source":19,"target":0},{"source":19,"target":210},{"source":19,"target":211},{"source":210,"target":212},{"source":210,"target":19},{"source":211,"target":9},{"source":211,"target":213},{"source":211,"target":19},{"source":213,"target":9},{"source":20,"target":0},{"source":20,"target":33},{"source":20,"target":214},{"source":20,"target":215},{"source":20,"target":216},{"source":20,"target":217},{"source":20,"target":218},{"source":20,"target":219},{"source":20,"target":220},{"source":20,"target":221},{"source":20,"target":222},{"source":20,"target":223},{"source":214,"target":20},{"source":214,"target":224},{"source":214,"target":20},{"source":224,"target":20},{"source":215,"target":20},{"source":216,"target":20},{"source":217,"target":20},{"source":218,"target":7},{"source":218,"target":225},{"source":218,"target":20},{"source":225,"target":7},{"source":219,"target":7},{"source":219,"target":226},{"source":219,"target":20},{"source":226,"target":7},{"source":220,"target":227},{"source":220,"target":20},{"source":221,"target":228},{"source":221,"target":20},{"source":222,"target":21},{"source":222,"target":229},{"source":222,"target":20},{"source":222,"target":230},{"source":229,"target":21},{"source":223,"target":33},{"source":21,"target":0},{"source":21,"target":230},{"source":230,"target":20},{"source":230,"target":231},{"source":230,"target":21},{"source":230,"target":222},{"source":231,"target":20},{"source":22,"target":0},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":232,"target":22},{"source":232,"target":236},{"source":236,"target":20},{"source":236,"target":237},{"source":236,"target":232},{"source":237,"target":20},{"source":233,"target":22},{"source":233,"target":238},{"source":238,"target":20},{"source":238,"target":239},{"source":238,"target":233},{"source":239,"target":20},{"source":234,"target":24},{"source":234,"target":240},{"source":234,"target":22},{"source":234,"target":241},{"source":240,"target":24},{"source":235,"target":242},{"source":235,"target":22},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":22},{"source":23,"target":243},{"source":23,"target":244},{"source":243,"target":20},{"source":244,"target":22},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":241},{"source":24,"target":245},{"source":241,"target":22},{"source":241,"target":246},{"source":241,"target":24},{"source":241,"target":234},{"source":246,"target":22},{"source":245,"target":21},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":33},{"source":25,"target":247},{"source":25,"target":248},{"source":25,"target":249},{"source":25,"target":250},{"source":25,"target":251},{"source":25,"target":252},{"source":25,"target":253},{"source":25,"target":254},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":25,"target":259},{"source":247,"target":7},{"source":247,"target":260},{"source":247,"target":25},{"source":247,"target":261},{"source":260,"target":7},{"source":261,"target":20},{"source":261,"target":262},{"source":261,"target":247},{"source":262,"target":20},{"source":248,"target":7},{"source":248,"target":263},{"source":248,"target":25},{"source":248,"target":264},{"source":263,"target":7},{"source":264,"target":20},{"source":264,"target":265},{"source":264,"target":248},{"source":265,"target":20},{"source":249,"target":25},{"source":249,"target":266},{"source":266,"target":20},{"source":266,"target":267},{"source":266,"target":249},{"source":267,"target":20},{"source":250,"target":25},{"source":250,"target":268},{"source":268,"target":20},{"source":268,"target":269},{"source":268,"target":250},{"source":269,"target":20},{"source":251,"target":25},{"source":252,"target":25},{"source":252,"target":270},{"source":252,"target":25},{"source":270,"target":25},{"source":253,"target":25},{"source":253,"target":271},{"source":271,"target":20},{"source":271,"target":272},{"source":271,"target":253},{"source":272,"target":20},{"source":254,"target":25},{"source":254,"target":273},{"source":273,"target":20},{"source":273,"target":274},{"source":273,"target":254},{"source":274,"target":20},{"source":255,"target":7},{"source":255,"target":275},{"source":255,"target":25},{"source":275,"target":7},{"source":256,"target":28},{"source":256,"target":276},{"source":256,"target":25},{"source":256,"target":277},{"source":276,"target":28},{"source":257,"target":29},{"source":257,"target":278},{"source":257,"target":25},{"source":257,"target":279},{"source":278,"target":29},{"source":258,"target":10},{"source":259,"target":33},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":280},{"source":26,"target":281},{"source":280,"target":32},{"source":280,"target":282},{"source":280,"target":26},{"source":282,"target":32},{"source":281,"target":25},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":283},{"source":27,"target":284},{"source":283,"target":285},{"source":283,"target":27},{"source":284,"target":21},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":277},{"source":28,"target":286},{"source":277,"target":25},{"source":277,"target":287},{"source":277,"target":28},{"source":277,"target":256},{"source":287,"target":25},{"source":286,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":279},{"source":29,"target":288},{"source":279,"target":25},{"source":279,"target":289},{"source":279,"target":29},{"source":279,"target":257},{"source":289,"target":25},{"source":288,"target":27},{"source":30,"target":0},{"source":30,"target":290},{"source":290,"target":25},{"source":290,"target":291},{"source":290,"target":30},{"source":291,"target":25},{"source":31,"target":0},{"source":31,"target":292},{"source":31,"target":293},{"source":292,"target":31},{"source":293,"target":20},{"source":293,"target":294},{"source":293,"target":31},{"source":294,"target":20},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":30},{"source":32,"target":295},{"source":32,"target":296},{"source":32,"target":297},{"source":295,"target":25},{"source":295,"target":298},{"source":295,"target":32},{"source":298,"target":25},{"source":296,"target":31},{"source":297,"target":30},{"source":33,"target":0},{"source":33,"target":299},{"source":33,"target":300},{"source":299,"target":33},{"source":300,"target":34},{"source":300,"target":301},{"source":300,"target":33},{"source":301,"target":34},{"source":34,"target":0},{"source":34,"target":302},{"source":34,"target":303},{"source":34,"target":304},{"source":302,"target":305},{"source":302,"target":34},{"source":303,"target":306},{"source":303,"target":34},{"source":304,"target":307},{"source":304,"target":34},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":308},{"source":35,"target":309},{"source":35,"target":310},{"source":308,"target":311},{"source":308,"target":35},{"source":309,"target":312},{"source":309,"target":35},{"source":310,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":313},{"source":36,"target":314},{"source":313,"target":315},{"source":313,"target":36},{"source":314,"target":34},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":316},{"source":37,"target":317},{"source":37,"target":318},{"source":316,"target":319},{"source":316,"target":37},{"source":317,"target":320},{"source":317,"target":37},{"source":318,"target":34},{"source":38,"target":0},{"source":38,"target":34},{"source":38,"target":321},{"source":38,"target":322},{"source":321,"target":323},{"source":321,"target":38},{"source":322,"target":34}],"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="automatedresttesting" nsURI="http://www.example.org/automatedrestesting" nsPrefix="automatedtesttesting"> <eClassifiers xsi:type="ecore:EClass" name="AutomatedRestTesting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1" eType="#//Test" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//RestService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataElements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="entityAttributes" upperBound="-1" eType="#//DomainAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RestService"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="#//MethodType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="response" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="request" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uri" lowerBound="1" eType="#//URL" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeType"> <eLiterals name="string" literal="string"/> <eLiterals name="boolean" value="1"/> <eLiterals name="integer" value="2" literal="integer"/> <eLiterals name="double" value="3" literal="double"/> <eLiterals name="date" value="4" literal="date"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" upperBound="-1" eType="#//Restriction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AttributeType" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Restriction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mockType" eType="#//MockTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertion"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataToTest" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assertionType" eType="#//AssertionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MockTypes"> <eLiterals name="FirstNameType" literal="First Name"/> <eLiterals name="FirstNameMaleType" value="1" literal="First Name (Male)"/> <eLiterals name="FirstNameFemaleType" value="2" literal="First Name (Female)"/> <eLiterals name="LastNameType" value="3" literal="Last Name"/> <eLiterals name="UniversityType" value="4" literal="University"/> <eLiterals name="FullNameType" value="5" literal="Full Name"/> <eLiterals name="GenderType" value="6" literal="Gender"/> <eLiterals name="EmailAddressType" value="7" literal="Email Address"/> <eLiterals name="PhoneType" value="8" literal="Phone"/> <eLiterals name="CountryType" value="9" literal="Country"/> <eLiterals name="CountryCodeType" value="10" literal="Country Code"/> <eLiterals name="CityType" value="11" literal="City"/> <eLiterals name="RowNumberType" value="12" literal="Row Number"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodType"> <eLiterals name="GET" literal="GET"/> <eLiterals name="POST" value="1" literal="POST"/> <eLiterals name="PUT" value="2" literal="PUT"/> <eLiterals name="DELETE" value="3" literal="DELETE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//URLExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramType" eType="#//ParameterType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Test"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertions" lowerBound="1" upperBound="-1" eType="#//Assertion" 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="service" lowerBound="1" eType="#//RestService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//MappingElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterType"> <eLiterals name="path" literal=":"/> <eLiterals name="query" value="1" literal="$"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator"> <eLiterals name="Minor" literal="&lt;"/> <eLiterals name="MinorEqual" value="1" literal="&lt;="/> <eLiterals name="Equal" value="2" literal="="/> <eLiterals name="Different" value="3" literal="&lt;>"/> <eLiterals name="MajorEqual" value="4" literal=">="/> <eLiterals name="Major" value="5" literal=">"/> <eLiterals name="AND" value="6" literal="and"/> <eLiterals name="OR" value="7" literal="or"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AttributeType" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationalOperator" eType="#//RelationalOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expectedValue" lowerBound="1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleEntity" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="entityAttributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true"/> <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="ElementLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Element"/> </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:EEnum" name="AssertionType"> <eLiterals name="response" literal="response"/> <eLiterals name="information" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SeparatorType"> <eLiterals name="Slash" literal="/"/> <eLiterals name="Et" value="1" literal="&amp;"/> <eLiterals name="QuestionMark" value="2" literal="?"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URL"> <eStructuralFeatures xsi:type="ecore:EReference" name="urlexpression" lowerBound="1" upperBound="-1" eType="#//URLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLExpression" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Separator" eSuperTypes="#//URLExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="separatorType" eType="#//SeparatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLText" eSuperTypes="#//URLExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gabrielpintop/automated-rest-testing/automated-rest-testing-core/model/AutomatedRestTesting.ecore
ecore
automatedresttesting AutomatedRestTesting url tests services dataElements Entity entityAttributes RestService method response request name uri AttributeType string string boolean boolean integer integer double double date date Attribute value restrictions type Restriction valid mockType Assertion condition dataToTest assertionType DomainAttribute primaryKey MockTypes FirstNameType First Name FirstNameMaleType First Name (Male) FirstNameFemaleType First Name (Female) LastNameType Last Name UniversityType University FullNameType Full Name GenderType Gender EmailAddressType Email Address PhoneType Phone CountryType Country CountryCodeType Country Code CityType City RowNumberType Row Number MethodType GET GET POST POST PUT PUT DELETE DELETE Parameter paramType Test description assertions name service mappings Element name isArray ParameterType path : query $ RelationalOperator Minor < MinorEqual <= Equal = Different <> MajorEqual >= Major > AND and OR or Expression type relationalOperator expectedValue SimpleEntity entityAttributes MappingElement parameter value Literal StringLiteral value ElementLiteral value IntegerLiteral value AssertionType response response information information SeparatorType Slash / Et & QuestionMark ? URL urlexpression URLExpression Separator separatorType URLText text
null
{"directed":true,"nodes":[{"nsPrefix":"automatedtesttesting","nsURI":"http://www.example.org/automatedrestesting","name":"automatedresttesting","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutomatedRestTesting","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestService","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restriction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MockTypes","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"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":"Test","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleEntity","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssertionType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeparatorType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLText","instanceClass":null,"abstract":false,"id":28,"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":"url","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tests","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":"services","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":"dataElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"response","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"request","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"string","id":50,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"boolean","id":51,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"integer","id":52,"value":2,"literal":"integer","eClass":"EEnumLiteral"},{"name":"double","id":53,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"date","id":54,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"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":"valid","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mockType","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"dataToTest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assertionType","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"name":"FirstNameType","id":75,"value":0,"literal":"First Name","eClass":"EEnumLiteral"},{"name":"FirstNameMaleType","id":76,"value":1,"literal":"First Name (Male)","eClass":"EEnumLiteral"},{"name":"FirstNameFemaleType","id":77,"value":2,"literal":"First Name (Female)","eClass":"EEnumLiteral"},{"name":"LastNameType","id":78,"value":3,"literal":"Last Name","eClass":"EEnumLiteral"},{"name":"UniversityType","id":79,"value":4,"literal":"University","eClass":"EEnumLiteral"},{"name":"FullNameType","id":80,"value":5,"literal":"Full Name","eClass":"EEnumLiteral"},{"name":"GenderType","id":81,"value":6,"literal":"Gender","eClass":"EEnumLiteral"},{"name":"EmailAddressType","id":82,"value":7,"literal":"Email Address","eClass":"EEnumLiteral"},{"name":"PhoneType","id":83,"value":8,"literal":"Phone","eClass":"EEnumLiteral"},{"name":"CountryType","id":84,"value":9,"literal":"Country","eClass":"EEnumLiteral"},{"name":"CountryCodeType","id":85,"value":10,"literal":"Country Code","eClass":"EEnumLiteral"},{"name":"CityType","id":86,"value":11,"literal":"City","eClass":"EEnumLiteral"},{"name":"RowNumberType","id":87,"value":12,"literal":"Row Number","eClass":"EEnumLiteral"},{"name":"GET","id":88,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":89,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":90,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":91,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramType","changeable":true,"lowerBound":0,"iD":false,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":"assertions","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"path","id":109,"value":0,"literal":":","eClass":"EEnumLiteral"},{"name":"query","id":110,"value":1,"literal":"$","eClass":"EEnumLiteral"},{"name":"Minor","id":111,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"MinorEqual","id":112,"value":1,"literal":"<=","eClass":"EEnumLiteral"},{"name":"Equal","id":113,"value":2,"literal":"=","eClass":"EEnumLiteral"},{"name":"Different","id":114,"value":3,"literal":"<>","eClass":"EEnumLiteral"},{"name":"MajorEqual","id":115,"value":4,"literal":">=","eClass":"EEnumLiteral"},{"name":"Major","id":116,"value":5,"literal":">","eClass":"EEnumLiteral"},{"name":"AND","id":117,"value":6,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":118,"value":7,"literal":"or","eClass":"EEnumLiteral"},{"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":119,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationalOperator","changeable":true,"lowerBound":0,"iD":false,"id":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":"expectedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"response","id":141,"value":0,"literal":"response","eClass":"EEnumLiteral"},{"name":"information","id":142,"value":1,"literal":"information","eClass":"EEnumLiteral"},{"name":"Slash","id":143,"value":0,"literal":"/","eClass":"EEnumLiteral"},{"name":"Et","id":144,"value":1,"literal":"&","eClass":"EEnumLiteral"},{"name":"QuestionMark","id":145,"value":2,"literal":"?","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":"urlexpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"separatorType","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"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":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":30,"target":12},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":12},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":3},{"source":32,"target":13},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":13},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":37},{"source":2,"target":38},{"source":37,"target":8},{"source":37,"target":39},{"source":37,"target":2},{"source":39,"target":8},{"source":38,"target":13},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":40,"target":10},{"source":40,"target":45},{"source":40,"target":3},{"source":45,"target":10},{"source":41,"target":13},{"source":41,"target":46},{"source":41,"target":3},{"source":46,"target":13},{"source":42,"target":13},{"source":42,"target":47},{"source":42,"target":3},{"source":47,"target":13},{"source":43,"target":48},{"source":43,"target":3},{"source":44,"target":25},{"source":44,"target":49},{"source":44,"target":3},{"source":49,"target":25},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":55,"target":59},{"source":55,"target":5},{"source":56,"target":6},{"source":56,"target":60},{"source":56,"target":5},{"source":60,"target":6},{"source":57,"target":4},{"source":57,"target":61},{"source":57,"target":5},{"source":61,"target":4},{"source":58,"target":13},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":63},{"source":62,"target":64},{"source":62,"target":6},{"source":63,"target":9},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":9},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":66,"target":16},{"source":66,"target":69},{"source":66,"target":7},{"source":69,"target":16},{"source":67,"target":13},{"source":67,"target":70},{"source":67,"target":7},{"source":70,"target":13},{"source":68,"target":23},{"source":68,"target":71},{"source":68,"target":7},{"source":71,"target":23},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":72},{"source":8,"target":73},{"source":72,"target":74},{"source":72,"target":8},{"source":73,"target":5},{"source":9,"target":0},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9},{"source":78,"target":9},{"source":79,"target":9},{"source":80,"target":9},{"source":81,"target":9},{"source":82,"target":9},{"source":83,"target":9},{"source":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":10,"target":0},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":88,"target":10},{"source":89,"target":10},{"source":90,"target":10},{"source":91,"target":10},{"source":11,"target":0},{"source":11,"target":26},{"source":11,"target":92},{"source":11,"target":93},{"source":92,"target":14},{"source":92,"target":94},{"source":92,"target":11},{"source":94,"target":14},{"source":93,"target":26},{"source":12,"target":0},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":95,"target":100},{"source":95,"target":12},{"source":96,"target":7},{"source":96,"target":101},{"source":96,"target":12},{"source":101,"target":7},{"source":97,"target":102},{"source":97,"target":12},{"source":98,"target":3},{"source":98,"target":103},{"source":98,"target":12},{"source":103,"target":3},{"source":99,"target":18},{"source":99,"target":104},{"source":99,"target":12},{"source":104,"target":18},{"source":13,"target":0},{"source":13,"target":105},{"source":13,"target":106},{"source":105,"target":107},{"source":105,"target":13},{"source":106,"target":108},{"source":106,"target":13},{"source":14,"target":0},{"source":14,"target":109},{"source":14,"target":110},{"source":109,"target":14},{"source":110,"target":14},{"source":15,"target":0},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":111,"target":15},{"source":112,"target":15},{"source":113,"target":15},{"source":114,"target":15},{"source":115,"target":15},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":119,"target":4},{"source":119,"target":122},{"source":119,"target":16},{"source":122,"target":4},{"source":120,"target":15},{"source":120,"target":123},{"source":120,"target":16},{"source":123,"target":15},{"source":121,"target":19},{"source":121,"target":124},{"source":121,"target":16},{"source":124,"target":19},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":125},{"source":17,"target":126},{"source":125,"target":5},{"source":125,"target":127},{"source":125,"target":17},{"source":127,"target":5},{"source":126,"target":13},{"source":18,"target":0},{"source":18,"target":128},{"source":18,"target":129},{"source":128,"target":13},{"source":128,"target":130},{"source":128,"target":18},{"source":130,"target":13},{"source":129,"target":19},{"source":129,"target":131},{"source":129,"target":18},{"source":131,"target":19},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":132},{"source":20,"target":133},{"source":132,"target":134},{"source":132,"target":20},{"source":133,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":135},{"source":21,"target":136},{"source":135,"target":13},{"source":135,"target":137},{"source":135,"target":21},{"source":137,"target":13},{"source":136,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":138},{"source":22,"target":139},{"source":138,"target":140},{"source":138,"target":22},{"source":139,"target":19},{"source":23,"target":0},{"source":23,"target":141},{"source":23,"target":142},{"source":141,"target":23},{"source":142,"target":23},{"source":24,"target":0},{"source":24,"target":143},{"source":24,"target":144},{"source":24,"target":145},{"source":143,"target":24},{"source":144,"target":24},{"source":145,"target":24},{"source":25,"target":0},{"source":25,"target":146},{"source":146,"target":26},{"source":146,"target":147},{"source":146,"target":25},{"source":147,"target":26},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":148},{"source":148,"target":13},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":149},{"source":27,"target":150},{"source":149,"target":24},{"source":149,"target":151},{"source":149,"target":27},{"source":151,"target":24},{"source":150,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":152},{"source":28,"target":153},{"source":152,"target":154},{"source":152,"target":28},{"source":153,"target":26}],"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="hbannotation" nsURI="http://www.eclipse.org/emf/teneo/2006/HbAnnotation" nsPrefix="org.eclipse.emf.teneo.hibernate"> <eAnnotations source="teneo.mapping.source"> <details key="1" value="http://hibernate.elver.org/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="HbAnnotation" abstract="true" eSuperTypes="../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//PAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CompatibleEModelElementType AnnotationIsSupported"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cascade" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="#//HbCascadeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionOfElements" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="ecore:EEnum ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//FetchType" defaultValueLiteral="LAZY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HbMapKey" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Collection"> <details key="name" value="Parameters"/> <details key="packageNS" value="http://www.eclipse.org/emf/teneo/2006/HbAnnotation"/> </eAnnotations> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </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="Type" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <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="parameters" upperBound="-1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Where" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clause" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdBag" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="increment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="long"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="table" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericGenerator" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </eAnnotations> <eAnnotations source="http://annotation.elver.org/internal/Collection"> <details key="name" value="GenericGenerators"/> <details key="packageNS" value="http://www.eclipse.org/emf/teneo/2006/HbAnnotation"/> </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="strategy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CacheConcurrencyStrategy"> <eLiterals name="NONE" literal="NONE"/> <eLiterals name="READ_ONLY" value="1" literal="READ_ONLY"/> <eLiterals name="NONSTRICT_READ_WRITE" value="2" literal="NONSTRICT_READ_WRITE"/> <eLiterals name="READ_WRITE" value="3" literal="READ_WRITE"/> <eLiterals name="TRANSACTIONAL" value="4" literal="TRANSACTIONAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cache" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> <details key="1" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" eType="#//CacheConcurrencyStrategy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="include" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HbFetchType"> <eLiterals name="JOIN" literal="JOIN"/> <eLiterals name="SELECT" value="1" literal="SELECT"/> <eLiterals name="SUBSELECT" value="2" literal="SUBSELECT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fetch" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//HbFetchType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OnDeleteAction"> <eLiterals name="NO_ACTION" literal="NO_ACTION"/> <eLiterals name="CASCADE" value="1" literal="CASCADE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnDelete" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//OnDeleteAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proxy" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lazy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenerationTime"> <eLiterals name="NEVER"/> <eLiterals name="INSERT" value="1"/> <eLiterals name="ALWAYS" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generated" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EAttribute"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//GenerationTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedQuery" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </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="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </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="defaultCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParamDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscriminatorFormula" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <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="NaturalId" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapKeyManyToMany" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="joinColumns" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//JoinColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetEntity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForceDiscriminator" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Immutable" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EAttribute"/> </eAnnotations> <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="NotFoundAction"> <eLiterals name="EXCEPTION" literal="EXCEPTION"/> <eLiterals name="IGNORE" value="1" literal="IGNORE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotFound" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1" eType="#//NotFoundAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HbEntity" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicInsert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectBeforeUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optimisticLock" eType="#//OptimisticLockType" defaultValueLiteral="VERSION"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="polymorphism" eType="#//PolymorphismType" defaultValueLiteral="IMPLICIT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OptimisticLockType"> <eLiterals name="ALL" literal="ALL"/> <eLiterals name="DIRTY" value="1" literal="DIRTY"/> <eLiterals name="NONE" value="2" literal="NONE"/> <eLiterals name="VERSION" value="3" literal="VERSION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PolymorphismType"> <eLiterals name="IMPLICIT" literal="IMPLICIT"/> <eLiterals name="EXPLICIT" value="1" literal="EXPLICIT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HbCascadeType"> <eLiterals name="ALL"/> <eLiterals name="PERSIST" value="1"/> <eLiterals name="MERGE" value="2"/> <eLiterals name="REMOVE" value="3"/> <eLiterals name="REFRESH" value="4"/> <eLiterals name="DELETE" value="5" literal="DELETE"/> <eLiterals name="SAVE_UPDATE" value="6" literal="SAVE_UPDATE"/> <eLiterals name="REPLICATE" value="7" literal="REPLICATE"/> <eLiterals name="DELETE_ORPHAN" value="8" literal="DELETE_ORPHAN"/> <eLiterals name="LOCK" value="9"/> <eLiterals name="EVICT" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BatchSize" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaDef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaColumn" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="ecore:EEnum ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//FetchType" defaultValueLiteral="EAGER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaValue" eSuperTypes="#//HbAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetEntity" 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="AnyMetaDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="string"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="string"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaValues" upperBound="-1" eType="#//MetaValue" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/hibernate/org.eclipse.emf.teneo.hibernate.mapper/model/hbannotation.ecore
ecore
hbannotation HbAnnotation Cascade value CollectionOfElements targetElement fetch LAZY HbMapKey columns Parameter name value Type type parameters Where clause IdBag generator increment type long table GenericGenerator name strategy parameters CacheConcurrencyStrategy NONE NONE READ_ONLY READ_ONLY NONSTRICT_READ_WRITE NONSTRICT_READ_WRITE READ_WRITE READ_WRITE TRANSACTIONAL TRANSACTIONAL Cache usage region include TypeDef name parameters typeClass HbFetchType JOIN JOIN SELECT SELECT SUBSELECT SUBSELECT Fetch value OnDeleteAction NO_ACTION NO_ACTION CASCADE CASCADE OnDelete action Proxy proxyClass lazy true Index name GenerationTime NEVER NEVER INSERT INSERT ALWAYS ALWAYS Generated value NamedQuery name query Filter name condition ParamDef name type FilterDef name defaultCondition parameters DiscriminatorFormula value NaturalId mutable MapKeyManyToMany joinColumns targetEntity ForceDiscriminator Immutable Formula value NotFoundAction EXCEPTION EXCEPTION IGNORE IGNORE NotFound action HbEntity dynamicInsert dynamicUpdate selectBeforeUpdate mutable true persister optimisticLock VERSION polymorphism IMPLICIT OptimisticLockType ALL ALL DIRTY DIRTY NONE NONE VERSION VERSION PolymorphismType IMPLICIT IMPLICIT EXPLICIT EXPLICIT HbCascadeType ALL ALL PERSIST PERSIST MERGE MERGE REMOVE REMOVE REFRESH REFRESH DELETE DELETE SAVE_UPDATE SAVE_UPDATE REPLICATE REPLICATE DELETE_ORPHAN DELETE_ORPHAN LOCK LOCK EVICT EVICT BatchSize size Any metaDef metaColumn fetch EAGER optional true MetaValue targetEntity value AnyMetaDef name metaType string idType string metaValues
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.teneo.hibernate","nsURI":"http://www.eclipse.org/emf/teneo/2006/HbAnnotation","name":"hbannotation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbAnnotation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cascade","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOfElements","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbMapKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Where","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdBag","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericGenerator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CacheConcurrencyStrategy","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cache","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HbFetchType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fetch","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OnDeleteAction","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnDelete","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proxy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenerationTime","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generated","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedQuery","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminatorFormula","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalId","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapKeyManyToMany","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForceDiscriminator","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Immutable","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NotFoundAction","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotFound","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbEntity","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptimisticLockType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PolymorphismType","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HbCascadeType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BatchSize","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaValue","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyMetaDef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","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":"LAZY","unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"increment","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"increment","unsettable":false,"transient":false,"unique":true,"name":"generator","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"long","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"long","unsettable":false,"transient":false,"unique":true,"name":"type","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":"table","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strategy","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"NONE","id":80,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"READ_ONLY","id":81,"value":1,"literal":"READ_ONLY","eClass":"EEnumLiteral"},{"name":"NONSTRICT_READ_WRITE","id":82,"value":2,"literal":"NONSTRICT_READ_WRITE","eClass":"EEnumLiteral"},{"name":"READ_WRITE","id":83,"value":3,"literal":"READ_WRITE","eClass":"EEnumLiteral"},{"name":"TRANSACTIONAL","id":84,"value":4,"literal":"TRANSACTIONAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"lowerBound":0,"iD":false,"id":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":"region","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"include","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"typeClass","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"JOIN","id":99,"value":0,"literal":"JOIN","eClass":"EEnumLiteral"},{"name":"SELECT","id":100,"value":1,"literal":"SELECT","eClass":"EEnumLiteral"},{"name":"SUBSELECT","id":101,"value":2,"literal":"SUBSELECT","eClass":"EEnumLiteral"},{"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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"NO_ACTION","id":105,"value":0,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"CASCADE","id":106,"value":1,"literal":"CASCADE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"proxyClass","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"lazy","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"NEVER","id":118,"value":0,"literal":"NEVER","eClass":"EEnumLiteral"},{"name":"INSERT","id":119,"value":1,"literal":"INSERT","eClass":"EEnumLiteral"},{"name":"ALWAYS","id":120,"value":2,"literal":"ALWAYS","eClass":"EEnumLiteral"},{"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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"defaultCondition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":"mutable","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"joinColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetEntity","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"EXCEPTION","id":162,"value":0,"literal":"EXCEPTION","eClass":"EEnumLiteral"},{"name":"IGNORE","id":163,"value":1,"literal":"IGNORE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicInsert","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"dynamicUpdate","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"selectBeforeUpdate","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persister","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VERSION","unsettable":false,"transient":false,"unique":true,"name":"optimisticLock","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"IMPLICIT","unsettable":false,"transient":false,"unique":true,"name":"polymorphism","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"name":"ALL","id":182,"value":0,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"DIRTY","id":183,"value":1,"literal":"DIRTY","eClass":"EEnumLiteral"},{"name":"NONE","id":184,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"VERSION","id":185,"value":3,"literal":"VERSION","eClass":"EEnumLiteral"},{"name":"IMPLICIT","id":186,"value":0,"literal":"IMPLICIT","eClass":"EEnumLiteral"},{"name":"EXPLICIT","id":187,"value":1,"literal":"EXPLICIT","eClass":"EEnumLiteral"},{"name":"ALL","id":188,"value":0,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"PERSIST","id":189,"value":1,"literal":"PERSIST","eClass":"EEnumLiteral"},{"name":"MERGE","id":190,"value":2,"literal":"MERGE","eClass":"EEnumLiteral"},{"name":"REMOVE","id":191,"value":3,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"REFRESH","id":192,"value":4,"literal":"REFRESH","eClass":"EEnumLiteral"},{"name":"DELETE","id":193,"value":5,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"SAVE_UPDATE","id":194,"value":6,"literal":"SAVE_UPDATE","eClass":"EEnumLiteral"},{"name":"REPLICATE","id":195,"value":7,"literal":"REPLICATE","eClass":"EEnumLiteral"},{"name":"DELETE_ORPHAN","id":196,"value":8,"literal":"DELETE_ORPHAN","eClass":"EEnumLiteral"},{"name":"LOCK","id":197,"value":9,"literal":"LOCK","eClass":"EEnumLiteral"},{"name":"EVICT","id":198,"value":10,"literal":"EVICT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaDef","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EAGER","unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":204,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetEntity","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"metaType","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"idType","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaValues","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":42},{"source":2,"target":43},{"source":42,"target":36},{"source":42,"target":44},{"source":42,"target":2},{"source":44,"target":36},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":49},{"source":46,"target":3},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":50},{"source":4,"target":51},{"source":50,"target":52},{"source":50,"target":4},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":53,"target":56},{"source":53,"target":5},{"source":54,"target":57},{"source":54,"target":5},{"source":55,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":5},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":5},{"source":60,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":63},{"source":7,"target":64},{"source":63,"target":65},{"source":63,"target":7},{"source":64,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":71},{"source":67,"target":8},{"source":68,"target":72},{"source":68,"target":8},{"source":69,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":78},{"source":74,"target":9},{"source":75,"target":5},{"source":75,"target":79},{"source":75,"target":9},{"source":79,"target":5},{"source":76,"target":1},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":80,"target":10},{"source":81,"target":10},{"source":82,"target":10},{"source":83,"target":10},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":85,"target":10},{"source":85,"target":89},{"source":85,"target":11},{"source":89,"target":10},{"source":86,"target":90},{"source":86,"target":11},{"source":87,"target":91},{"source":87,"target":11},{"source":88,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":92,"target":96},{"source":92,"target":12},{"source":93,"target":5},{"source":93,"target":97},{"source":93,"target":12},{"source":97,"target":5},{"source":94,"target":98},{"source":94,"target":12},{"source":95,"target":1},{"source":13,"target":0},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":99,"target":13},{"source":100,"target":13},{"source":101,"target":13},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":102},{"source":14,"target":103},{"source":102,"target":13},{"source":102,"target":104},{"source":102,"target":14},{"source":104,"target":13},{"source":103,"target":1},{"source":15,"target":0},{"source":15,"target":105},{"source":15,"target":106},{"source":105,"target":15},{"source":106,"target":15},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":107},{"source":16,"target":108},{"source":107,"target":15},{"source":107,"target":109},{"source":107,"target":16},{"source":109,"target":15},{"source":108,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":114},{"source":111,"target":17},{"source":112,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":117},{"source":115,"target":18},{"source":116,"target":1},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":118,"target":19},{"source":119,"target":19},{"source":120,"target":19},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":121},{"source":20,"target":122},{"source":121,"target":19},{"source":121,"target":123},{"source":121,"target":20},{"source":123,"target":19},{"source":122,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":124,"target":127},{"source":124,"target":21},{"source":125,"target":128},{"source":125,"target":21},{"source":126,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":129,"target":132},{"source":129,"target":22},{"source":130,"target":133},{"source":130,"target":22},{"source":131,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":134},{"source":23,"target":135},{"source":23,"target":136},{"source":134,"target":137},{"source":134,"target":23},{"source":135,"target":138},{"source":135,"target":23},{"source":136,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":24,"target":142},{"source":139,"target":143},{"source":139,"target":24},{"source":140,"target":144},{"source":140,"target":24},{"source":141,"target":23},{"source":141,"target":145},{"source":141,"target":24},{"source":145,"target":23},{"source":142,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":146},{"source":25,"target":147},{"source":146,"target":148},{"source":146,"target":25},{"source":147,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":149},{"source":26,"target":150},{"source":149,"target":151},{"source":149,"target":26},{"source":150,"target":1},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":152,"target":155},{"source":152,"target":27},{"source":153,"target":156},{"source":153,"target":27},{"source":154,"target":1},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":157},{"source":157,"target":1},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":158},{"source":158,"target":1},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":159},{"source":30,"target":160},{"source":159,"target":161},{"source":159,"target":30},{"source":160,"target":1},{"source":31,"target":0},{"source":31,"target":162},{"source":31,"target":163},{"source":162,"target":31},{"source":163,"target":31},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":164},{"source":32,"target":165},{"source":164,"target":31},{"source":164,"target":166},{"source":164,"target":32},{"source":166,"target":31},{"source":165,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":167},{"source":33,"target":168},{"source":33,"target":169},{"source":33,"target":170},{"source":33,"target":171},{"source":33,"target":172},{"source":33,"target":173},{"source":33,"target":174},{"source":167,"target":175},{"source":167,"target":33},{"source":168,"target":176},{"source":168,"target":33},{"source":169,"target":177},{"source":169,"target":33},{"source":170,"target":178},{"source":170,"target":33},{"source":171,"target":179},{"source":171,"target":33},{"source":172,"target":34},{"source":172,"target":180},{"source":172,"target":33},{"source":180,"target":34},{"source":173,"target":35},{"source":173,"target":181},{"source":173,"target":33},{"source":181,"target":35},{"source":174,"target":1},{"source":34,"target":0},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":182,"target":34},{"source":183,"target":34},{"source":184,"target":34},{"source":185,"target":34},{"source":35,"target":0},{"source":35,"target":186},{"source":35,"target":187},{"source":186,"target":35},{"source":187,"target":35},{"source":36,"target":0},{"source":36,"target":188},{"source":36,"target":189},{"source":36,"target":190},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":188,"target":36},{"source":189,"target":36},{"source":190,"target":36},{"source":191,"target":36},{"source":192,"target":36},{"source":193,"target":36},{"source":194,"target":36},{"source":195,"target":36},{"source":196,"target":36},{"source":197,"target":36},{"source":198,"target":36},{"source":37,"target":0},{"source":37,"target":1},{"source":37,"target":199},{"source":37,"target":200},{"source":199,"target":201},{"source":199,"target":37},{"source":200,"target":1},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":202},{"source":38,"target":203},{"source":38,"target":204},{"source":38,"target":205},{"source":38,"target":206},{"source":202,"target":207},{"source":202,"target":38},{"source":203,"target":208},{"source":203,"target":38},{"source":204,"target":209},{"source":204,"target":38},{"source":205,"target":210},{"source":205,"target":38},{"source":206,"target":1},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":214},{"source":211,"target":39},{"source":212,"target":215},{"source":212,"target":39},{"source":213,"target":1},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":40,"target":219},{"source":40,"target":220},{"source":216,"target":221},{"source":216,"target":40},{"source":217,"target":222},{"source":217,"target":40},{"source":218,"target":223},{"source":218,"target":40},{"source":219,"target":39},{"source":219,"target":224},{"source":219,"target":40},{"source":224,"target":39},{"source":220,"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="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true" interface="true"> <eOperations name="getGraph" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement"> <eOperations name="getUnit" eType="#//Unit"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSubModule" eType="#//Module"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getAllRules" upperBound="-1" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subModules" upperBound="-1" eType="#//Module" containment="true" eOpposite="#//Module/superModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superModule" eType="#//Module" eOpposite="#//Module/subModules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty parameterNamesUnique parameterMappingsPointToDirectSubUnit"/> </eAnnotations> <eOperations name="getModule" eType="#//Module"/> <eOperations name="getSubUnits" ordered="false" upperBound="-1" eType="#//Unit"> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getParameter" eType="#//Parameter"> <eParameters name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMappings" upperBound="-1" eType="#//ParameterMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingsFromLeft2Right createdNodesNotAbstract createdEdgesNotDerived deletedEdgesNotDerived uniqueNodeNames varParametersOccurOnLeftSide multiRuleParametersSameKind"/> </eAnnotations> <eOperations name="getKernelRule" eType="#//Rule"/> <eOperations name="getRootRule" eType="#//Rule"/> <eOperations name="getMultiRule" eType="#//Rule"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMultiRulePath" upperBound="-1" eType="#//Rule"> <eParameters name="multiRule" eType="#//Rule"/> </eOperations> <eOperations name="getAllMultiRules" upperBound="-1" eType="#//Rule"/> <eOperations name="getAllMappings" upperBound="-1" eType="#//Mapping"/> <eOperations name="getActionNodes" upperBound="-1" eType="#//Node"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionEdges" upperBound="-1" eType="#//Edge"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getParameterNodes" upperBound="-1" eType="#//Node"/> <eOperations name="getAllJavaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="isMultiRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createNode" eType="#//Node"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="createEdge" eType="#//Edge"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="canCreateEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" eType="#//Edge"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="attribute" eType="#//Attribute"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1" eType="#//AttributeCondition" containment="true" eOpposite="#//AttributeCondition/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiRules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiMappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty nameNotTypeName nameNotKindAlias unknownKindDeprecated nameNotKeyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" eOpposite="#//Unit/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterMapping" eSuperTypes="#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="inParameterMappingIsCausal outParameterMappingIsCausal inoutParameterMappingIsCausal varParameterMappingIsCausal"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement"> <eOperations name="getRule" eType="#//Rule"/> <eOperations name="getNode" eType="#//Node"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNodes" ordered="false" upperBound="-1" eType="#//Node"> <eParameters name="nodeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getEdges" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="edgeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getNestedConditions" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getNACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="isLhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isRhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" lowerBound="1" eType="#//Edge"/> </eOperations> <eOperations name="removeNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="nestedCondition" eType="#//NestedCondition"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueAttributeTypes atMostOneContainer NodeDeletionDanglingEdge NodeCreationWithoutContainment"/> </eAnnotations> <eOperations name="getAllEdges" upperBound="-1" eType="#//Edge"/> <eOperations name="getOutgoing" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getIncoming" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getOutgoing" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="target" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getIncoming" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="source" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eOperations> <eOperations name="getActionAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionNode" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="equalParentGraphs indexValidJavaScript indexAllParametersAreDeclared noContainmentCycles EOppositeContainments oppositeEdgeConsidered noParallelEdgesOfSameType containmentEdgeDeletion containmentEdgeCreation"/> </eAnnotations> <eOperations name="getActionEdge" eType="#//Edge"/> <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="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/edges"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexConstant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="valueValidJavaScript valueAllParametersAreDeclared"/> </eAnnotations> <eOperations name="getActionAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" changeable="false" transient="true" defaultValueLiteral="ACED0005740000" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="conditionTextNotEmpty conditionValidJavaScript conditionAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule" eOpposite="#//Rule/attributeConditions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnit" lowerBound="1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnits" unique="false" upperBound="-1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialUnit" eSuperTypes="#//MultiUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnaryUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="iterationsNotEmpty iterationsValidJavaScript iterationsAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iterations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnaryUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true" interface="true"> <eOperations name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedCondition" eSuperTypes="#//ModelElement #//Formula"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingOriginContainedInParentCondition mappingImageContainedInCurrent"/> </eAnnotations> <eOperations name="getHost" eType="#//Graph"/> <eOperations name="isPAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusion" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryFormula"/> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="org.eclipse.emf.henshin.model.Action"/> <eClassifiers xsi:type="ecore:EEnum" name="ParameterKind"> <eLiterals name="UNKNOWN"/> <eLiterals name="IN" value="1"/> <eLiterals name="OUT" value="2"/> <eLiterals name="INOUT" value="3"/> <eLiterals name="VAR" value="4"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/alxbrd/henshin/plugins/org.eclipse.emf.henshin.model/model/henshin.ecore
ecore
henshin ModelElement annotations Annotation key value NamedElement name description GraphElement getGraph action Module getUnit name getSubModule name getAllRules subModules superModule imports units instances Unit getModule getSubUnits deep getParameter parameter parameters parameterMappings activated true Rule getKernelRule getRootRule getMultiRule name getMultiRulePath multiRule getAllMultiRules getAllMappings getActionNodes action getActionEdges action getParameterNodes getAllJavaImports isMultiRule createNode type createEdge source target type canCreateEdge source target type removeEdge edge removeMapped removeNode node removeMapped removeAttribute attribute removeMapped lhs rhs attributeConditions mappings checkDangling true injectiveMatching true multiRules multiMappings javaImports Parameter unit type kind ParameterMapping source target Graph getRule getNode name getNodes nodeType getEdges edgeType getNestedConditions getPAC name getNAC name getPACs getNACs isLhs isRhs isNestedCondition createPAC name createNAC name removeNode node removeEdge edge removeNestedCondition nestedCondition nodes edges formula Node getAllEdges getOutgoing type getIncoming type getOutgoing type target getIncoming type source getAttribute type getActionAttributes action getActionNode type attributes graph incoming outgoing Edge getActionEdge source target type graph index indexConstant Attribute getActionAttribute type value node constant ACED0005740000 null false AttributeCondition rule conditionText Mapping origin image UnaryUnit subUnit MultiUnit subUnits IndependentUnit SequentialUnit strict true rollback true ConditionalUnit if then else PriorityUnit IteratedUnit iterations LoopUnit Formula isTrue isFalse NestedCondition getHost isPAC isNAC conclusion mappings UnaryFormula child BinaryFormula left right And Or Xor Not Action org.eclipse.emf.henshin.model.Action org.eclipse.emf.henshin.model.Action ParameterKind UNKNOWN UNKNOWN IN IN OUT OUT INOUT INOUT VAR VAR
null
{"directed":true,"nodes":[{"nsPrefix":"henshin","nsURI":"http://www.eclipse.org/emf/2011/Henshin","name":"henshin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.henshin.model.Action","defaultValue":null,"instanceClassName":"org.eclipse.emf.henshin.model.Action","name":"Action","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"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":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":46,"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":"action","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllRules","lowerBound":0,"id":52,"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":"subModules","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":"superModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":72,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":73,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"activated","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":97,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllJavaImports","lowerBound":0,"id":98,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":105,"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":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"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":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"injectiveMatching","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiRules","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":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"javaImports","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EParameter"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":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":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":190,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":191,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":192,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":195,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":196,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":204,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nodeType","lowerBound":1,"id":214,"many":false,"required":true,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":241,"many":false,"required":true,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":251,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":252,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":253,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":257,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":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":261,"derived":false},{"container":false,"ordered":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":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":270,"many":false,"required":true,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":278,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EParameter"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":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":296,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"index","changeable":true,"lowerBound":0,"iD":false,"id":299,"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":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":300,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ACED0005740000","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":0,"iD":false,"id":313,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":0,"iD":false,"id":314,"derived":true},{"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionText","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"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":"strict","changeable":true,"lowerBound":0,"iD":false,"id":339,"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":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":362,"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":"conclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"name":"UNKNOWN","id":386,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN","id":387,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":388,"value":2,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":389,"value":3,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"VAR","id":390,"value":4,"literal":"VAR","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":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":39},{"source":36,"target":2},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":41,"target":44},{"source":41,"target":3},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":1},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":10},{"source":47,"target":32},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":50,"target":6},{"source":50,"target":59},{"source":50,"target":5},{"source":50,"target":60},{"source":59,"target":6},{"source":60,"target":61},{"source":60,"target":50},{"source":51,"target":5},{"source":51,"target":62},{"source":51,"target":5},{"source":51,"target":63},{"source":62,"target":5},{"source":63,"target":64},{"source":63,"target":51},{"source":52,"target":7},{"source":52,"target":65},{"source":52,"target":5},{"source":65,"target":7},{"source":53,"target":5},{"source":53,"target":66},{"source":53,"target":5},{"source":53,"target":54},{"source":66,"target":5},{"source":54,"target":5},{"source":54,"target":67},{"source":54,"target":5},{"source":54,"target":53},{"source":67,"target":5},{"source":55,"target":68},{"source":55,"target":5},{"source":56,"target":6},{"source":56,"target":69},{"source":56,"target":5},{"source":69,"target":6},{"source":57,"target":10},{"source":57,"target":70},{"source":57,"target":5},{"source":70,"target":10},{"source":58,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":71,"target":5},{"source":71,"target":78},{"source":71,"target":6},{"source":78,"target":5},{"source":72,"target":6},{"source":72,"target":79},{"source":72,"target":6},{"source":72,"target":80},{"source":79,"target":6},{"source":80,"target":81},{"source":80,"target":72},{"source":73,"target":8},{"source":73,"target":82},{"source":73,"target":6},{"source":73,"target":83},{"source":82,"target":8},{"source":83,"target":84},{"source":83,"target":73},{"source":74,"target":8},{"source":74,"target":85},{"source":74,"target":6},{"source":74,"target":86},{"source":85,"target":8},{"source":75,"target":9},{"source":75,"target":87},{"source":75,"target":6},{"source":87,"target":9},{"source":76,"target":88},{"source":76,"target":6},{"source":77,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":89,"target":7},{"source":89,"target":116},{"source":89,"target":7},{"source":116,"target":7},{"source":90,"target":7},{"source":90,"target":117},{"source":90,"target":7},{"source":117,"target":7},{"source":91,"target":7},{"source":91,"target":118},{"source":91,"target":7},{"source":91,"target":119},{"source":118,"target":7},{"source":119,"target":120},{"source":119,"target":91},{"source":92,"target":7},{"source":92,"target":121},{"source":92,"target":7},{"source":92,"target":122},{"source":121,"target":7},{"source":122,"target":7},{"source":122,"target":123},{"source":122,"target":92},{"source":123,"target":7},{"source":93,"target":7},{"source":93,"target":124},{"source":93,"target":7},{"source":124,"target":7},{"source":94,"target":15},{"source":94,"target":125},{"source":94,"target":7},{"source":125,"target":15},{"source":95,"target":11},{"source":95,"target":126},{"source":95,"target":7},{"source":95,"target":127},{"source":126,"target":11},{"source":127,"target":32},{"source":127,"target":128},{"source":127,"target":95},{"source":128,"target":32},{"source":96,"target":12},{"source":96,"target":129},{"source":96,"target":7},{"source":96,"target":130},{"source":129,"target":12},{"source":130,"target":32},{"source":130,"target":131},{"source":130,"target":96},{"source":131,"target":32},{"source":97,"target":11},{"source":97,"target":132},{"source":97,"target":7},{"source":132,"target":11},{"source":98,"target":133},{"source":98,"target":7},{"source":99,"target":134},{"source":99,"target":7},{"source":100,"target":11},{"source":100,"target":135},{"source":100,"target":7},{"source":100,"target":136},{"source":135,"target":11},{"source":136,"target":137},{"source":136,"target":100},{"source":101,"target":12},{"source":101,"target":138},{"source":101,"target":7},{"source":101,"target":139},{"source":101,"target":140},{"source":101,"target":141},{"source":138,"target":12},{"source":139,"target":11},{"source":139,"target":142},{"source":139,"target":101},{"source":142,"target":11},{"source":140,"target":11},{"source":140,"target":143},{"source":140,"target":101},{"source":143,"target":11},{"source":141,"target":144},{"source":141,"target":101},{"source":102,"target":145},{"source":102,"target":7},{"source":102,"target":146},{"source":102,"target":147},{"source":102,"target":148},{"source":146,"target":11},{"source":146,"target":149},{"source":146,"target":102},{"source":149,"target":11},{"source":147,"target":11},{"source":147,"target":150},{"source":147,"target":102},{"source":150,"target":11},{"source":148,"target":151},{"source":148,"target":102},{"source":103,"target":152},{"source":103,"target":7},{"source":103,"target":153},{"source":103,"target":154},{"source":153,"target":12},{"source":153,"target":155},{"source":153,"target":103},{"source":155,"target":12},{"source":154,"target":156},{"source":154,"target":103},{"source":104,"target":157},{"source":104,"target":7},{"source":104,"target":158},{"source":104,"target":159},{"source":158,"target":11},{"source":158,"target":160},{"source":158,"target":104},{"source":160,"target":11},{"source":159,"target":161},{"source":159,"target":104},{"source":105,"target":162},{"source":105,"target":7},{"source":105,"target":163},{"source":105,"target":164},{"source":163,"target":13},{"source":163,"target":165},{"source":163,"target":105},{"source":165,"target":13},{"source":164,"target":166},{"source":164,"target":105},{"source":106,"target":10},{"source":106,"target":167},{"source":106,"target":7},{"source":167,"target":10},{"source":107,"target":10},{"source":107,"target":168},{"source":107,"target":7},{"source":168,"target":10},{"source":108,"target":14},{"source":108,"target":169},{"source":108,"target":7},{"source":108,"target":170},{"source":169,"target":14},{"source":109,"target":15},{"source":109,"target":171},{"source":109,"target":7},{"source":171,"target":15},{"source":110,"target":172},{"source":110,"target":7},{"source":111,"target":173},{"source":111,"target":7},{"source":112,"target":7},{"source":112,"target":174},{"source":112,"target":7},{"source":174,"target":7},{"source":113,"target":15},{"source":113,"target":175},{"source":113,"target":7},{"source":175,"target":15},{"source":114,"target":176},{"source":114,"target":7},{"source":115,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":86},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":86,"target":6},{"source":86,"target":180},{"source":86,"target":8},{"source":86,"target":74},{"source":180,"target":6},{"source":177,"target":181},{"source":177,"target":8},{"source":178,"target":33},{"source":178,"target":182},{"source":178,"target":8},{"source":182,"target":33},{"source":179,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":183},{"source":9,"target":184},{"source":9,"target":185},{"source":183,"target":8},{"source":183,"target":186},{"source":183,"target":9},{"source":186,"target":8},{"source":184,"target":8},{"source":184,"target":187},{"source":184,"target":9},{"source":187,"target":8},{"source":185,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":188},{"source":10,"target":189},{"source":10,"target":190},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":10,"target":207},{"source":10,"target":208},{"source":188,"target":7},{"source":188,"target":209},{"source":188,"target":10},{"source":209,"target":7},{"source":189,"target":11},{"source":189,"target":210},{"source":189,"target":10},{"source":189,"target":211},{"source":210,"target":11},{"source":211,"target":212},{"source":211,"target":189},{"source":190,"target":11},{"source":190,"target":213},{"source":190,"target":10},{"source":190,"target":214},{"source":213,"target":11},{"source":214,"target":215},{"source":214,"target":190},{"source":191,"target":12},{"source":191,"target":216},{"source":191,"target":10},{"source":191,"target":217},{"source":216,"target":12},{"source":217,"target":218},{"source":217,"target":191},{"source":192,"target":25},{"source":192,"target":219},{"source":192,"target":10},{"source":219,"target":25},{"source":193,"target":25},{"source":193,"target":220},{"source":193,"target":10},{"source":193,"target":221},{"source":220,"target":25},{"source":221,"target":222},{"source":221,"target":193},{"source":194,"target":25},{"source":194,"target":223},{"source":194,"target":10},{"source":194,"target":224},{"source":223,"target":25},{"source":224,"target":225},{"source":224,"target":194},{"source":195,"target":25},{"source":195,"target":226},{"source":195,"target":10},{"source":226,"target":25},{"source":196,"target":25},{"source":196,"target":227},{"source":196,"target":10},{"source":227,"target":25},{"source":197,"target":228},{"source":197,"target":10},{"source":198,"target":229},{"source":198,"target":10},{"source":199,"target":230},{"source":199,"target":10},{"source":200,"target":25},{"source":200,"target":231},{"source":200,"target":10},{"source":200,"target":232},{"source":231,"target":25},{"source":232,"target":233},{"source":232,"target":200},{"source":201,"target":25},{"source":201,"target":234},{"source":201,"target":10},{"source":201,"target":235},{"source":234,"target":25},{"source":235,"target":236},{"source":235,"target":201},{"source":202,"target":237},{"source":202,"target":10},{"source":202,"target":238},{"source":238,"target":11},{"source":238,"target":239},{"source":238,"target":202},{"source":239,"target":11},{"source":203,"target":240},{"source":203,"target":10},{"source":203,"target":241},{"source":241,"target":12},{"source":241,"target":242},{"source":241,"target":203},{"source":242,"target":12},{"source":204,"target":243},{"source":204,"target":10},{"source":204,"target":244},{"source":244,"target":25},{"source":244,"target":245},{"source":244,"target":204},{"source":245,"target":25},{"source":205,"target":11},{"source":205,"target":246},{"source":205,"target":10},{"source":205,"target":247},{"source":246,"target":11},{"source":206,"target":12},{"source":206,"target":248},{"source":206,"target":10},{"source":206,"target":249},{"source":248,"target":12},{"source":207,"target":24},{"source":207,"target":250},{"source":207,"target":10},{"source":250,"target":24},{"source":208,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":4},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":253},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":259},{"source":11,"target":260},{"source":11,"target":247},{"source":11,"target":261},{"source":11,"target":262},{"source":11,"target":263},{"source":11,"target":264},{"source":251,"target":12},{"source":251,"target":265},{"source":251,"target":11},{"source":265,"target":12},{"source":252,"target":12},{"source":252,"target":266},{"source":252,"target":11},{"source":252,"target":267},{"source":266,"target":12},{"source":267,"target":268},{"source":267,"target":252},{"source":253,"target":12},{"source":253,"target":269},{"source":253,"target":11},{"source":253,"target":270},{"source":269,"target":12},{"source":270,"target":271},{"source":270,"target":253},{"source":254,"target":12},{"source":254,"target":272},{"source":254,"target":11},{"source":254,"target":273},{"source":254,"target":274},{"source":272,"target":12},{"source":273,"target":275},{"source":273,"target":254},{"source":274,"target":11},{"source":274,"target":276},{"source":274,"target":254},{"source":276,"target":11},{"source":255,"target":12},{"source":255,"target":277},{"source":255,"target":11},{"source":255,"target":278},{"source":255,"target":279},{"source":277,"target":12},{"source":278,"target":280},{"source":278,"target":255},{"source":279,"target":11},{"source":279,"target":281},{"source":279,"target":255},{"source":281,"target":11},{"source":256,"target":13},{"source":256,"target":282},{"source":256,"target":11},{"source":256,"target":283},{"source":282,"target":13},{"source":283,"target":284},{"source":283,"target":256},{"source":257,"target":13},{"source":257,"target":285},{"source":257,"target":11},{"source":257,"target":286},{"source":285,"target":13},{"source":286,"target":32},{"source":286,"target":287},{"source":286,"target":257},{"source":287,"target":32},{"source":258,"target":11},{"source":258,"target":288},{"source":258,"target":11},{"source":288,"target":11},{"source":259,"target":289},{"source":259,"target":11},{"source":260,"target":13},{"source":260,"target":290},{"source":260,"target":11},{"source":260,"target":291},{"source":290,"target":13},{"source":247,"target":10},{"source":247,"target":292},{"source":247,"target":11},{"source":247,"target":205},{"source":292,"target":10},{"source":261,"target":12},{"source":261,"target":293},{"source":261,"target":11},{"source":261,"target":294},{"source":293,"target":12},{"source":262,"target":12},{"source":262,"target":295},{"source":262,"target":11},{"source":262,"target":296},{"source":295,"target":12},{"source":263,"target":3},{"source":264,"target":4},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":297},{"source":12,"target":296},{"source":12,"target":294},{"source":12,"target":298},{"source":12,"target":249},{"source":12,"target":299},{"source":12,"target":300},{"source":12,"target":301},{"source":12,"target":302},{"source":297,"target":12},{"source":297,"target":303},{"source":297,"target":12},{"source":303,"target":12},{"source":296,"target":11},{"source":296,"target":304},{"source":296,"target":12},{"source":296,"target":262},{"source":304,"target":11},{"source":294,"target":11},{"source":294,"target":305},{"source":294,"target":12},{"source":294,"target":261},{"source":305,"target":11},{"source":298,"target":306},{"source":298,"target":12},{"source":249,"target":10},{"source":249,"target":307},{"source":249,"target":12},{"source":249,"target":206},{"source":307,"target":10},{"source":299,"target":308},{"source":299,"target":12},{"source":300,"target":309},{"source":300,"target":12},{"source":301,"target":1},{"source":302,"target":4},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":310},{"source":13,"target":311},{"source":13,"target":312},{"source":13,"target":291},{"source":13,"target":313},{"source":13,"target":314},{"source":13,"target":315},{"source":13,"target":316},{"source":310,"target":13},{"source":310,"target":317},{"source":310,"target":13},{"source":317,"target":13},{"source":311,"target":318},{"source":311,"target":13},{"source":312,"target":319},{"source":312,"target":13},{"source":291,"target":11},{"source":291,"target":320},{"source":291,"target":13},{"source":291,"target":260},{"source":320,"target":11},{"source":313,"target":321},{"source":313,"target":13},{"source":314,"target":322},{"source":314,"target":13},{"source":315,"target":1},{"source":316,"target":4},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":170},{"source":14,"target":323},{"source":14,"target":324},{"source":170,"target":7},{"source":170,"target":325},{"source":170,"target":14},{"source":170,"target":108},{"source":325,"target":7},{"source":323,"target":326},{"source":323,"target":14},{"source":324,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":327},{"source":15,"target":328},{"source":15,"target":329},{"source":327,"target":11},{"source":327,"target":330},{"source":327,"target":15},{"source":330,"target":11},{"source":328,"target":11},{"source":328,"target":331},{"source":328,"target":15},{"source":331,"target":11},{"source":329,"target":1},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":332},{"source":16,"target":333},{"source":332,"target":6},{"source":332,"target":334},{"source":332,"target":16},{"source":334,"target":6},{"source":333,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":335},{"source":17,"target":336},{"source":335,"target":6},{"source":335,"target":337},{"source":335,"target":17},{"source":337,"target":6},{"source":336,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":338},{"source":338,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":339},{"source":19,"target":340},{"source":19,"target":341},{"source":339,"target":342},{"source":339,"target":19},{"source":340,"target":343},{"source":340,"target":19},{"source":341,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":344},{"source":20,"target":345},{"source":20,"target":346},{"source":20,"target":347},{"source":344,"target":6},{"source":344,"target":348},{"source":344,"target":20},{"source":348,"target":6},{"source":345,"target":6},{"source":345,"target":349},{"source":345,"target":20},{"source":349,"target":6},{"source":346,"target":6},{"source":346,"target":350},{"source":346,"target":20},{"source":350,"target":6},{"source":347,"target":6},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":351},{"source":351,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":352},{"source":22,"target":353},{"source":352,"target":354},{"source":352,"target":22},{"source":353,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":355},{"source":355,"target":16},{"source":24,"target":0},{"source":24,"target":356},{"source":24,"target":357},{"source":356,"target":358},{"source":356,"target":24},{"source":357,"target":359},{"source":357,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":360},{"source":25,"target":361},{"source":25,"target":362},{"source":25,"target":363},{"source":25,"target":364},{"source":25,"target":365},{"source":25,"target":366},{"source":360,"target":10},{"source":360,"target":367},{"source":360,"target":25},{"source":367,"target":10},{"source":361,"target":368},{"source":361,"target":25},{"source":362,"target":369},{"source":362,"target":25},{"source":363,"target":10},{"source":363,"target":370},{"source":363,"target":25},{"source":370,"target":10},{"source":364,"target":15},{"source":364,"target":371},{"source":364,"target":25},{"source":371,"target":15},{"source":365,"target":1},{"source":366,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":372},{"source":26,"target":373},{"source":26,"target":374},{"source":372,"target":24},{"source":372,"target":375},{"source":372,"target":26},{"source":375,"target":24},{"source":373,"target":1},{"source":374,"target":24},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":376},{"source":27,"target":377},{"source":27,"target":378},{"source":27,"target":379},{"source":376,"target":24},{"source":376,"target":380},{"source":376,"target":27},{"source":380,"target":24},{"source":377,"target":24},{"source":377,"target":381},{"source":377,"target":27},{"source":381,"target":24},{"source":378,"target":1},{"source":379,"target":24},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":382},{"source":382,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":383},{"source":383,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":384},{"source":384,"target":27},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":385},{"source":385,"target":26},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":386},{"source":33,"target":387},{"source":33,"target":388},{"source":33,"target":389},{"source":33,"target":390},{"source":386,"target":33},{"source":387,"target":33},{"source":388,"target":33},{"source":389,"target":33},{"source":390,"target":33}],"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="FordOtosan" nsURI="fordOtosan" nsPrefix="fordOtosan"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/import"> <details key="Ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/source"> <details key="source" value="import Ecore : 'http://www.eclipse.org/emf/2002/Ecore';&#xA;&#xA;package FordOtosan : fordOtosan = 'fordOtosan'&#xA;{&#xA; class Container&#xA; {&#xA; property vehicle : FordOtosan::Vehicle::Vehicle { composes };&#xA; }&#xA; public interface CPSC&#xA; {&#xA; attribute cpscNo : String = '' { unsettable };&#xA; }&#xA; interface IPart extends CPSC&#xA; {&#xA; attribute baseNumber : String { unsettable };&#xA; transient attribute partAttributes : Ecore::EMap&lt;?, ?>[?];&#xA; }&#xA; interface Relation extends CPSC&#xA; {&#xA; transient attribute relationAttributes : Ecore::EMap&lt;?, ?>[?];&#xA; property target : SystemPart[+] { ordered };&#xA; property source : SystemPart;&#xA; }&#xA; interface RelationViaPart extends Relation&#xA; {&#xA; property relatedBy : RelationPart { composes };&#xA; }&#xA; class Joint extends RelationViaPart;&#xA; class Bolt extends RelationPart;&#xA; class Angle extends Relation;&#xA; interface RelationPart extends IPart;&#xA; public interface SystemPart extends IPart&#xA; {&#xA; property relation : Relation[*] { ordered composes };&#xA; }&#xA; package Vehicle : vehicle = 'fordOtosan.vehicle'&#xA; {&#xA; public class Vehicle extends FordOtosan::CPSC&#xA; {&#xA; property engine : FordOtosan::Vehicle::Engine::Engine { composes };&#xA; property climateControlSystem : FordOtosan::Vehicle::ClimateControlSystem::ClimateControlSystem { composes };&#xA; property electricalPowerSupplySystem : FordOtosan::Vehicle::ElectricalPowerSupplySystem::ElectricalPowerSupplySystem { composes };&#xA; }&#xA; package Engine : engine = 'fordOtosan.vehicle.engine'&#xA; {&#xA; public class Engine extends FordOtosan::CPSC&#xA; {&#xA; property engineModules : FordOtosan::Vehicle::Engine::EngineModules::EngineModules { composes };&#xA; property accessoryDriveSubsystem : FordOtosan::Vehicle::Engine::AccessoryDriveSubsystem::AccessoryDriveSubsystem { composes };&#xA; property exhaustGasRecirculationSubsystem : FordOtosan::Vehicle::Engine::ExhaustGasRecirculationSubsystem::ExhaustGasRecirculationSubsystem { composes };&#xA; }&#xA; package EngineModules : engineModules = 'fordOtosan.vehicle.engine.engineModules'&#xA; {&#xA; public class EngineModules extends FordOtosan::CPSC&#xA; {&#xA; property engineModule : EngineModule[*] { ordered composes };&#xA; }&#xA; abstract class EngineModule extends FordOtosan::SystemPart;&#xA; class FrontCover extends EngineModule;&#xA; class CrankshaftPulley extends EngineModule;&#xA; class OilPan extends EngineModule;&#xA; class CylinderBlock extends EngineModule;&#xA; class CylinderHead extends EngineModule;&#xA; }&#xA; package AccessoryDriveSubsystem : ads = 'fordOtosan.vehicle.engine.ads'&#xA; {&#xA; public class AccessoryDriveSubsystem extends FordOtosan::CPSC&#xA; {&#xA; property accessoryDriveSubsystemPart : AccessoryDriveSubsystemPart[*] { ordered composes };&#xA; }&#xA; abstract class AccessoryDriveSubsystemPart extends FordOtosan::SystemPart;&#xA; class Tensioner extends AccessoryDriveSubsystemPart;&#xA; class Idler extends AccessoryDriveSubsystemPart;&#xA; class Belt extends AccessoryDriveSubsystemPart;&#xA; class WaterPumpPulley extends AccessoryDriveSubsystemPart;&#xA; }&#xA; package ExhaustGasRecirculationSubsystem : egr = 'fordOtosan.vehicle.engine.egrs'&#xA; {&#xA; public class ExhaustGasRecirculationSubsystem extends FordOtosan::CPSC&#xA; {&#xA; property exhaustGasRecirculationSubsystemPart : ExhaustGasRecirculationSubsystemPart[*] { ordered composes };&#xA; }&#xA; abstract class ExhaustGasRecirculationSubsystemPart extends FordOtosan::SystemPart;&#xA; class EGRTube extends ExhaustGasRecirculationSubsystemPart;&#xA; class EGRModule extends ExhaustGasRecirculationSubsystemPart;&#xA; class IntakeDuct extends ExhaustGasRecirculationSubsystemPart;&#xA; }&#xA; }&#xA; package ClimateControlSystem : ccs = 'fordOtosan.vehicle.ccs'&#xA; {&#xA; public class ClimateControlSystem extends FordOtosan::CPSC&#xA; {&#xA; property climateControlSystemPart : ClimateControlSystemPart[*] { ordered composes };&#xA; property refrigeration_AC_Subsystem : FordOtosan::Vehicle::ClimateControlSystem::Refrigeration_AC_Subsystem::Refrigeration_AC_Subsystem { composes };&#xA; }&#xA; abstract class ClimateControlSystemPart extends FordOtosan::SystemPart;&#xA; package Refrigeration_AC_Subsystem : racs = 'fordOtosan.vehicle.ccs.racs'&#xA; {&#xA; public class Refrigeration_AC_Subsystem extends FordOtosan::CPSC&#xA; {&#xA; property refrigeration_AC_SubsystemPart : Refrigeration_AC_SubsystemPart[*] { ordered composes };&#xA; }&#xA; abstract class Refrigeration_AC_SubsystemPart extends FordOtosan::SystemPart;&#xA; class AC_Compressor extends Refrigeration_AC_SubsystemPart;&#xA; }&#xA; }&#xA; package ElectricalPowerSupplySystem : epss = 'fordOtosan.vehicle.epss'&#xA; {&#xA; public class ElectricalPowerSupplySystem extends FordOtosan::CPSC&#xA; {&#xA; property electricalPowerSupplySystemPart : ElectricalPowerSupplySystemPart[*] { ordered composes };&#xA; property generatorAlternatorRegulatorSubSystem : FordOtosan::Vehicle::ElectricalPowerSupplySystem::GeneratorAlternatorRegulatorSubSystem::GeneratorAlternatorRegulatorSubSystem { composes };&#xA; }&#xA; abstract class ElectricalPowerSupplySystemPart extends FordOtosan::SystemPart;&#xA; package GeneratorAlternatorRegulatorSubSystem : garss = 'fordOtosan.vehicle.epss.garss'&#xA; {&#xA; public class GeneratorAlternatorRegulatorSubSystem extends FordOtosan::CPSC&#xA; {&#xA; property generatorAlternatorRegulatorSystemPart : GeneratorAlternatorRegulatorSubSystemPart[*] { ordered composes };&#xA; }&#xA; abstract class GeneratorAlternatorRegulatorSubSystemPart extends FordOtosan::SystemPart;&#xA; class Alternator extends GeneratorAlternatorRegulatorSubSystemPart;&#xA; }&#xA; }&#xA; }&#xA;}"/> <details key="source_hash" value="-3428471"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle" ordered="false" lowerBound="1" eType="//Vehicle/Vehicle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPSC" abstract="true" interface="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpscNo" ordered="false" lowerBound="1" defaultValueLiteral="" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPart" abstract="true" interface="true" eSuperTypes="//CPSC"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseNumber" ordered="false" lowerBound="1" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partAttributes" ordered="false" transient="true"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true" interface="true" eSuperTypes="//CPSC"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationAttributes" ordered="false" transient="true"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="//SystemPart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="//SystemPart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationViaPart" abstract="true" interface="true" eSuperTypes="//Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedBy" ordered="false" lowerBound="1" eType="//RelationPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Joint" eSuperTypes="//RelationViaPart"/> <eClassifiers xsi:type="ecore:EClass" name="Bolt" eSuperTypes="//RelationPart"/> <eClassifiers xsi:type="ecore:EClass" name="Angle" eSuperTypes="//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="RelationPart" abstract="true" interface="true" eSuperTypes="//IPart"/> <eClassifiers xsi:type="ecore:EClass" name="SystemPart" abstract="true" interface="true" eSuperTypes="//IPart"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-1" eType="//Relation" containment="true"/> </eClassifiers> <eSubpackages name="Vehicle" nsURI="fordOtosan.vehicle" nsPrefix="vehicle"> <eClassifiers xsi:type="ecore:EClass" name="Vehicle" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="engine" ordered="false" lowerBound="1" eType="//Vehicle/Engine/Engine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="climateControlSystem" ordered="false" lowerBound="1" eType="//Vehicle/ClimateControlSystem/ClimateControlSystem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="electricalPowerSupplySystem" ordered="false" lowerBound="1" eType="//Vehicle/ElectricalPowerSupplySystem/ElectricalPowerSupplySystem" containment="true"/> </eClassifiers> <eSubpackages name="Engine" nsURI="fordOtosan.vehicle.engine" nsPrefix="engine"> <eClassifiers xsi:type="ecore:EClass" name="Engine" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="engineModules" ordered="false" lowerBound="1" eType="//Vehicle/Engine/EngineModules/EngineModules" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessoryDriveSubsystem" ordered="false" lowerBound="1" eType="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exhaustGasRecirculationSubsystem" ordered="false" lowerBound="1" eType="//Vehicle/Engine/ExhaustGasRecirculationSubsystem/ExhaustGasRecirculationSubsystem" containment="true"/> </eClassifiers> <eSubpackages name="EngineModules" nsURI="fordOtosan.vehicle.engine.engineModules" nsPrefix="engineModules"> <eClassifiers xsi:type="ecore:EClass" name="EngineModules" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="engineModule" upperBound="-1" eType="//Vehicle/Engine/EngineModules/EngineModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EngineModule" abstract="true" eSuperTypes="//SystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="FrontCover" eSuperTypes="//Vehicle/Engine/EngineModules/EngineModule"/> <eClassifiers xsi:type="ecore:EClass" name="CrankshaftPulley" eSuperTypes="//Vehicle/Engine/EngineModules/EngineModule"/> <eClassifiers xsi:type="ecore:EClass" name="OilPan" eSuperTypes="//Vehicle/Engine/EngineModules/EngineModule"/> <eClassifiers xsi:type="ecore:EClass" name="CylinderBlock" eSuperTypes="//Vehicle/Engine/EngineModules/EngineModule"/> <eClassifiers xsi:type="ecore:EClass" name="CylinderHead" eSuperTypes="//Vehicle/Engine/EngineModules/EngineModule"/> </eSubpackages> <eSubpackages name="AccessoryDriveSubsystem" nsURI="fordOtosan.vehicle.engine.ads" nsPrefix="ads"> <eClassifiers xsi:type="ecore:EClass" name="AccessoryDriveSubsystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accessoryDriveSubsystemPart" upperBound="-1" eType="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystemPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessoryDriveSubsystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="Tensioner" eSuperTypes="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="Idler" eSuperTypes="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="Belt" eSuperTypes="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="WaterPumpPulley" eSuperTypes="//Vehicle/Engine/AccessoryDriveSubsystem/AccessoryDriveSubsystemPart"/> </eSubpackages> <eSubpackages name="ExhaustGasRecirculationSubsystem" nsURI="fordOtosan.vehicle.engine.egrs" nsPrefix="egr"> <eClassifiers xsi:type="ecore:EClass" name="ExhaustGasRecirculationSubsystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exhaustGasRecirculationSubsystemPart" upperBound="-1" eType="//Vehicle/Engine/ExhaustGasRecirculationSubsystem/ExhaustGasRecirculationSubsystemPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExhaustGasRecirculationSubsystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="EGRTube" eSuperTypes="//Vehicle/Engine/ExhaustGasRecirculationSubsystem/ExhaustGasRecirculationSubsystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="EGRModule" eSuperTypes="//Vehicle/Engine/ExhaustGasRecirculationSubsystem/ExhaustGasRecirculationSubsystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="IntakeDuct" eSuperTypes="//Vehicle/Engine/ExhaustGasRecirculationSubsystem/ExhaustGasRecirculationSubsystemPart"/> </eSubpackages> </eSubpackages> <eSubpackages name="ClimateControlSystem" nsURI="fordOtosan.vehicle.ccs" nsPrefix="ccs"> <eClassifiers xsi:type="ecore:EClass" name="ClimateControlSystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="climateControlSystemPart" upperBound="-1" eType="//Vehicle/ClimateControlSystem/ClimateControlSystemPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refrigeration_AC_Subsystem" ordered="false" lowerBound="1" eType="//Vehicle/ClimateControlSystem/Refrigeration_AC_Subsystem/Refrigeration_AC_Subsystem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClimateControlSystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eSubpackages name="Refrigeration_AC_Subsystem" nsURI="fordOtosan.vehicle.ccs.racs" nsPrefix="racs"> <eClassifiers xsi:type="ecore:EClass" name="Refrigeration_AC_Subsystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="refrigeration_AC_SubsystemPart" upperBound="-1" eType="//Vehicle/ClimateControlSystem/Refrigeration_AC_Subsystem/Refrigeration_AC_SubsystemPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refrigeration_AC_SubsystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="AC_Compressor" eSuperTypes="//Vehicle/ClimateControlSystem/Refrigeration_AC_Subsystem/Refrigeration_AC_SubsystemPart"/> </eSubpackages> </eSubpackages> <eSubpackages name="ElectricalPowerSupplySystem" nsURI="fordOtosan.vehicle.epss" nsPrefix="epss"> <eClassifiers xsi:type="ecore:EClass" name="ElectricalPowerSupplySystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="electricalPowerSupplySystemPart" upperBound="-1" eType="//Vehicle/ElectricalPowerSupplySystem/ElectricalPowerSupplySystemPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorAlternatorRegulatorSubSystem" ordered="false" lowerBound="1" eType="//Vehicle/ElectricalPowerSupplySystem/GeneratorAlternatorRegulatorSubSystem/GeneratorAlternatorRegulatorSubSystem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElectricalPowerSupplySystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eSubpackages name="GeneratorAlternatorRegulatorSubSystem" nsURI="fordOtosan.vehicle.epss.garss" nsPrefix="garss"> <eClassifiers xsi:type="ecore:EClass" name="GeneratorAlternatorRegulatorSubSystem" eSuperTypes="//CPSC"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorAlternatorRegulatorSystemPart" upperBound="-1" eType="//Vehicle/ElectricalPowerSupplySystem/GeneratorAlternatorRegulatorSubSystem/GeneratorAlternatorRegulatorSubSystemPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratorAlternatorRegulatorSubSystemPart" abstract="true" eSuperTypes="//SystemPart"/> <eClassifiers xsi:type="ecore:EClass" name="Alternator" eSuperTypes="//Vehicle/ElectricalPowerSupplySystem/GeneratorAlternatorRegulatorSubSystem/GeneratorAlternatorRegulatorSubSystemPart"/> </eSubpackages> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ModelWriter/Demonstrations/eu.modelwriter.demonstration.alloyinecore/test/FordOtosan.ecore
ecore
FordOtosan Container vehicle CPSC cpscNo IPart baseNumber partAttributes Relation relationAttributes target source RelationViaPart relatedBy Joint Bolt Angle RelationPart SystemPart relation Vehicle Vehicle engine climateControlSystem electricalPowerSupplySystem Engine Engine engineModules accessoryDriveSubsystem exhaustGasRecirculationSubsystem EngineModules EngineModules engineModule EngineModule FrontCover CrankshaftPulley OilPan CylinderBlock CylinderHead AccessoryDriveSubsystem AccessoryDriveSubsystem accessoryDriveSubsystemPart AccessoryDriveSubsystemPart Tensioner Idler Belt WaterPumpPulley ExhaustGasRecirculationSubsystem ExhaustGasRecirculationSubsystem exhaustGasRecirculationSubsystemPart ExhaustGasRecirculationSubsystemPart EGRTube EGRModule IntakeDuct ClimateControlSystem ClimateControlSystem climateControlSystemPart refrigeration_AC_Subsystem ClimateControlSystemPart Refrigeration_AC_Subsystem Refrigeration_AC_Subsystem refrigeration_AC_SubsystemPart Refrigeration_AC_SubsystemPart AC_Compressor ElectricalPowerSupplySystem ElectricalPowerSupplySystem electricalPowerSupplySystemPart generatorAlternatorRegulatorSubSystem ElectricalPowerSupplySystemPart GeneratorAlternatorRegulatorSubSystem GeneratorAlternatorRegulatorSubSystem generatorAlternatorRegulatorSystemPart GeneratorAlternatorRegulatorSubSystemPart Alternator
null
{"directed":true,"nodes":[{"nsPrefix":"fordOtosan","nsURI":"fordOtosan","name":"FordOtosan","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPSC","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPart","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationViaPart","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Joint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bolt","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Angle","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationPart","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPart","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"nsPrefix":"vehicle","nsURI":"fordOtosan.vehicle","name":"Vehicle","id":11,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"cpscNo","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"baseNumber","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"partAttributes","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"relationAttributes","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"nsPrefix":"engine","nsURI":"fordOtosan.vehicle.engine","name":"Engine","id":43,"eClass":"EPackage"},{"nsPrefix":"ccs","nsURI":"fordOtosan.vehicle.ccs","name":"ClimateControlSystem","id":44,"eClass":"EPackage"},{"nsPrefix":"epss","nsURI":"fordOtosan.vehicle.epss","name":"ElectricalPowerSupplySystem","id":45,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"engine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"climateControlSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"electricalPowerSupplySystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Engine","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClimateControlSystem","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElectricalPowerSupplySystem","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"eClass":"EGenericType"},{"nsPrefix":"engineModules","nsURI":"fordOtosan.vehicle.engine.engineModules","name":"EngineModules","id":56,"eClass":"EPackage"},{"nsPrefix":"ads","nsURI":"fordOtosan.vehicle.engine.ads","name":"AccessoryDriveSubsystem","id":57,"eClass":"EPackage"},{"nsPrefix":"egr","nsURI":"fordOtosan.vehicle.engine.egrs","name":"ExhaustGasRecirculationSubsystem","id":58,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"engineModules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessoryDriveSubsystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exhaustGasRecirculationSubsystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EngineModules","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessoryDriveSubsystem","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExhaustGasRecirculationSubsystem","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"id":68,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EngineModule","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrontCover","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrankshaftPulley","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OilPan","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CylinderBlock","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CylinderHead","instanceClass":null,"abstract":false,"id":74,"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":"engineModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessoryDriveSubsystemPart","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tensioner","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Idler","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Belt","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaterPumpPulley","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessoryDriveSubsystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExhaustGasRecirculationSubsystemPart","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGRTube","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGRModule","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntakeDuct","instanceClass":null,"abstract":false,"id":100,"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":"exhaustGasRecirculationSubsystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClimateControlSystemPart","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"nsPrefix":"racs","nsURI":"fordOtosan.vehicle.ccs.racs","name":"Refrigeration_AC_Subsystem","id":109,"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":"climateControlSystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refrigeration_AC_Subsystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refrigeration_AC_Subsystem","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refrigeration_AC_SubsystemPart","instanceClass":null,"abstract":true,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AC_Compressor","instanceClass":null,"abstract":false,"id":118,"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":"refrigeration_AC_SubsystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElectricalPowerSupplySystemPart","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"nsPrefix":"garss","nsURI":"fordOtosan.vehicle.epss.garss","name":"GeneratorAlternatorRegulatorSubSystem","id":125,"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":"electricalPowerSupplySystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorAlternatorRegulatorSubSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorAlternatorRegulatorSubSystem","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorAlternatorRegulatorSubSystemPart","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternator","instanceClass":null,"abstract":false,"id":134,"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":"generatorAlternatorRegulatorSystemPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":12,"target":13},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":13},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":16},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":22},{"source":21,"target":23},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":29},{"source":28,"target":30},{"source":25,"target":10},{"source":25,"target":31},{"source":25,"target":4},{"source":31,"target":10},{"source":26,"target":10},{"source":26,"target":32},{"source":26,"target":4},{"source":32,"target":10},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":9},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":9},{"source":34,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":36},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":37},{"source":37,"target":9},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":38,"target":4},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":39},{"source":39,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":40},{"source":10,"target":41},{"source":40,"target":4},{"source":40,"target":42},{"source":40,"target":10},{"source":42,"target":4},{"source":41,"target":3},{"source":11,"target":13},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":0},{"source":13,"target":11},{"source":13,"target":2},{"source":13,"target":46},{"source":13,"target":47},{"source":13,"target":48},{"source":13,"target":49},{"source":46,"target":50},{"source":46,"target":51},{"source":46,"target":13},{"source":51,"target":50},{"source":47,"target":52},{"source":47,"target":53},{"source":47,"target":13},{"source":53,"target":52},{"source":48,"target":54},{"source":48,"target":55},{"source":48,"target":13},{"source":55,"target":54},{"source":49,"target":2},{"source":43,"target":50},{"source":43,"target":56},{"source":43,"target":57},{"source":43,"target":58},{"source":43,"target":11},{"source":50,"target":43},{"source":50,"target":2},{"source":50,"target":59},{"source":50,"target":60},{"source":50,"target":61},{"source":50,"target":62},{"source":59,"target":63},{"source":59,"target":64},{"source":59,"target":50},{"source":64,"target":63},{"source":60,"target":65},{"source":60,"target":66},{"source":60,"target":50},{"source":66,"target":65},{"source":61,"target":67},{"source":61,"target":68},{"source":61,"target":50},{"source":68,"target":67},{"source":62,"target":2},{"source":56,"target":63},{"source":56,"target":69},{"source":56,"target":70},{"source":56,"target":71},{"source":56,"target":72},{"source":56,"target":73},{"source":56,"target":74},{"source":56,"target":43},{"source":63,"target":56},{"source":63,"target":2},{"source":63,"target":75},{"source":63,"target":76},{"source":75,"target":69},{"source":75,"target":77},{"source":75,"target":63},{"source":77,"target":69},{"source":76,"target":2},{"source":69,"target":56},{"source":69,"target":10},{"source":69,"target":78},{"source":78,"target":10},{"source":70,"target":56},{"source":70,"target":69},{"source":70,"target":79},{"source":79,"target":69},{"source":71,"target":56},{"source":71,"target":69},{"source":71,"target":80},{"source":80,"target":69},{"source":72,"target":56},{"source":72,"target":69},{"source":72,"target":81},{"source":81,"target":69},{"source":73,"target":56},{"source":73,"target":69},{"source":73,"target":82},{"source":82,"target":69},{"source":74,"target":56},{"source":74,"target":69},{"source":74,"target":83},{"source":83,"target":69},{"source":57,"target":65},{"source":57,"target":84},{"source":57,"target":85},{"source":57,"target":86},{"source":57,"target":87},{"source":57,"target":88},{"source":57,"target":43},{"source":65,"target":57},{"source":65,"target":2},{"source":65,"target":89},{"source":65,"target":90},{"source":89,"target":84},{"source":89,"target":91},{"source":89,"target":65},{"source":91,"target":84},{"source":90,"target":2},{"source":84,"target":57},{"source":84,"target":10},{"source":84,"target":92},{"source":92,"target":10},{"source":85,"target":57},{"source":85,"target":84},{"source":85,"target":93},{"source":93,"target":84},{"source":86,"target":57},{"source":86,"target":84},{"source":86,"target":94},{"source":94,"target":84},{"source":87,"target":57},{"source":87,"target":84},{"source":87,"target":95},{"source":95,"target":84},{"source":88,"target":57},{"source":88,"target":84},{"source":88,"target":96},{"source":96,"target":84},{"source":58,"target":67},{"source":58,"target":97},{"source":58,"target":98},{"source":58,"target":99},{"source":58,"target":100},{"source":58,"target":43},{"source":67,"target":58},{"source":67,"target":2},{"source":67,"target":101},{"source":67,"target":102},{"source":101,"target":97},{"source":101,"target":103},{"source":101,"target":67},{"source":103,"target":97},{"source":102,"target":2},{"source":97,"target":58},{"source":97,"target":10},{"source":97,"target":104},{"source":104,"target":10},{"source":98,"target":58},{"source":98,"target":97},{"source":98,"target":105},{"source":105,"target":97},{"source":99,"target":58},{"source":99,"target":97},{"source":99,"target":106},{"source":106,"target":97},{"source":100,"target":58},{"source":100,"target":97},{"source":100,"target":107},{"source":107,"target":97},{"source":44,"target":52},{"source":44,"target":108},{"source":44,"target":109},{"source":44,"target":11},{"source":52,"target":44},{"source":52,"target":2},{"source":52,"target":110},{"source":52,"target":111},{"source":52,"target":112},{"source":110,"target":108},{"source":110,"target":113},{"source":110,"target":52},{"source":113,"target":108},{"source":111,"target":114},{"source":111,"target":115},{"source":111,"target":52},{"source":115,"target":114},{"source":112,"target":2},{"source":108,"target":44},{"source":108,"target":10},{"source":108,"target":116},{"source":116,"target":10},{"source":109,"target":114},{"source":109,"target":117},{"source":109,"target":118},{"source":109,"target":44},{"source":114,"target":109},{"source":114,"target":2},{"source":114,"target":119},{"source":114,"target":120},{"source":119,"target":117},{"source":119,"target":121},{"source":119,"target":114},{"source":121,"target":117},{"source":120,"target":2},{"source":117,"target":109},{"source":117,"target":10},{"source":117,"target":122},{"source":122,"target":10},{"source":118,"target":109},{"source":118,"target":117},{"source":118,"target":123},{"source":123,"target":117},{"source":45,"target":54},{"source":45,"target":124},{"source":45,"target":125},{"source":45,"target":11},{"source":54,"target":45},{"source":54,"target":2},{"source":54,"target":126},{"source":54,"target":127},{"source":54,"target":128},{"source":126,"target":124},{"source":126,"target":129},{"source":126,"target":54},{"source":129,"target":124},{"source":127,"target":130},{"source":127,"target":131},{"source":127,"target":54},{"source":131,"target":130},{"source":128,"target":2},{"source":124,"target":45},{"source":124,"target":10},{"source":124,"target":132},{"source":132,"target":10},{"source":125,"target":130},{"source":125,"target":133},{"source":125,"target":134},{"source":125,"target":45},{"source":130,"target":125},{"source":130,"target":2},{"source":130,"target":135},{"source":130,"target":136},{"source":135,"target":133},{"source":135,"target":137},{"source":135,"target":130},{"source":137,"target":133},{"source":136,"target":2},{"source":133,"target":125},{"source":133,"target":10},{"source":133,"target":138},{"source":138,"target":10},{"source":134,"target":125},{"source":134,"target":133},{"source":134,"target":139},{"source":139,"target":133}],"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="EMOF" name="emof" nsURI="http://schema.omg.org/spec/QVT/1.0/emof.xml" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Class" name="Class" eSuperTypes="#EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Class.isAbstract" name="isAbstract" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedAttribute" name="ownedAttribute" upperBound="-1" eType="#EMOF.Property" containment="true" eOpposite="#EMOF.Property.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedOperation" name="ownedOperation" upperBound="-1" eType="#EMOF.Operation" containment="true" eOpposite="#EMOF.Operation.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.superClass" name="superClass" ordered="false" upperBound="-1" eType="#EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Comment" name="Comment" eSuperTypes="#EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Comment.annotatedElement" name="annotatedElement" ordered="false" upperBound="-1" eType="#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Comment.body" name="body" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.DataType" name="DataType" eSuperTypes="#EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Element" name="Element" abstract="true" eSuperTypes="#EMOF.Object"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Element.ownedComment" name="ownedComment" ordered="false" upperBound="-1" eType="#EMOF.Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Enumeration" name="Enumeration" eSuperTypes="#EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Enumeration.ownedLiteral" name="ownedLiteral" upperBound="-1" eType="#EMOF.EnumerationLiteral" containment="true" eOpposite="#EMOF.EnumerationLiteral.enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.EnumerationLiteral" name="EnumerationLiteral" eSuperTypes="#EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.EnumerationLiteral.enumeration" name="enumeration" ordered="false" eType="#EMOF.Enumeration" transient="true" eOpposite="#EMOF.Enumeration.ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Extent" name="Extent" eSuperTypes="#EMOF.Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Factory" name="Factory" eSuperTypes="#EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Factory.package" name="package" ordered="false" lowerBound="1" eType="#EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.MultiplicityElement" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isOrdered" name="isOrdered" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isUnique" name="isUnique" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.lower" name="lower" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Integer" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.upper" name="upper" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.NamedElement" name="NamedElement" abstract="true" eSuperTypes="#EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.NamedElement.name" name="name" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Object" name="Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Operation" name="Operation" eSuperTypes="#EMOF.TypedElement #EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.class" name="class" ordered="false" eType="#EMOF.Class" transient="true" eOpposite="#EMOF.Class.ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.ownedParameter" name="ownedParameter" upperBound="-1" eType="#EMOF.Parameter" containment="true" eOpposite="#EMOF.Parameter.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.raisedException" name="raisedException" ordered="false" upperBound="-1" eType="#EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Package" name="Package" eSuperTypes="#EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestedPackage" name="nestedPackage" ordered="false" upperBound="-1" eType="#EMOF.Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.ownedType" name="ownedType" ordered="false" upperBound="-1" eType="#EMOF.Type" containment="true" eOpposite="#EMOF.Type.package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Package.uri" name="uri" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Parameter" name="Parameter" eSuperTypes="#EMOF.TypedElement #EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Parameter.operation" name="operation" ordered="false" eType="#EMOF.Operation" transient="true" eOpposite="#EMOF.Operation.ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.PrimitiveType" name="PrimitiveType" eSuperTypes="#EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Property" name="Property" eSuperTypes="#EMOF.TypedElement #EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.class" name="class" ordered="false" eType="#EMOF.Class" transient="true" eOpposite="#EMOF.Class.ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.default" name="default" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isComposite" name="isComposite" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isDerived" name="isDerived" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isID" name="isID" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isReadOnly" name="isReadOnly" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.opposite" name="opposite" ordered="false" eType="#EMOF.Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveCollection" name="ReflectiveCollection" eSuperTypes="#EMOF.Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveSequence" name="ReflectiveSequence" eSuperTypes="#EMOF.ReflectiveCollection"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Tag" name="Tag" eSuperTypes="#EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Tag.element" name="element" ordered="false" upperBound="-1" eType="#EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.name" name="name" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.value" name="value" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Type" name="Type" abstract="true" eSuperTypes="#EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Type.package" name="package" ordered="false" eType="#EMOF.Package" transient="true" eOpposite="#EMOF.Package.ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.TypedElement" name="TypedElement" abstract="true" eSuperTypes="#EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.TypedElement.type" name="type" ordered="false" eType="#EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.URIExtent" name="URIExtent" eSuperTypes="#EMOF.Extent"/> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta2/org/kermeta/language/org.kermeta.language.qvtop2km/ecore/EMOF.ecore
ecore
emof Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent Factory package MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite ReflectiveCollection ReflectiveSequence Tag element name value Type package TypedElement type URIExtent
null
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http://schema.omg.org/spec/QVT/1.0/emof.xml","name":"emof","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"ownedAttribute","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":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"body","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"lower","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"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":"raisedException","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":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"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":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","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,"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":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":20},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":23,"target":28},{"source":23,"target":1},{"source":24,"target":16},{"source":24,"target":29},{"source":24,"target":1},{"source":24,"target":30},{"source":29,"target":16},{"source":25,"target":12},{"source":25,"target":31},{"source":25,"target":1},{"source":25,"target":32},{"source":31,"target":12},{"source":26,"target":1},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":1},{"source":27,"target":20},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":34,"target":10},{"source":34,"target":37},{"source":34,"target":2},{"source":37,"target":10},{"source":35,"target":38},{"source":35,"target":2},{"source":36,"target":4},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":39},{"source":39,"target":20},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":2},{"source":41,"target":11},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":6},{"source":43,"target":45},{"source":43,"target":5},{"source":43,"target":46},{"source":45,"target":6},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":5},{"source":46,"target":48},{"source":46,"target":6},{"source":46,"target":43},{"source":48,"target":5},{"source":47,"target":10},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":49},{"source":49,"target":11},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":13},{"source":50,"target":52},{"source":50,"target":8},{"source":52,"target":13},{"source":51,"target":4},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":53,"target":57},{"source":53,"target":9},{"source":54,"target":58},{"source":54,"target":9},{"source":55,"target":59},{"source":55,"target":9},{"source":56,"target":60},{"source":56,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":61},{"source":10,"target":62},{"source":61,"target":63},{"source":61,"target":10},{"source":62,"target":4},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":9},{"source":12,"target":32},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":32,"target":1},{"source":32,"target":68},{"source":32,"target":12},{"source":32,"target":25},{"source":68,"target":1},{"source":64,"target":14},{"source":64,"target":69},{"source":64,"target":12},{"source":64,"target":70},{"source":69,"target":14},{"source":65,"target":20},{"source":65,"target":71},{"source":65,"target":12},{"source":71,"target":20},{"source":66,"target":21},{"source":67,"target":9},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":72,"target":13},{"source":72,"target":76},{"source":72,"target":13},{"source":76,"target":13},{"source":73,"target":20},{"source":73,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":77,"target":20},{"source":74,"target":79},{"source":74,"target":13},{"source":75,"target":10},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":9},{"source":14,"target":70},{"source":14,"target":80},{"source":14,"target":81},{"source":70,"target":12},{"source":70,"target":82},{"source":70,"target":14},{"source":70,"target":64},{"source":82,"target":12},{"source":80,"target":21},{"source":81,"target":9},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":83},{"source":83,"target":3},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":9},{"source":16,"target":30},{"source":16,"target":84},{"source":16,"target":85},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":30,"target":1},{"source":30,"target":92},{"source":30,"target":16},{"source":30,"target":24},{"source":92,"target":1},{"source":84,"target":93},{"source":84,"target":16},{"source":85,"target":94},{"source":85,"target":16},{"source":86,"target":95},{"source":86,"target":16},{"source":87,"target":96},{"source":87,"target":16},{"source":88,"target":97},{"source":88,"target":16},{"source":89,"target":16},{"source":89,"target":98},{"source":89,"target":16},{"source":98,"target":16},{"source":90,"target":21},{"source":91,"target":9},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":99},{"source":99,"target":11},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":100},{"source":100,"target":17},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":101,"target":4},{"source":101,"target":105},{"source":101,"target":19},{"source":105,"target":4},{"source":102,"target":106},{"source":102,"target":19},{"source":103,"target":107},{"source":103,"target":19},{"source":104,"target":4},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":78},{"source":20,"target":108},{"source":78,"target":13},{"source":78,"target":109},{"source":78,"target":20},{"source":78,"target":73},{"source":109,"target":13},{"source":108,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":110},{"source":21,"target":111},{"source":110,"target":20},{"source":110,"target":112},{"source":110,"target":21},{"source":112,"target":20},{"source":111,"target":10},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":113},{"source":113,"target":7}],"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="recipes" nsURI="http://www.eclipse.org/incquery/rete/recipes" nsPrefix="recipes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="modelDirectory" value="/org.eclipse.incquery.runtime.rete.recipes/src-gen"/> <details key="updateClasspath" value="false"/> <details key="complianceLevel" value="6.0"/> <details key="importerID" value="org.eclipse.emf.importer.ecore"/> <details key="forceOverwrite" value="true"/> <details key="basePackage" value="org.eclipse.incquery.runtime.rete"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ReteRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container for Rete recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="recipeNodes" upperBound="-1" eType="#//ReteNodeRecipe" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReteNodeRecipe" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for model elements that represent &quot;Rete node recipes&quot;,&#xA;that is DTOs that carry information for Rete network construction."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" The width of tuples contained by this node."/> <details key="body" value="throw new &lt;%java.lang.UnsupportedOperationException%>();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceInfo" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for storing traceability information."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleParentNodeRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for single-parent node recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ReteNodeRecipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlphaRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for alpha node recipes."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiParentNodeRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%org.eclipse.incquery.runtime.rete.recipes.ReteNodeRecipe%>> _parents = this.getParents();&#xA;&lt;%org.eclipse.incquery.runtime.rete.recipes.ReteNodeRecipe%> _get = _parents.get(0);&#xA;return _get.getArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1" eType="#//ReteNodeRecipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniquenessEnforcerRecipe" eSuperTypes="#//MultiParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents nodes that enforce tuple uniqueness, i.e. filter out&#xA;duplicate input tuples for output."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRecipe" eSuperTypes="#//MultiParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The production node represents the output of the Rete network,&#xA;from which the results of a query can be read."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1" eType="#//StringIndexMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String -> Index map.&#xA;Indicates the positions of parameters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Traceability link to defining pattern object (from EMFPatternLanguage)&#xA;TODO unused?"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternFQN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexerRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a node that indexes the contents of a parent based on a projection defined by a Mask."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.Mask%> _mask = this.getMask();&#xA;return _mask.getSourceArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectionIndexerRecipe" eSuperTypes="#//IndexerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents helper nodes that provide projection indexing for Beta nodes and user queries."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatorIndexerRecipe" eSuperTypes="#//IndexerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attached to an aggregator node, provides the aggregated values for outer join."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BetaRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for Beta node recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftParent" eType="#//ProjectionIndexerRecipe" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightParent" eType="#//IndexerRecipe" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" can be an AggregatorIndexer"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mask"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A mask defines the set of tuple variables that need to be taken into consideration for operations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceIndices" unique="false" upperBound="-1" eType="#//Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The indices that are relevant for tuple operations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arity of tuples."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Index" instanceClassName="java.lang.Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indexes tell which variable of tuples are relevant for a given operation.&#xA;TODO: is this necessary at all?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringIndexMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputRecipe" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents input nodes for the Rete network, i.e. nodes&#xA;that generate input tuples for processing."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getKeyArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for identifying types over the wire.&#xA;TODO improve type references"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyArity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantRecipe" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Simple node that stores constant values."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Object%>> _constantValues = this.getConstantValues();&#xA;return ((&lt;%java.lang.Object%>[])org.eclipse.xtext.xbase.lib.Conversions.unwrapArray(_constantValues, &lt;%java.lang.Object%>.class)).length;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores constant values. May be empty.&#xA;&#xA;TODO store constants as strings instead? (for easier serialization)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitiveClosureRecipe" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents transitive closure."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return 2;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterRecipe" abstract="true" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for nodes that implement filtering operations."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;return _parent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InequalityFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false" eType="#//Index"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inequals" unique="false" upperBound="-1" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false" upperBound="-1" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransparentRecipe" eSuperTypes="#//FilterRecipe"/> <eClassifiers xsi:type="ecore:EClass" name="TrimmerRecipe" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Implements projection without uniqueness checking."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.Mask%> _mask = this.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;return _sourceIndices.size();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluator" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionEnforcerRecipe" abstract="true" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type RuntimeExpressionEvaluator wraps org.eclipse.incquery.runtime.matchers.psystem.IExpressionEvaluator&#xA;class RuntimeExpressionDefinition extends ExpressionDefinition {&#xA;&#x9;RuntimeExpressionEvaluator evaluator&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ExpressionDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides traceability to expression representation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1" eType="#//StringIndexMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String -> Index map.&#xA;Maps variable names in the expression to tuple indices."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckRecipe" eSuperTypes="#//ExpressionEnforcerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Computes the result of the boolean expression evaluation and&#xA;only passes tuples for which the result is true."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;return _parent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvalRecipe" eSuperTypes="#//ExpressionEnforcerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Computes the result of expression evaluation and suffixes the result&#xA;to output tuples as the last element."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;int _arity = _parent.getArity();&#xA;return (1 + _arity);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatorRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a (compound) node that performs an aggregation operation.&#xA;Parent must be a ProjectionIndexer, which defines how tuples are to be aggregated.&#xA;Usable only through an Join with an AggregatorIndexer as the right parent"/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ProjectionIndexerRecipe%> _parent = this.getParent();&#xA;&lt;%org.eclipse.incquery.runtime.rete.recipes.Mask%> _mask = _parent.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;int _size = _sourceIndices.size();&#xA;return (1 + _size);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ProjectionIndexerRecipe" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CountAggregatorRecipe" eSuperTypes="#//AggregatorRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The count aggregator node represents a &quot;count find&quot; operation."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinRecipe" eSuperTypes="#//BetaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The most basic beta operation, the join node performs a join operation over two input tuple sets."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();&#xA;int _arity = _leftParent.getArity();&#xA;&lt;%org.eclipse.incquery.runtime.rete.recipes.IndexerRecipe%> _rightParent = this.getRightParent();&#xA;int _arity_1 = _rightParent.getArity();&#xA;int _plus = (_arity + _arity_1);&#xA;&lt;%org.eclipse.incquery.runtime.rete.recipes.IndexerRecipe%> _rightParent_1 = this.getRightParent();&#xA;&lt;%org.eclipse.incquery.runtime.rete.recipes.Mask%> _mask = _rightParent_1.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;int _size = _sourceIndices.size();&#xA;return (_plus - _size);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rightParentComplementaryMask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistenceJoinRecipe" abstract="true" eSuperTypes="#//BetaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Existence joins are TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.incquery.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();&#xA;return _leftParent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SemiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A semi-join is TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An anti-join is TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for identifying types over the wire.&#xA;TODO improve type references"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/imbur/EIQ-LS-dev/plugins/org.eclipse.incquery.runtime.rete.recipes/model/recipes.ecore
ecore
recipes ReteRecipe recipeNodes ReteNodeRecipe getArity traceInfo SingleParentNodeRecipe parent AlphaRecipe MultiParentNodeRecipe getArity parents UniquenessEnforcerRecipe ProductionRecipe mappedIndices pattern patternFQN IndexerRecipe getArity mask ProjectionIndexerRecipe AggregatorIndexerRecipe BetaRecipe leftParent rightParent Mask sourceIndices sourceArity Index java.lang.Integer java.lang.Integer StringIndexMapEntry java.util.Map$Entry java.util.Map$Entry key value InputRecipe getArity inputKey keyID keyArity ConstantRecipe getArity constantValues TransitiveClosureRecipe getArity FilterRecipe getArity InequalityFilterRecipe subject inequals EqualityFilterRecipe indices TransparentRecipe TrimmerRecipe getArity mask ExpressionDefinition evaluator ExpressionEnforcerRecipe expression mappedIndices CheckRecipe getArity EvalRecipe getArity AggregatorRecipe getArity parent CountAggregatorRecipe JoinRecipe getArity rightParentComplementaryMask ExistenceJoinRecipe getArity SemiJoinRecipe AntiJoinRecipe InputFilterRecipe inputKey keyID mask
null
{"directed":true,"nodes":[{"nsPrefix":"recipes","nsURI":"http://www.eclipse.org/incquery/rete/recipes","name":"recipes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteRecipe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteNodeRecipe","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleParentNodeRecipe","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaRecipe","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiParentNodeRecipe","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessEnforcerRecipe","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRecipe","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexerRecipe","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectionIndexerRecipe","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorIndexerRecipe","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetaRecipe","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mask","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Index","instanceClass":"java.lang.Integer","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringIndexMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputRecipe","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantRecipe","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitiveClosureRecipe","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterRecipe","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityFilterRecipe","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityFilterRecipe","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransparentRecipe","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrimmerRecipe","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionEnforcerRecipe","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckRecipe","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvalRecipe","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorRecipe","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountAggregatorRecipe","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinRecipe","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistenceJoinRecipe","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemiJoinRecipe","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntiJoinRecipe","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFilterRecipe","instanceClass":null,"abstract":false,"id":33,"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":"recipeNodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":36,"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":false,"name":"traceInfo","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedIndices","changeable":true,"resolveProxies":false,"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":false,"name":"pattern","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":"patternFQN","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":57,"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":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourceIndices","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":false,"name":"sourceArity","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":77,"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":true,"unique":true,"name":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyArity","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"constantValues","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"inequals","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"indices","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":106,"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":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"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":false,"name":"evaluator","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedIndices","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":124,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":130,"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":"rightParentComplementaryMask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":37,"target":39},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":2},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":43},{"source":43,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":5},{"source":48,"target":2},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":49},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":14},{"source":51,"target":55},{"source":51,"target":7},{"source":52,"target":56},{"source":52,"target":7},{"source":53,"target":5},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":57,"target":60},{"source":57,"target":8},{"source":58,"target":12},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":12},{"source":59,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":62},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":63},{"source":63,"target":8},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":9},{"source":64,"target":67},{"source":64,"target":11},{"source":67,"target":9},{"source":65,"target":8},{"source":65,"target":68},{"source":65,"target":11},{"source":68,"target":8},{"source":66,"target":2},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":13},{"source":69,"target":71},{"source":69,"target":12},{"source":71,"target":13},{"source":70,"target":72},{"source":70,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":74},{"source":73,"target":75},{"source":73,"target":14},{"source":74,"target":13},{"source":74,"target":76},{"source":74,"target":14},{"source":76,"target":13},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":77,"target":82},{"source":77,"target":15},{"source":78,"target":83},{"source":78,"target":15},{"source":79,"target":84},{"source":79,"target":15},{"source":80,"target":85},{"source":80,"target":15},{"source":81,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":90},{"source":87,"target":16},{"source":88,"target":2},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":92,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":94},{"source":18,"target":95},{"source":94,"target":96},{"source":94,"target":18},{"source":95,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":13},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":13},{"source":98,"target":13},{"source":98,"target":101},{"source":98,"target":19},{"source":101,"target":13},{"source":99,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":102},{"source":20,"target":103},{"source":102,"target":13},{"source":102,"target":104},{"source":102,"target":20},{"source":104,"target":13},{"source":103,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":105},{"source":105,"target":18},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":106},{"source":22,"target":107},{"source":22,"target":108},{"source":106,"target":109},{"source":106,"target":22},{"source":107,"target":12},{"source":107,"target":110},{"source":107,"target":22},{"source":110,"target":12},{"source":108,"target":4},{"source":23,"target":0},{"source":23,"target":111},{"source":111,"target":112},{"source":111,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":113},{"source":24,"target":114},{"source":24,"target":115},{"source":113,"target":23},{"source":113,"target":116},{"source":113,"target":24},{"source":116,"target":23},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":24},{"source":117,"target":14},{"source":115,"target":4},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":118},{"source":25,"target":119},{"source":118,"target":120},{"source":118,"target":25},{"source":119,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":121},{"source":26,"target":122},{"source":121,"target":123},{"source":121,"target":26},{"source":122,"target":24},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":127},{"source":124,"target":27},{"source":125,"target":9},{"source":125,"target":128},{"source":125,"target":27},{"source":128,"target":9},{"source":126,"target":2},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":129},{"source":129,"target":27},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":130},{"source":29,"target":131},{"source":29,"target":132},{"source":130,"target":133},{"source":130,"target":29},{"source":131,"target":12},{"source":131,"target":134},{"source":131,"target":29},{"source":134,"target":12},{"source":132,"target":11},{"source":30,"target":0},{"source":30,"target":11},{"source":30,"target":135},{"source":30,"target":136},{"source":135,"target":137},{"source":135,"target":30},{"source":136,"target":11},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":138},{"source":138,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":139},{"source":139,"target":30},{"source":33,"target":0},{"source":33,"target":18},{"source":33,"target":140},{"source":33,"target":141},{"source":33,"target":142},{"source":33,"target":143},{"source":140,"target":144},{"source":140,"target":33},{"source":141,"target":145},{"source":141,"target":33},{"source":142,"target":12},{"source":142,"target":146},{"source":142,"target":33},{"source":146,"target":12},{"source":143,"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="hbannotation" nsURI="http://www.eclipse.org/emf/teneo/2006/HbAnnotation" nsPrefix="org.eclipse.emf.teneo.hibernate"> <eAnnotations source="teneo.mapping.source"> <details key="1" value="http://hibernate.elver.org/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="HbAnnotation" abstract="true" eSuperTypes="../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//PAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CompatibleEModelElementType AnnotationIsSupported"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cascade" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="#//HbCascadeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionOfElements" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="ecore:EEnum ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//FetchType" defaultValueLiteral="LAZY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HbMapKey" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Collection"> <details key="name" value="Parameters"/> <details key="packageNS" value="http://www.eclipse.org/emf/teneo/2006/HbAnnotation"/> </eAnnotations> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </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="Type" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <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="parameters" upperBound="-1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Where" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clause" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdBag" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="increment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="long"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="table" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericGenerator" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </eAnnotations> <eAnnotations source="http://annotation.elver.org/internal/Collection"> <details key="name" value="GenericGenerators"/> <details key="packageNS" value="http://www.eclipse.org/emf/teneo/2006/HbAnnotation"/> </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="strategy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CacheConcurrencyStrategy"> <eLiterals name="NONE" literal="NONE"/> <eLiterals name="READ_ONLY" value="1" literal="READ_ONLY"/> <eLiterals name="NONSTRICT_READ_WRITE" value="2" literal="NONSTRICT_READ_WRITE"/> <eLiterals name="READ_WRITE" value="3" literal="READ_WRITE"/> <eLiterals name="TRANSACTIONAL" value="4" literal="TRANSACTIONAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cache" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> <details key="1" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" eType="#//CacheConcurrencyStrategy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="include" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HbFetchType"> <eLiterals name="JOIN" literal="JOIN"/> <eLiterals name="SELECT" value="1" literal="SELECT"/> <eLiterals name="SUBSELECT" value="2" literal="SUBSELECT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fetch" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//HbFetchType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OnDeleteAction"> <eLiterals name="NO_ACTION" literal="NO_ACTION"/> <eLiterals name="CASCADE" value="1" literal="CASCADE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnDelete" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//OnDeleteAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proxy" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxyClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lazy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenerationTime"> <eLiterals name="NEVER"/> <eLiterals name="INSERT" value="1"/> <eLiterals name="ALWAYS" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generated" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EAttribute"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//GenerationTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedQuery" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </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="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </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="defaultCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParamDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscriminatorFormula" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> <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="NaturalId" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapKeyManyToMany" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="joinColumns" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//JoinColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetEntity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForceDiscriminator" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Immutable" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EAttribute"/> </eAnnotations> <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="NotFoundAction"> <eLiterals name="EXCEPTION" literal="EXCEPTION"/> <eLiterals name="IGNORE" value="1" literal="IGNORE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotFound" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1" eType="#//NotFoundAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HbEntity" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicInsert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectBeforeUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optimisticLock" eType="#//OptimisticLockType" defaultValueLiteral="VERSION"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="polymorphism" eType="#//PolymorphismType" defaultValueLiteral="IMPLICIT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OptimisticLockType"> <eLiterals name="ALL" literal="ALL"/> <eLiterals name="DIRTY" value="1" literal="DIRTY"/> <eLiterals name="NONE" value="2" literal="NONE"/> <eLiterals name="VERSION" value="3" literal="VERSION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PolymorphismType"> <eLiterals name="IMPLICIT" literal="IMPLICIT"/> <eLiterals name="EXPLICIT" value="1" literal="EXPLICIT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HbCascadeType"> <eLiterals name="ALL"/> <eLiterals name="PERSIST" value="1"/> <eLiterals name="MERGE" value="2"/> <eLiterals name="REMOVE" value="3"/> <eLiterals name="REFRESH" value="4"/> <eLiterals name="DELETE" value="5" literal="DELETE"/> <eLiterals name="SAVE_UPDATE" value="6" literal="SAVE_UPDATE"/> <eLiterals name="REPLICATE" value="7" literal="REPLICATE"/> <eLiterals name="DELETE_ORPHAN" value="8" literal="DELETE_ORPHAN"/> <eLiterals name="LOCK" value="9"/> <eLiterals name="EVICT" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BatchSize" eSuperTypes="#//HbAnnotation"> <eAnnotations source="teneo/internal/Target"> <details key="0" value="EClass"/> <details key="1" value="EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaDef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaColumn" eType="ecore:EClass ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="ecore:EEnum ../../org.eclipse.emf.teneo.annotations/model/pannotation.ecore#//FetchType" defaultValueLiteral="EAGER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaValue" eSuperTypes="#//HbAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetEntity" 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="AnyMetaDef" eSuperTypes="#//HbAnnotation"> <eAnnotations source="http://annotation.elver.org/internal/Target"> <details key="0" value="EStructuralFeature"/> <details key="1" value="EClass"/> <details key="2" value="EPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="string"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="string"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaValues" upperBound="-1" eType="#//MetaValue" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/prayasb/org.eclipse.emf.teneo/hibernate/org.eclipse.emf.teneo.hibernate.mapper/model/hbannotation.ecore
ecore
hbannotation HbAnnotation Cascade value CollectionOfElements targetElement fetch LAZY HbMapKey columns Parameter name value Type type parameters Where clause IdBag generator increment type long table GenericGenerator name strategy parameters CacheConcurrencyStrategy NONE NONE READ_ONLY READ_ONLY NONSTRICT_READ_WRITE NONSTRICT_READ_WRITE READ_WRITE READ_WRITE TRANSACTIONAL TRANSACTIONAL Cache usage region include TypeDef name parameters typeClass HbFetchType JOIN JOIN SELECT SELECT SUBSELECT SUBSELECT Fetch value OnDeleteAction NO_ACTION NO_ACTION CASCADE CASCADE OnDelete action Proxy proxyClass lazy true Index name GenerationTime NEVER NEVER INSERT INSERT ALWAYS ALWAYS Generated value NamedQuery name query Filter name condition ParamDef name type FilterDef name defaultCondition parameters DiscriminatorFormula value NaturalId mutable MapKeyManyToMany joinColumns targetEntity ForceDiscriminator Immutable Formula value NotFoundAction EXCEPTION EXCEPTION IGNORE IGNORE NotFound action HbEntity dynamicInsert dynamicUpdate selectBeforeUpdate mutable true persister optimisticLock VERSION polymorphism IMPLICIT OptimisticLockType ALL ALL DIRTY DIRTY NONE NONE VERSION VERSION PolymorphismType IMPLICIT IMPLICIT EXPLICIT EXPLICIT HbCascadeType ALL ALL PERSIST PERSIST MERGE MERGE REMOVE REMOVE REFRESH REFRESH DELETE DELETE SAVE_UPDATE SAVE_UPDATE REPLICATE REPLICATE DELETE_ORPHAN DELETE_ORPHAN LOCK LOCK EVICT EVICT BatchSize size Any metaDef metaColumn fetch EAGER optional true MetaValue targetEntity value AnyMetaDef name metaType string idType string metaValues
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.teneo.hibernate","nsURI":"http://www.eclipse.org/emf/teneo/2006/HbAnnotation","name":"hbannotation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbAnnotation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cascade","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOfElements","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbMapKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Where","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdBag","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericGenerator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CacheConcurrencyStrategy","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cache","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HbFetchType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fetch","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OnDeleteAction","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnDelete","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proxy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenerationTime","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generated","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedQuery","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminatorFormula","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalId","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapKeyManyToMany","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForceDiscriminator","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Immutable","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NotFoundAction","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotFound","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HbEntity","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptimisticLockType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PolymorphismType","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HbCascadeType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BatchSize","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaValue","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyMetaDef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","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":"LAZY","unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"increment","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"increment","unsettable":false,"transient":false,"unique":true,"name":"generator","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"long","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"long","unsettable":false,"transient":false,"unique":true,"name":"type","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":"table","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strategy","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"NONE","id":80,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"READ_ONLY","id":81,"value":1,"literal":"READ_ONLY","eClass":"EEnumLiteral"},{"name":"NONSTRICT_READ_WRITE","id":82,"value":2,"literal":"NONSTRICT_READ_WRITE","eClass":"EEnumLiteral"},{"name":"READ_WRITE","id":83,"value":3,"literal":"READ_WRITE","eClass":"EEnumLiteral"},{"name":"TRANSACTIONAL","id":84,"value":4,"literal":"TRANSACTIONAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"lowerBound":0,"iD":false,"id":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":"region","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"include","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"typeClass","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"JOIN","id":99,"value":0,"literal":"JOIN","eClass":"EEnumLiteral"},{"name":"SELECT","id":100,"value":1,"literal":"SELECT","eClass":"EEnumLiteral"},{"name":"SUBSELECT","id":101,"value":2,"literal":"SUBSELECT","eClass":"EEnumLiteral"},{"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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"NO_ACTION","id":105,"value":0,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"CASCADE","id":106,"value":1,"literal":"CASCADE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"proxyClass","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"lazy","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"NEVER","id":118,"value":0,"literal":"NEVER","eClass":"EEnumLiteral"},{"name":"INSERT","id":119,"value":1,"literal":"INSERT","eClass":"EEnumLiteral"},{"name":"ALWAYS","id":120,"value":2,"literal":"ALWAYS","eClass":"EEnumLiteral"},{"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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"defaultCondition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":"mutable","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"joinColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetEntity","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"EXCEPTION","id":162,"value":0,"literal":"EXCEPTION","eClass":"EEnumLiteral"},{"name":"IGNORE","id":163,"value":1,"literal":"IGNORE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicInsert","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"dynamicUpdate","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"selectBeforeUpdate","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"mutable","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persister","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VERSION","unsettable":false,"transient":false,"unique":true,"name":"optimisticLock","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"IMPLICIT","unsettable":false,"transient":false,"unique":true,"name":"polymorphism","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"name":"ALL","id":182,"value":0,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"DIRTY","id":183,"value":1,"literal":"DIRTY","eClass":"EEnumLiteral"},{"name":"NONE","id":184,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"VERSION","id":185,"value":3,"literal":"VERSION","eClass":"EEnumLiteral"},{"name":"IMPLICIT","id":186,"value":0,"literal":"IMPLICIT","eClass":"EEnumLiteral"},{"name":"EXPLICIT","id":187,"value":1,"literal":"EXPLICIT","eClass":"EEnumLiteral"},{"name":"ALL","id":188,"value":0,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"PERSIST","id":189,"value":1,"literal":"PERSIST","eClass":"EEnumLiteral"},{"name":"MERGE","id":190,"value":2,"literal":"MERGE","eClass":"EEnumLiteral"},{"name":"REMOVE","id":191,"value":3,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"REFRESH","id":192,"value":4,"literal":"REFRESH","eClass":"EEnumLiteral"},{"name":"DELETE","id":193,"value":5,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"SAVE_UPDATE","id":194,"value":6,"literal":"SAVE_UPDATE","eClass":"EEnumLiteral"},{"name":"REPLICATE","id":195,"value":7,"literal":"REPLICATE","eClass":"EEnumLiteral"},{"name":"DELETE_ORPHAN","id":196,"value":8,"literal":"DELETE_ORPHAN","eClass":"EEnumLiteral"},{"name":"LOCK","id":197,"value":9,"literal":"LOCK","eClass":"EEnumLiteral"},{"name":"EVICT","id":198,"value":10,"literal":"EVICT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaDef","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EAGER","unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":204,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetEntity","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"metaType","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"idType","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaValues","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":42},{"source":2,"target":43},{"source":42,"target":36},{"source":42,"target":44},{"source":42,"target":2},{"source":44,"target":36},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":49},{"source":46,"target":3},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":50},{"source":4,"target":51},{"source":50,"target":52},{"source":50,"target":4},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":53,"target":56},{"source":53,"target":5},{"source":54,"target":57},{"source":54,"target":5},{"source":55,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":5},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":5},{"source":60,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":63},{"source":7,"target":64},{"source":63,"target":65},{"source":63,"target":7},{"source":64,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":71},{"source":67,"target":8},{"source":68,"target":72},{"source":68,"target":8},{"source":69,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":78},{"source":74,"target":9},{"source":75,"target":5},{"source":75,"target":79},{"source":75,"target":9},{"source":79,"target":5},{"source":76,"target":1},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":80,"target":10},{"source":81,"target":10},{"source":82,"target":10},{"source":83,"target":10},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":85,"target":10},{"source":85,"target":89},{"source":85,"target":11},{"source":89,"target":10},{"source":86,"target":90},{"source":86,"target":11},{"source":87,"target":91},{"source":87,"target":11},{"source":88,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":92,"target":96},{"source":92,"target":12},{"source":93,"target":5},{"source":93,"target":97},{"source":93,"target":12},{"source":97,"target":5},{"source":94,"target":98},{"source":94,"target":12},{"source":95,"target":1},{"source":13,"target":0},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":99,"target":13},{"source":100,"target":13},{"source":101,"target":13},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":102},{"source":14,"target":103},{"source":102,"target":13},{"source":102,"target":104},{"source":102,"target":14},{"source":104,"target":13},{"source":103,"target":1},{"source":15,"target":0},{"source":15,"target":105},{"source":15,"target":106},{"source":105,"target":15},{"source":106,"target":15},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":107},{"source":16,"target":108},{"source":107,"target":15},{"source":107,"target":109},{"source":107,"target":16},{"source":109,"target":15},{"source":108,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":114},{"source":111,"target":17},{"source":112,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":117},{"source":115,"target":18},{"source":116,"target":1},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":118,"target":19},{"source":119,"target":19},{"source":120,"target":19},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":121},{"source":20,"target":122},{"source":121,"target":19},{"source":121,"target":123},{"source":121,"target":20},{"source":123,"target":19},{"source":122,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":124,"target":127},{"source":124,"target":21},{"source":125,"target":128},{"source":125,"target":21},{"source":126,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":129,"target":132},{"source":129,"target":22},{"source":130,"target":133},{"source":130,"target":22},{"source":131,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":134},{"source":23,"target":135},{"source":23,"target":136},{"source":134,"target":137},{"source":134,"target":23},{"source":135,"target":138},{"source":135,"target":23},{"source":136,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":24,"target":142},{"source":139,"target":143},{"source":139,"target":24},{"source":140,"target":144},{"source":140,"target":24},{"source":141,"target":23},{"source":141,"target":145},{"source":141,"target":24},{"source":145,"target":23},{"source":142,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":146},{"source":25,"target":147},{"source":146,"target":148},{"source":146,"target":25},{"source":147,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":149},{"source":26,"target":150},{"source":149,"target":151},{"source":149,"target":26},{"source":150,"target":1},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":152,"target":155},{"source":152,"target":27},{"source":153,"target":156},{"source":153,"target":27},{"source":154,"target":1},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":157},{"source":157,"target":1},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":158},{"source":158,"target":1},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":159},{"source":30,"target":160},{"source":159,"target":161},{"source":159,"target":30},{"source":160,"target":1},{"source":31,"target":0},{"source":31,"target":162},{"source":31,"target":163},{"source":162,"target":31},{"source":163,"target":31},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":164},{"source":32,"target":165},{"source":164,"target":31},{"source":164,"target":166},{"source":164,"target":32},{"source":166,"target":31},{"source":165,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":167},{"source":33,"target":168},{"source":33,"target":169},{"source":33,"target":170},{"source":33,"target":171},{"source":33,"target":172},{"source":33,"target":173},{"source":33,"target":174},{"source":167,"target":175},{"source":167,"target":33},{"source":168,"target":176},{"source":168,"target":33},{"source":169,"target":177},{"source":169,"target":33},{"source":170,"target":178},{"source":170,"target":33},{"source":171,"target":179},{"source":171,"target":33},{"source":172,"target":34},{"source":172,"target":180},{"source":172,"target":33},{"source":180,"target":34},{"source":173,"target":35},{"source":173,"target":181},{"source":173,"target":33},{"source":181,"target":35},{"source":174,"target":1},{"source":34,"target":0},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":182,"target":34},{"source":183,"target":34},{"source":184,"target":34},{"source":185,"target":34},{"source":35,"target":0},{"source":35,"target":186},{"source":35,"target":187},{"source":186,"target":35},{"source":187,"target":35},{"source":36,"target":0},{"source":36,"target":188},{"source":36,"target":189},{"source":36,"target":190},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":188,"target":36},{"source":189,"target":36},{"source":190,"target":36},{"source":191,"target":36},{"source":192,"target":36},{"source":193,"target":36},{"source":194,"target":36},{"source":195,"target":36},{"source":196,"target":36},{"source":197,"target":36},{"source":198,"target":36},{"source":37,"target":0},{"source":37,"target":1},{"source":37,"target":199},{"source":37,"target":200},{"source":199,"target":201},{"source":199,"target":37},{"source":200,"target":1},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":202},{"source":38,"target":203},{"source":38,"target":204},{"source":38,"target":205},{"source":38,"target":206},{"source":202,"target":207},{"source":202,"target":38},{"source":203,"target":208},{"source":203,"target":38},{"source":204,"target":209},{"source":204,"target":38},{"source":205,"target":210},{"source":205,"target":38},{"source":206,"target":1},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":214},{"source":211,"target":39},{"source":212,"target":215},{"source":212,"target":39},{"source":213,"target":1},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":40,"target":219},{"source":40,"target":220},{"source":216,"target":221},{"source":216,"target":40},{"source":217,"target":222},{"source":217,"target":40},{"source":218,"target":223},{"source":218,"target":40},{"source":219,"target":39},{"source":219,"target":224},{"source":219,"target":40},{"source":224,"target":39},{"source":220,"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://www.tb-gruber.at/model" nsPrefix="tbg"> <eClassifiers xsi:type="ecore:EClass" name="Bahnhof"> <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="projektname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objekt" upperBound="-1" eType="#//Objekt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plankopf" eType="#//Plankopf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reserve2Value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Objekt"> <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="objektart" eType="#//objektarttype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Ort_Adresse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objektId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anlage" upperBound="-1" eType="#//Anlage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gebaeudeArt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="db776ua" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gpsstandort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externeQuelle" eType="#//externe_datenquelle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="objektarttype"> <eLiterals name="Trafostation" literal="Trafostation"/> <eLiterals name="Hochbauobjekt" value="1" literal="Hochbauobjekt"/> <eLiterals name="Schalthaeuser" value="2" literal="Schalthaus"/> <eLiterals name="Tunnelobjekt" value="3" literal="Tunnelobjekt"/> <eLiterals name="Freistehender_VT" value="4" literal="Freistehender VT"/> <eLiterals name="Verkehrsstation" value="5" literal="Verkehrsstation"/> <eLiterals name="Sonstiges" value="6" literal="Sonstiges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Anlage" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anlagennummer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objektteil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eadbId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verbindungNach" upperBound="-1" eType="#//Verbindung" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versorgtVon" upperBound="-1" eType="#//Verbindung"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaerspannung" eType="#//spannungsarttype" defaultValueLiteral="NSP 50Hz (grün)"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inObjektteil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reserve4" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anlagenIdImmoAssi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eadbVersorgungArt" eType="#//eadb_versorgung_art"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verteilerbezeichnung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abgangVT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="anlagearttype"> <eLiterals name="UEGSZaehlpunkt" literal="ÜGS/Zählpunkt"/> <eLiterals name="Trafo" value="1" literal="Trafo"/> <eLiterals name="Versorgungsknoten" value="2" literal="Versorgungsknoten"/> <eLiterals name="Energietechnikanlage" value="3" literal="Energietechnikanlage"/> <eLiterals name="VK_ET" value="4" literal="Vers.Knoten + ET-Anlage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="spannungsarttype"> <eLiterals name="Reserve_violett" literal="Reserve (violett)"/> <eLiterals name="_20kV50Hz" value="1" literal="20kV 50Hz (rot)"/> <eLiterals name="_10kV50Hz" value="2" literal="10kV 50Hz (blau)"/> <eLiterals name="NSP50Hz" value="3" literal="NSP 50Hz (grün)"/> <eLiterals name="_15kV16_7Hz" value="4" literal="15kV 16,7Hz (magenta)"/> <eLiterals name="NSP16_7Hz" value="5" literal="NSP 16,7Hz (cyan)"/> <eLiterals name="Reserve_hellbraun" value="6" literal="Reserve (hellbraun)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Verbindung"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaerspannung" eType="#//spannungsarttype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ziel" lowerBound="1" eType="#//Anlage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ursprung" lowerBound="1" eType="#//Anlage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reserve9" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reserve10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quellSicherung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zielSicherung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kabeltype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="argusrelevant" eType="#//ARGUSrelevant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plankopf"> <eStructuralFeatures xsi:type="ecore:EReference" name="textbaustein" upperBound="-1" eType="#//Textbaustein" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Textbaustein"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trafo" eSuperTypes="#//Anlage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sekundaerspannung" eType="#//spannungsarttype" defaultValueLiteral="NSP 50Hz (grün)"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trafoKva" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reserve5" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Zaehlpunkt" eSuperTypes="#//Anlage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nrHauptversorgung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nrReserveEinspeisung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Versorgungsknoten" eSuperTypes="#//Anlage"/> <eClassifiers xsi:type="ecore:EClass" name="Energietechnikanlage" eSuperTypes="#//Anlage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etType" eType="#//ET_Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersorgungsknotenMitET" eSuperTypes="#//Anlage"/> <eClassifiers xsi:type="ecore:EEnum" name="externe_datenquelle"> <eLiterals name="undefined"/> <eLiterals name="immo" value="1" literal="immo"/> <eLiterals name="vs" value="2"/> <eLiterals name="gebaeude" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ET_Type"> <eLiterals name="IG"/> <eLiterals name="IF" value="1"/> <eLiterals name="FV" value="2" literal="FV"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ARGUSrelevant"> <eLiterals name="Y" value="1"/> <eLiterals name="N" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="eadb_versorgung_art"> <eLiterals name="ÜGS"/> <eLiterals name="VK" value="1"/> <eLiterals name="IF" value="2" literal="IF"/> <eLiterals name="IG" value="3"/> <eLiterals name="WHZ" value="4"/> <eLiterals name="FV" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/bernhardedler/tbg_designer/at.tb_gruber.designer.model/model/model.ecore
ecore
model Bahnhof name projektname objekt plankopf reserve2Value Objekt name objektart Ort_Adresse objektId anlage gebaeudeArt db776ua gpsstandort externeQuelle objektarttype Trafostation Trafostation Hochbauobjekt Hochbauobjekt Schalthaeuser Schalthaus Tunnelobjekt Tunnelobjekt Freistehender_VT Freistehender VT Verkehrsstation Verkehrsstation Sonstiges Sonstiges Anlage name anlagennummer objektteil eadbId verbindungNach versorgtVon primaerspannung NSP 50Hz (grün) inObjektteil reserve4 anlagenIdImmoAssi eadbVersorgungArt verteilerbezeichnung abgangVT anlagearttype UEGSZaehlpunkt ÜGS/Zählpunkt Trafo Trafo Versorgungsknoten Versorgungsknoten Energietechnikanlage Energietechnikanlage VK_ET Vers.Knoten + ET-Anlage spannungsarttype Reserve_violett Reserve (violett) _20kV50Hz 20kV 50Hz (rot) _10kV50Hz 10kV 50Hz (blau) NSP50Hz NSP 50Hz (grün) _15kV16_7Hz 15kV 16,7Hz (magenta) NSP16_7Hz NSP 16,7Hz (cyan) Reserve_hellbraun Reserve (hellbraun) Verbindung nr primaerspannung ziel ursprung reserve9 reserve10 quellSicherung zielSicherung kabeltype argusrelevant Plankopf textbaustein Textbaustein Label Trafo sekundaerspannung NSP 50Hz (grün) trafoKva reserve5 Zaehlpunkt nrHauptversorgung nrReserveEinspeisung Versorgungsknoten Energietechnikanlage etType VersorgungsknotenMitET externe_datenquelle undefined undefined immo immo vs vs gebaeude gebaeude ET_Type IG IG IF IF FV FV ARGUSrelevant Y Y N N eadb_versorgung_art ÜGS ÜGS VK VK IF IF IG IG WHZ WHZ FV FV
null
{"directed":true,"nodes":[{"nsPrefix":"tbg","nsURI":"http://www.tb-gruber.at/model","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bahnhof","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objekt","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"objektarttype","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anlage","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"anlagearttype","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"spannungsarttype","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Verbindung","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plankopf","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Textbaustein","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trafo","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zaehlpunkt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Versorgungsknoten","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Energietechnikanlage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersorgungsknotenMitET","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"externe_datenquelle","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ET_Type","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARGUSrelevant","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"eadb_versorgung_art","instanceClass":null,"id":18,"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":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":"projektname","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objekt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plankopf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reserve2Value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objektart","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":"Ort_Adresse","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":"objektId","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":"anlage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gebaeudeArt","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":"db776ua","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":"gpsstandort","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externeQuelle","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"Trafostation","id":47,"value":0,"literal":"Trafostation","eClass":"EEnumLiteral"},{"name":"Hochbauobjekt","id":48,"value":1,"literal":"Hochbauobjekt","eClass":"EEnumLiteral"},{"name":"Schalthaeuser","id":49,"value":2,"literal":"Schalthaus","eClass":"EEnumLiteral"},{"name":"Tunnelobjekt","id":50,"value":3,"literal":"Tunnelobjekt","eClass":"EEnumLiteral"},{"name":"Freistehender_VT","id":51,"value":4,"literal":"Freistehender VT","eClass":"EEnumLiteral"},{"name":"Verkehrsstation","id":52,"value":5,"literal":"Verkehrsstation","eClass":"EEnumLiteral"},{"name":"Sonstiges","id":53,"value":6,"literal":"Sonstiges","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anlagennummer","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objektteil","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eadbId","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verbindungNach","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":"versorgtVon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSP 50Hz (grün)","unsettable":false,"transient":false,"unique":true,"name":"primaerspannung","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inObjektteil","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":"reserve4","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":"anlagenIdImmoAssi","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eadbVersorgungArt","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verteilerbezeichnung","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":"abgangVT","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"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"UEGSZaehlpunkt","id":80,"value":0,"literal":"ÜGS/Zählpunkt","eClass":"EEnumLiteral"},{"name":"Trafo","id":81,"value":1,"literal":"Trafo","eClass":"EEnumLiteral"},{"name":"Versorgungsknoten","id":82,"value":2,"literal":"Versorgungsknoten","eClass":"EEnumLiteral"},{"name":"Energietechnikanlage","id":83,"value":3,"literal":"Energietechnikanlage","eClass":"EEnumLiteral"},{"name":"VK_ET","id":84,"value":4,"literal":"Vers.Knoten + ET-Anlage","eClass":"EEnumLiteral"},{"name":"Reserve_violett","id":85,"value":0,"literal":"Reserve (violett)","eClass":"EEnumLiteral"},{"name":"_20kV50Hz","id":86,"value":1,"literal":"20kV 50Hz (rot)","eClass":"EEnumLiteral"},{"name":"_10kV50Hz","id":87,"value":2,"literal":"10kV 50Hz (blau)","eClass":"EEnumLiteral"},{"name":"NSP50Hz","id":88,"value":3,"literal":"NSP 50Hz (grün)","eClass":"EEnumLiteral"},{"name":"_15kV16_7Hz","id":89,"value":4,"literal":"15kV 16,7Hz (magenta)","eClass":"EEnumLiteral"},{"name":"NSP16_7Hz","id":90,"value":5,"literal":"NSP 16,7Hz (cyan)","eClass":"EEnumLiteral"},{"name":"Reserve_hellbraun","id":91,"value":6,"literal":"Reserve (hellbraun)","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nr","changeable":true,"lowerBound":0,"iD":true,"id":92,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaerspannung","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ziel","changeable":true,"resolveProxies":true,"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":"ursprung","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"reserve9","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":"reserve10","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quellSicherung","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zielSicherung","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kabeltype","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"argusrelevant","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textbaustein","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Label","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSP 50Hz (grün)","unsettable":false,"transient":false,"unique":true,"name":"sekundaerspannung","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trafoKva","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reserve5","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nrHauptversorgung","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":"nrReserveEinspeisung","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"etType","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"name":"undefined","id":133,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"immo","id":134,"value":1,"literal":"immo","eClass":"EEnumLiteral"},{"name":"vs","id":135,"value":2,"literal":"vs","eClass":"EEnumLiteral"},{"name":"gebaeude","id":136,"value":3,"literal":"gebaeude","eClass":"EEnumLiteral"},{"name":"IG","id":137,"value":0,"literal":"IG","eClass":"EEnumLiteral"},{"name":"IF","id":138,"value":1,"literal":"IF","eClass":"EEnumLiteral"},{"name":"FV","id":139,"value":2,"literal":"FV","eClass":"EEnumLiteral"},{"name":"Y","id":140,"value":1,"literal":"Y","eClass":"EEnumLiteral"},{"name":"N","id":141,"value":2,"literal":"N","eClass":"EEnumLiteral"},{"name":"ÜGS","id":142,"value":0,"literal":"ÜGS","eClass":"EEnumLiteral"},{"name":"VK","id":143,"value":1,"literal":"VK","eClass":"EEnumLiteral"},{"name":"IF","id":144,"value":2,"literal":"IF","eClass":"EEnumLiteral"},{"name":"IG","id":145,"value":3,"literal":"IG","eClass":"EEnumLiteral"},{"name":"WHZ","id":146,"value":4,"literal":"WHZ","eClass":"EEnumLiteral"},{"name":"FV","id":147,"value":5,"literal":"FV","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":25},{"source":20,"target":1},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":2},{"source":22,"target":8},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":8},{"source":23,"target":28},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":3},{"source":30,"target":39},{"source":30,"target":2},{"source":39,"target":3},{"source":31,"target":40},{"source":31,"target":2},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":4},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":4},{"source":34,"target":43},{"source":34,"target":2},{"source":35,"target":44},{"source":35,"target":2},{"source":36,"target":45},{"source":36,"target":2},{"source":37,"target":15},{"source":37,"target":46},{"source":37,"target":2},{"source":46,"target":15},{"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":47,"target":3},{"source":48,"target":3},{"source":49,"target":3},{"source":50,"target":3},{"source":51,"target":3},{"source":52,"target":3},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":54,"target":67},{"source":54,"target":4},{"source":55,"target":68},{"source":55,"target":4},{"source":56,"target":69},{"source":56,"target":4},{"source":57,"target":70},{"source":57,"target":4},{"source":58,"target":7},{"source":58,"target":71},{"source":58,"target":4},{"source":71,"target":7},{"source":59,"target":7},{"source":59,"target":72},{"source":59,"target":4},{"source":72,"target":7},{"source":60,"target":6},{"source":60,"target":73},{"source":60,"target":4},{"source":73,"target":6},{"source":61,"target":74},{"source":61,"target":4},{"source":62,"target":75},{"source":62,"target":4},{"source":63,"target":76},{"source":63,"target":4},{"source":64,"target":18},{"source":64,"target":77},{"source":64,"target":4},{"source":77,"target":18},{"source":65,"target":78},{"source":65,"target":4},{"source":66,"target":79},{"source":66,"target":4},{"source":5,"target":0},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":80,"target":5},{"source":81,"target":5},{"source":82,"target":5},{"source":83,"target":5},{"source":84,"target":5},{"source":6,"target":0},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":85,"target":6},{"source":86,"target":6},{"source":87,"target":6},{"source":88,"target":6},{"source":89,"target":6},{"source":90,"target":6},{"source":91,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":92,"target":102},{"source":92,"target":7},{"source":93,"target":6},{"source":93,"target":103},{"source":93,"target":7},{"source":103,"target":6},{"source":94,"target":4},{"source":94,"target":104},{"source":94,"target":7},{"source":104,"target":4},{"source":95,"target":4},{"source":95,"target":105},{"source":95,"target":7},{"source":105,"target":4},{"source":96,"target":106},{"source":96,"target":7},{"source":97,"target":107},{"source":97,"target":7},{"source":98,"target":108},{"source":98,"target":7},{"source":99,"target":109},{"source":99,"target":7},{"source":100,"target":110},{"source":100,"target":7},{"source":101,"target":17},{"source":101,"target":111},{"source":101,"target":7},{"source":111,"target":17},{"source":8,"target":0},{"source":8,"target":112},{"source":112,"target":9},{"source":112,"target":113},{"source":112,"target":8},{"source":113,"target":9},{"source":9,"target":0},{"source":9,"target":114},{"source":114,"target":115},{"source":114,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":116,"target":6},{"source":116,"target":120},{"source":116,"target":10},{"source":120,"target":6},{"source":117,"target":121},{"source":117,"target":10},{"source":118,"target":122},{"source":118,"target":10},{"source":119,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":123,"target":126},{"source":123,"target":11},{"source":124,"target":127},{"source":124,"target":11},{"source":125,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":128},{"source":128,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":129},{"source":13,"target":130},{"source":129,"target":16},{"source":129,"target":131},{"source":129,"target":13},{"source":131,"target":16},{"source":130,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":132},{"source":132,"target":4},{"source":15,"target":0},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":133,"target":15},{"source":134,"target":15},{"source":135,"target":15},{"source":136,"target":15},{"source":16,"target":0},{"source":16,"target":137},{"source":16,"target":138},{"source":16,"target":139},{"source":137,"target":16},{"source":138,"target":16},{"source":139,"target":16},{"source":17,"target":0},{"source":17,"target":140},{"source":17,"target":141},{"source":140,"target":17},{"source":141,"target":17},{"source":18,"target":0},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":142,"target":18},{"source":143,"target":18},{"source":144,"target":18},{"source":145,"target":18},{"source":146,"target":18},{"source":147,"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="taglib" nsURI="taglib.xmi" nsPrefix="org.eclipse.jst.j2ee.taglib"> <eClassifiers xsi:type="ecore:EClass" name="TagLib" eSuperTypes="common.ecore#//CompatibilityDescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The taglib tag is the document root, it defines:&#xD;&#xA;&#xD;&#xA;description a simple string describing the &quot;use&quot; of this taglib,&#xD;&#xA; should be user discernable&#xD;&#xA;&#xD;&#xA;display-name the display-name element contains a&#xD;&#xA; short name that is intended to be displayed&#xD;&#xA; by tools&#xD;&#xA;&#xD;&#xA;icon optional icon that can be used by tools&#xD;&#xA;&#xD;&#xA;tlib-version the version of the tag library implementation&#xD;&#xA;&#xD;&#xA;short-name a simple default short name that could be&#xD;&#xA; used by a JSP authoring tool to create&#xD;&#xA; names with a mnemonic value; for example,&#xD;&#xA; the it may be used as the prefered prefix&#xD;&#xA; value in taglib directives&#xD;&#xA;&#xD;&#xA;uri a uri uniquely identifying this taglib&#xD;&#xA;&#xD;&#xA;validator optional TagLibraryValidator information&#xD;&#xA;&#xD;&#xA;listener optional event listener specification&#xD;&#xA;&#xD;&#xA;tag one or more tags in the tag library&#xD;&#xA;&#xD;&#xA;tag-file one or more tag files in the tag library&#xD;&#xA;&#xD;&#xA;function zero or more EL functions defined in this&#xD;&#xA; tag library&#xD;&#xA;&#xD;&#xA;taglib-extension zero or more extensions that provide extra&#xD;&#xA;&#x9;&#x9;information about this taglib, for tool&#xD;&#xA;&#x9;&#x9;consumption"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagLibVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes this version number of the tag library (dewey decimal).&#xD;&#xA;@regexp [0-9]*{ &quot;.&quot;[0-9] }0..3"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jspVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the JSP version (number) this tag library requires in order to function (dewey decimal). Default is 1.2&#xD;&#xA;@regexp [0-9]*{ &quot;.&quot;[0-9] }0..3"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of the short-name element is a name that could be used by a JSP authoring tool to create names with a mnemonic value; for example, it may be used as the prefered prefix value in taglib directives. Do not use white space, and do not start with digits or underscore."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of the uri element is a public URI that uniquely identifies the exact semantics of this taglibrary."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" lowerBound="1" upperBound="-1" eType="#//JSPTag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validator" eType="#//Validator" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The validator element provides information on an optional validator that can be used to validate the conformance of a JSP page to using this tag library.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="listeners" upperBound="-1" eType="ecore:EClass common.ecore#//Listener" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//Function" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taglibExtensions" upperBound="-1" eType="#//TldExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSPTag" eSuperTypes="common.ecore#//DescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tag element defines an action in this tag library. The tag element has one attribute, id.&#xD;&#xA;The tag element may have several subelements defining:&#xD;&#xA;name -- The unique action name&#xD;&#xA;tag-class -- The tag handler class implementing javax.servlet.jsp.tagext.Tag&#xD;&#xA;tei-class -- An optional subclass of javax.servlet.jsp.tagext.TagExtraInfo&#xD;&#xA;body-content -- The body content type&#xD;&#xA;display-name -- A short name that is intended to be displayed by tools&#xD;&#xA;small-icon -- Optional small-icon that can be used by tools&#xD;&#xA;large-icon -- Optional large-icon that can be used by tools&#xD;&#xA;description -- Optional tag-specific information&#xD;&#xA;variable -- Optional scripting variable information&#xD;&#xA;attribute -- All attributes of this action&#xD;&#xA;example -- Optional informal description of an example of a use of this action.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyContent" eType="#//BodyContentType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides a hint as to the content of the body of this tag. Primarily intended for use by page composition tools.There are currently three values specified:&#xD;&#xA;&#xD;&#xA;tagdependent - The body of the tag is interpreted by the tag implementation itself, and is most likely in a&#x9;&#x9;different &quot;langage&quot;, e.g embedded SQL statements.&#xD;&#xA;&#xD;&#xA;JSP - The body of the tag contains nested JSP syntax&#xD;&#xA;&#xD;&#xA;empty - The body must be emptyThe default (if not defined) is JSP#PCDATA ::= tagdependent | JSP | empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" 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 example element provides an informal description of an example of the use of a tag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicAttributes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//JSPTagAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//JSPVariable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable element provides information on the scripting variables defined by this tag.&#xD;&#xA;It is a (translation time) error for an action that has one or more variable subelements to have a TagExtraInfo class that returns a non-null object.&#xD;&#xA;The subelements of variable are of the form:&#xD;&#xA;name-given -- The variable name as a constant&#xD;&#xA;name-from-attribute -- The name of an attribute whose (translation time) value will give the name of the variable. One of name-given or namefrom-attribute is required.&#xD;&#xA;variable-class -- Name of the class of the variable. java.lang.String is default.&#xD;&#xA;declare -- Whether the variable is declared or not. True is the default.&#xD;&#xA;scope -- The scope of the scripting variable defined. NESTED is default.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tagClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tag-class element indicates the subclass of javax.serlvet.jsp.tagext.Tag that implements the request time semantics for this tag. This element is required.&#xD;&#xA;@regexp fully qualified Java class name&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="teiClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tei-class element indicates the subclass of javax.servlet.jsp.tagext.TagExtraInfo for this tag. The class is instantiated at translation time. This element is optional.&#xD;&#xA;@regexp fully qualified Java class name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSPTagAttribute" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attribute tag defines an attribute for the nesting tag"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the canonical name of a tag or attribute being defined (required)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines if the nesting attribute is required or optional."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtExprValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines if the nesting attribute can have scriptlet expressions asa value, i.e the value of the attribute may be dynamically calculatedat request time, as opposed to a static value determined at translationtime. (optional)&#xD;&#xA;Default = false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of the type element describes the Java type of the attributes value.&#xD;&#xA;For static values (those determined at translation time) the type is always java.lang.String."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BodyContentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4, added TAGDEPENDENT,EMPTY,scriptless,SCRIPTLESS&#xD;&#xA;Provides a hint as to the content of the body of this tag.&#xD;&#xA;Primarily intended for use by page composition tools.&#xD;&#xA;&#xD;&#xA;There are currently four values specified:&#xD;&#xA;&#xD;&#xA;tagdependent The body of the tag is interpreted by the tag&#xD;&#xA; implementation itself, and is most likely&#xD;&#xA; in a different &quot;langage&quot;, e.g embedded SQL&#xD;&#xA; statements.&#xD;&#xA;&#xD;&#xA;JSP The body of the tag contains nested JSP&#xD;&#xA; syntax.&#xD;&#xA;&#xD;&#xA;empty The body must be empty&#xD;&#xA;&#xD;&#xA;scriptless The body accepts only template text, EL&#xD;&#xA; Expressions, and JSP action elements. No&#xD;&#xA; scripting elements are allowed.&#xD;&#xA;JSP=0&#xD;&#xA;empty=1&#xD;&#xA;tagdependent=2&#xD;&#xA;TAGDEPENDENT=3&#xD;&#xA;EMPTY=4&#xD;&#xA;scriptless=5&#xD;&#xA;SCRIPTLESS=6"/> </eAnnotations> <eLiterals name="tagdependent"/> <eLiterals name="JSP" value="1"/> <eLiterals name="empty" value="2"/> <eLiterals name="scriptless" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validator" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The validator element provides information on an optional validator that can be used to validate the conformance of a JSP page to using this tag library.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="validatorClass" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="defines the TagLibraryValidator class that can be&#xD;&#xA;used to validate the conformance of a JSP page to using this tag library."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initParams" upperBound="-1" eType="ecore:EClass webapplication.ecore#//InitParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSPVariable" eSuperTypes="common.ecore#//J2EEEObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameGiven" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name-given element provides the name for the scripting variable.&#xD;&#xA;&#xD;&#xA;One of name-given or name-from-attribute is required."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameFromAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of an attribute whose (translation-time) value will give the name of the variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declare" 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 value of the declare element indicates whether the scripting variable is to be defined or not. See TagExtraInfo for details.&#xD;&#xA;This element is optional and is the default is true.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#//JSPScriptingVariableScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableClass" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JSPScriptingVariableScope"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="NESTED=0&#xD;&#xA;AT_BEGIN=1&#xD;&#xA;AT_END=2"/> </eAnnotations> <eLiterals name="NESTED"/> <eLiterals name="AT_BEGIN" value="1"/> <eLiterals name="AT_END" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="common.ecore#//DescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The function element is used to provide information on each&#xD;&#xA;function in the tag library that is to be exposed to the EL.&#xD;&#xA;&#xD;&#xA;The function element may have several subelements defining:&#xD;&#xA;&#xD;&#xA;description Optional tag-specific information&#xD;&#xA;&#xD;&#xA;display-name A short name that is intended to be&#xD;&#xA; displayed by tools&#xD;&#xA;&#xD;&#xA;icon Optional icon element that can be used&#xD;&#xA; by tools&#xD;&#xA;&#xD;&#xA;name A unique name for this function&#xD;&#xA;&#xD;&#xA;function-class Provides the name of the Java class that&#xD;&#xA; implements the function&#xD;&#xA;&#xD;&#xA;function-signature Provides the signature, as in the Java&#xD;&#xA; Language Specification, of the Java&#xD;&#xA; method that is to be used to implement&#xD;&#xA; the function.&#xD;&#xA;&#xD;&#xA;example Optional informal description of an&#xD;&#xA; example of a use of this function"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides the signature, as in the Java Language&#xD;&#xA; Specification, of the static Java method that is&#xD;&#xA; to be used to implement the function.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; java.lang.String nickName( java.lang.String, int )"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" 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 example element contains an informal description&#xD;&#xA; of an example of the use of this function."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides the fully-qualified class name of the Java&#xD;&#xA; class containing the static method that implements&#xD;&#xA; the function."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionExtensions" upperBound="-1" eType="#//TldExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagFile" eSuperTypes="common.ecore#//DescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;Defines an action in this tag library that is implemented&#xD;&#xA;as a .tag file.&#xD;&#xA;&#xD;&#xA;The tag-file element has two required subelements:&#xD;&#xA;&#xD;&#xA;name The unique action name&#xD;&#xA;&#xD;&#xA;path Where to find the .tag file implementing this&#xD;&#xA; action, relative to the root of the web application or&#xD;&#xA;&#x9;the root of the JAR file for a tag library packaged in&#xD;&#xA;&#x9;a JAR. This must begin with /WEB-INF/tags if the .tag&#xD;&#xA;&#x9;file resides in the WAR, or /META-INF/tags if the .tag&#xD;&#xA;&#x9;file resides in a JAR."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagExtensions" upperBound="-1" eType="#//TldExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TldExtension" eSuperTypes="common.ecore#//J2EEEObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionElements" lowerBound="1" upperBound="-1" eType="#//ExtensibleType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleType" abstract="true" eSuperTypes="common.ecore#//J2EEEObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/taglib.ecore
ecore
taglib TagLib tagLibVersion jspVersion shortName uri tags validator listeners functions taglibExtensions JSPTag bodyContent example name dynamicAttributes attributes variables tagClass teiClass JSPTagAttribute name required rtExprValue false fragment type descriptions BodyContentType tagdependent tagdependent JSP JSP empty empty scriptless scriptless Validator validatorClass initParams descriptions JSPVariable nameGiven nameFromAttribute declare scope variableClass descriptions JSPScriptingVariableScope NESTED NESTED AT_BEGIN AT_BEGIN AT_END AT_END Function name signature example functionClass functionExtensions TagFile name path example tagExtensions TldExtension namespace extensionElements ExtensibleType value
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.j2ee.taglib","nsURI":"taglib.xmi","name":"taglib","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagLib","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSPTag","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSPTagAttribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BodyContentType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSPVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JSPScriptingVariableScope","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagFile","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TldExtension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleType","instanceClass":null,"abstract":true,"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":"tagLibVersion","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jspVersion","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":"shortName","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"tags","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validator","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":"listeners","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":"functions","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":"taglibExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"bodyContent","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":"example","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"dynamicAttributes","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"variables","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":false,"unique":true,"name":"tagClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teiClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"rtExprValue","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"lowerBound":0,"iD":false,"id":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},{"container":false,"ordered":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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"tagdependent","id":61,"value":0,"literal":"tagdependent","eClass":"EEnumLiteral"},{"name":"JSP","id":62,"value":1,"literal":"JSP","eClass":"EEnumLiteral"},{"name":"empty","id":63,"value":2,"literal":"empty","eClass":"EEnumLiteral"},{"name":"scriptless","id":64,"value":3,"literal":"scriptless","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":"validatorClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initParams","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":"descriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameGiven","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":"nameFromAttribute","changeable":true,"lowerBound":0,"iD":false,"id":73,"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":"declare","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variableClass","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"name":"NESTED","id":85,"value":0,"literal":"NESTED","eClass":"EEnumLiteral"},{"name":"AT_BEGIN","id":86,"value":1,"literal":"AT_BEGIN","eClass":"EEnumLiteral"},{"name":"AT_END","id":87,"value":2,"literal":"AT_END","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","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":"example","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"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":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"example","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":108,"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":"extensionElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":12,"target":22},{"source":12,"target":1},{"source":13,"target":23},{"source":13,"target":1},{"source":14,"target":24},{"source":14,"target":1},{"source":15,"target":25},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":26},{"source":16,"target":1},{"source":26,"target":2},{"source":17,"target":5},{"source":17,"target":27},{"source":17,"target":1},{"source":27,"target":5},{"source":18,"target":28},{"source":18,"target":1},{"source":19,"target":8},{"source":19,"target":29},{"source":19,"target":1},{"source":29,"target":8},{"source":20,"target":10},{"source":20,"target":30},{"source":20,"target":1},{"source":30,"target":10},{"source":2,"target":0},{"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":31,"target":4},{"source":31,"target":40},{"source":31,"target":2},{"source":40,"target":4},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":42},{"source":33,"target":2},{"source":34,"target":43},{"source":34,"target":2},{"source":35,"target":3},{"source":35,"target":44},{"source":35,"target":2},{"source":44,"target":3},{"source":36,"target":6},{"source":36,"target":45},{"source":36,"target":2},{"source":45,"target":6},{"source":37,"target":46},{"source":37,"target":2},{"source":38,"target":47},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":48,"target":55},{"source":48,"target":3},{"source":49,"target":56},{"source":49,"target":3},{"source":50,"target":57},{"source":50,"target":3},{"source":51,"target":58},{"source":51,"target":3},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":60},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":61,"target":4},{"source":62,"target":4},{"source":63,"target":4},{"source":64,"target":4},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":65,"target":69},{"source":65,"target":5},{"source":66,"target":70},{"source":66,"target":5},{"source":67,"target":71},{"source":67,"target":5},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":72,"target":79},{"source":72,"target":6},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":81},{"source":74,"target":6},{"source":75,"target":7},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":7},{"source":76,"target":83},{"source":76,"target":6},{"source":77,"target":84},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":85,"target":7},{"source":86,"target":7},{"source":87,"target":7},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":88,"target":94},{"source":88,"target":8},{"source":89,"target":95},{"source":89,"target":8},{"source":90,"target":96},{"source":90,"target":8},{"source":91,"target":97},{"source":91,"target":8},{"source":92,"target":10},{"source":92,"target":98},{"source":92,"target":8},{"source":98,"target":10},{"source":9,"target":0},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":99,"target":104},{"source":99,"target":9},{"source":100,"target":105},{"source":100,"target":9},{"source":101,"target":106},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":107},{"source":102,"target":9},{"source":107,"target":10},{"source":10,"target":0},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":108,"target":111},{"source":108,"target":10},{"source":109,"target":11},{"source":109,"target":112},{"source":109,"target":10},{"source":112,"target":11},{"source":11,"target":0},{"source":11,"target":113},{"source":11,"target":114},{"source":113,"target":115},{"source":113,"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="graal" nsURI="http://org.obeonetwork.graal/1.0" nsPrefix="graal"> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Activity #//AbstractTask #//UserStoryElement"> <eOperations name="getReferencedBy" upperBound="-1" eType="#//TaskReference"/> <eOperations name="getUsedBy" upperBound="-1" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postconditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//NamedElement #//DomainModelRegistry #//TasksContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="subSystems" upperBound="-1" eType="#//System" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCases" upperBound="-1" eType="#//UseCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userStories" upperBound="-1" eType="#//UserStory" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//GraalObject"> <eOperations name="hasChildAttachedToUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="userStory" eType="#//UserStory"/> </eOperations> <eOperations name="getContainingTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subActivities" upperBound="-1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//OperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//GraalObject #//UserStoryElement"> <eOperations name="getContainingTask" eType="#//Task"/> <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="#//GraalObject #//UserStoryElement"> <eOperations name="getContainingTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//TransitionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskReference" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserView" eSuperTypes="#//NamedNode"/> <eClassifiers xsi:type="ecore:EClass" name="UserAction" eSuperTypes="#//NamedNode"/> <eClassifiers xsi:type="ecore:EClass" name="AppliEvent" eSuperTypes="#//NamedNode"/> <eClassifiers xsi:type="ecore:EClass" name="AppliAction" eSuperTypes="#//NamedNode"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="AbortNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EEnum" name="TransitionKind"> <eLiterals name="normal"/> <eLiterals name="interrupt" value="1"/> <eLiterals name="abort" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatorKind"> <eLiterals name="and"/> <eLiterals name="or" value="1"/> <eLiterals name="xor" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subActors" upperBound="-1" eType="#//Actor" eOpposite="#//Actor/superActor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superActor" eType="#//Actor" eOpposite="#//Actor/subActors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTask" abstract="true" eSuperTypes="#//NamedElement"> <eOperations name="getUseCase" eType="#//UseCase"/> <eOperations name="getContainingSystem" eType="#//System"/> <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="TasksGroup" eSuperTypes="#//AbstractTask #//TasksContainer"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//NamedElement #//DomainModelRegistry"> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//AbstractTask"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1" eType="#//UseCase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//UseCase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//GraalObject"> <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="NamedNode" abstract="true" eSuperTypes="#//Node #//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DomainModelRegistry" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="dtoCategories" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.soa/model/soa.ecore#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dtos" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.soa/model/soa.ecore#//ServiceDTO"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityBlocks" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.entity/model/entity.ecore#//Block"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.entity/model/entity.ecore#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TasksContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//AbstractTask" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTasks" upperBound="-1" eType="#//Task" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGroups" upperBound="-1" eType="#//TasksGroup" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserStory" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//UserStoryElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserStoryElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="GraalObject" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//ObeoDSMObject"> <eOperations name="attachToUserStory"> <eParameters name="userStory" eType="#//UserStory"/> </eOperations> <eOperations name="detachFromUserStory"> <eParameters name="userStory" eType="#//UserStory"/> </eOperations> <eOperations name="isConcernedByUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="userStory" eType="#//UserStory"/> </eOperations> <eOperations name="canBeAttachedToUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="userStory" eType="#//UserStory"/> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/graal.ecore
ecore
graal Task getReferencedBy getUsedBy uses preconditions postconditions actors System subSystems actors useCases userStories Activity hasChildAttachedToUserStory userStory getContainingTask nodes transitions subActivities Operator kind Node getContainingTask outgoingTransitions incomingTransitions Transition getContainingTask guard source target kind TaskReference task UserView UserAction AppliEvent AppliAction InitialNode FinalNode AbortNode TransitionKind normal normal interrupt interrupt abort abort Loop lowerBound upperBound OperatorKind and and or or xor xor Actor subActors superActor AbstractTask getUseCase getContainingSystem id TasksGroup UseCase actors tasks includes extends NamedElement name NamedNode DomainModelRegistry dtoCategories dtos entityBlocks entities TasksContainer tasks ownedTasks ownedGroups UserStory elements UserStoryElement GraalObject attachToUserStory userStory detachFromUserStory userStory isConcernedByUserStory userStory canBeAttachedToUserStory userStory
null
{"directed":true,"nodes":[{"nsPrefix":"graal","nsURI":"http://org.obeonetwork.graal/1.0","name":"graal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserView","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppliEvent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppliAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTask","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TasksGroup","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedNode","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModelRegistry","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TasksContainer","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserStory","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserStoryElement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraalObject","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedBy","lowerBound":0,"id":29,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getUsedBy","lowerBound":0,"id":30,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"preconditions","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":"postconditions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","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":"useCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userStories","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"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasChildAttachedToUserStory","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":56,"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":"nodes","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":"transitions","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":"subActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":71,"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":72,"derived":false},{"container":false,"ordered":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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":81,"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":"guard","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"normal","id":101,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"interrupt","id":102,"value":1,"literal":"interrupt","eClass":"EEnumLiteral"},{"name":"abort","id":103,"value":2,"literal":"abort","eClass":"EEnumLiteral"},{"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":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"and","id":109,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":110,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"xor","id":111,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUseCase","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingSystem","lowerBound":0,"id":118,"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":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasks","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":"includes","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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dtoCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dtos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityBlocks","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"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":"ownedTasks","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":"ownedGroups","changeable":false,"resolveProxies":true,"lowerBound":0,"id":151,"derived":true},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachToUserStory","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detachFromUserStory","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConcernedByUserStory","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeAttachedToUserStory","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"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":3},{"source":1,"target":19},{"source":1,"target":27},{"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":29,"target":7},{"source":29,"target":38},{"source":29,"target":1},{"source":38,"target":7},{"source":30,"target":1},{"source":30,"target":39},{"source":30,"target":1},{"source":39,"target":1},{"source":31,"target":1},{"source":31,"target":40},{"source":31,"target":1},{"source":40,"target":1},{"source":32,"target":41},{"source":32,"target":1},{"source":33,"target":42},{"source":33,"target":1},{"source":34,"target":18},{"source":34,"target":43},{"source":34,"target":1},{"source":43,"target":18},{"source":35,"target":3},{"source":36,"target":19},{"source":37,"target":27},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":24},{"source":2,"target":25},{"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":44,"target":2},{"source":44,"target":51},{"source":44,"target":2},{"source":51,"target":2},{"source":45,"target":18},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":18},{"source":46,"target":21},{"source":46,"target":53},{"source":46,"target":2},{"source":53,"target":21},{"source":47,"target":26},{"source":47,"target":54},{"source":47,"target":2},{"source":54,"target":26},{"source":48,"target":22},{"source":49,"target":24},{"source":50,"target":25},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":55,"target":61},{"source":55,"target":3},{"source":55,"target":62},{"source":62,"target":26},{"source":62,"target":63},{"source":62,"target":55},{"source":63,"target":26},{"source":56,"target":1},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":1},{"source":57,"target":5},{"source":57,"target":65},{"source":57,"target":3},{"source":65,"target":5},{"source":58,"target":6},{"source":58,"target":66},{"source":58,"target":3},{"source":66,"target":6},{"source":59,"target":3},{"source":59,"target":67},{"source":59,"target":3},{"source":67,"target":3},{"source":60,"target":28},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":68},{"source":4,"target":69},{"source":68,"target":17},{"source":68,"target":70},{"source":68,"target":4},{"source":70,"target":17},{"source":69,"target":5},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":27},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":71,"target":1},{"source":71,"target":76},{"source":71,"target":5},{"source":76,"target":1},{"source":72,"target":6},{"source":72,"target":77},{"source":72,"target":5},{"source":72,"target":78},{"source":77,"target":6},{"source":73,"target":6},{"source":73,"target":79},{"source":73,"target":5},{"source":73,"target":80},{"source":79,"target":6},{"source":74,"target":28},{"source":75,"target":27},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":27},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":78},{"source":6,"target":80},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":81,"target":1},{"source":81,"target":86},{"source":81,"target":6},{"source":86,"target":1},{"source":82,"target":87},{"source":82,"target":6},{"source":78,"target":5},{"source":78,"target":88},{"source":78,"target":6},{"source":78,"target":72},{"source":88,"target":5},{"source":80,"target":5},{"source":80,"target":89},{"source":80,"target":6},{"source":80,"target":73},{"source":89,"target":5},{"source":83,"target":15},{"source":83,"target":90},{"source":83,"target":6},{"source":90,"target":15},{"source":84,"target":28},{"source":85,"target":27},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":91},{"source":7,"target":92},{"source":91,"target":1},{"source":91,"target":93},{"source":91,"target":7},{"source":93,"target":1},{"source":92,"target":5},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":94},{"source":94,"target":23},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":95},{"source":95,"target":23},{"source":10,"target":0},{"source":10,"target":23},{"source":10,"target":96},{"source":96,"target":23},{"source":11,"target":0},{"source":11,"target":23},{"source":11,"target":97},{"source":97,"target":23},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":98},{"source":98,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":99},{"source":99,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":100},{"source":100,"target":5},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"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":106,"target":3},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":109,"target":17},{"source":110,"target":17},{"source":111,"target":17},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":112,"target":18},{"source":112,"target":115},{"source":112,"target":18},{"source":112,"target":113},{"source":115,"target":18},{"source":113,"target":18},{"source":113,"target":116},{"source":113,"target":18},{"source":113,"target":112},{"source":116,"target":18},{"source":114,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":117},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":117,"target":21},{"source":117,"target":121},{"source":117,"target":19},{"source":121,"target":21},{"source":118,"target":2},{"source":118,"target":122},{"source":118,"target":19},{"source":122,"target":2},{"source":119,"target":123},{"source":119,"target":19},{"source":120,"target":22},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":25},{"source":20,"target":124},{"source":20,"target":125},{"source":124,"target":19},{"source":125,"target":25},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":24},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":126,"target":18},{"source":126,"target":132},{"source":126,"target":21},{"source":132,"target":18},{"source":127,"target":19},{"source":127,"target":133},{"source":127,"target":21},{"source":133,"target":19},{"source":128,"target":21},{"source":128,"target":134},{"source":128,"target":21},{"source":134,"target":21},{"source":129,"target":21},{"source":129,"target":135},{"source":129,"target":21},{"source":135,"target":21},{"source":130,"target":22},{"source":131,"target":24},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":138},{"source":136,"target":22},{"source":137,"target":28},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":22},{"source":23,"target":139},{"source":23,"target":140},{"source":139,"target":5},{"source":140,"target":22},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":141,"target":145},{"source":141,"target":24},{"source":142,"target":146},{"source":142,"target":24},{"source":143,"target":147},{"source":143,"target":24},{"source":144,"target":148},{"source":144,"target":24},{"source":25,"target":0},{"source":25,"target":149},{"source":25,"target":150},{"source":25,"target":151},{"source":149,"target":19},{"source":149,"target":152},{"source":149,"target":25},{"source":152,"target":19},{"source":150,"target":1},{"source":150,"target":153},{"source":150,"target":25},{"source":153,"target":1},{"source":151,"target":20},{"source":151,"target":154},{"source":151,"target":25},{"source":154,"target":20},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":155},{"source":26,"target":156},{"source":155,"target":27},{"source":155,"target":157},{"source":155,"target":26},{"source":157,"target":27},{"source":156,"target":22},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":158,"target":28},{"source":158,"target":163},{"source":163,"target":26},{"source":163,"target":164},{"source":163,"target":158},{"source":164,"target":26},{"source":159,"target":28},{"source":159,"target":165},{"source":165,"target":26},{"source":165,"target":166},{"source":165,"target":159},{"source":166,"target":26},{"source":160,"target":167},{"source":160,"target":28},{"source":160,"target":168},{"source":168,"target":26},{"source":168,"target":169},{"source":168,"target":160},{"source":169,"target":26},{"source":161,"target":170},{"source":161,"target":28},{"source":161,"target":171},{"source":171,"target":26},{"source":171,"target":172},{"source":171,"target":161},{"source":172,"target":26}],"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="graphbt" nsURI="http://graphbt/1.0" nsPrefix="org.be.graphbt.model"> <eClassifiers xsi:type="ecore:EClass" name="BEModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="dbt" lowerBound="1" eType="#//BehaviorTree" 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="componentList" lowerBound="1" eType="#//ComponentList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirementList" lowerBound="1" eType="#//RequirementList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formulaList" lowerBound="1" eType="#//FormulaList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" lowerBound="1" eType="#//Libraries" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reversionNode" upperBound="-1" eType="#//StandardNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorReversionNode" upperBound="-1" eType="#//StandardNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutList" eType="#//LayoutList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtitle" 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="authorList" eType="#//AuthorList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorTree"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootNode" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialE" eType="#//SpecialEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Composition"> <eLiterals name="Sequential"/> <eLiterals name="Atomic" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Branch"> <eLiterals name="Parallel"/> <eLiterals name="Alternative" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="Reference" literal="=>"/> <eLiterals name="Reversion" value="1" literal="^"/> <eLiterals name="BranchKill" value="2" literal="--"/> <eLiterals name="Synchronize" value="3" literal="@"/> <eLiterals name="Conjunction" value="4" literal="&amp;&amp;"/> <eLiterals name="Disjunction" value="5" literal="||"/> <eLiterals name="ExclusiveOR" value="6" literal="^^"/> <eLiterals name="NoOperator" value="7" literal=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BehaviorType"> <eLiterals name="StateRealization" literal="StateRealization"/> <eLiterals name="Selection" value="1"/> <eLiterals name="Guard" value="2"/> <eLiterals name="InternalInput" value="3"/> <eLiterals name="InternalOutput" value="4"/> <eLiterals name="ExternalOutput" value="5"/> <eLiterals name="ExternalInput" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventType"> <eLiterals name="InternalInput"/> <eLiterals name="InternalOutput" value="1"/> <eLiterals name="ExternalInput" value="2"/> <eLiterals name="ExternalOutput" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="childNode" lowerBound="1" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branch" eType="#//Branch"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composition" eType="#//Composition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialEdge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SpecialEdgeEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SpecialEdgeEnum"> <eLiterals name="Reference" literal="=>"/> <eLiterals name="Reversion" value="1" literal="^"/> <eLiterals name="BranchKill" value="2" literal="--"/> <eLiterals name="Synchronize" value="4" literal="@"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StandardNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorRef" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//StandardNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TraceabilityStatus"> <eLiterals name="Original" literal=""/> <eLiterals name="Implied" value="1" literal="+"/> <eLiterals name="Missing" value="2" literal="-"/> <eLiterals name="Updated" value="3" literal="++"/> <eLiterals name="Deleted" value="4" literal="--"/> <eLiterals name="DesignRefinement" value="5" literal="+-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Library" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTEdge"/> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" eType="#//MapInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//MethodDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Requirement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceabilityLink" upperBound="-1" eType="#//StandardNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorType" eType="#//BehaviorType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalDetail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentList"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementList"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//Requirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="formulaName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" upperBound="-1" eType="#//Formula"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="formulaName"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="formulaName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formulaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operatorLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceabilityStatusClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityStatusLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlternativeClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alternativeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapInformation"> <eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setValue"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="info" upperBound="-1" eType="#//Information" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Information"> <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="InputType" eSuperTypes="#//GUIImplementable"/> <eClassifiers xsi:type="ecore:EClass" name="OutputType" eSuperTypes="#//GUIImplementable"/> <eClassifiers xsi:type="ecore:EClass" name="GUIImplementable"/> <eClassifiers xsi:type="ecore:EClass" name="GUI"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeImplementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputGUI" eSuperTypes="#//GUI"/> <eClassifiers xsi:type="ecore:EClass" name="OutputGUI" eSuperTypes="#//GUI"/> <eClassifiers xsi:type="ecore:EClass" name="Libraries"> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="#//Library" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutList"> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1" eType="#//Layout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorList"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="behaviortree" nsURI="defaultname" nsPrefix="be.behaviortree.model"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/DefaultName.ecore
ecore
graphbt BEModel dbt name componentList requirementList formulaList libraries reversionNode errorReversionNode layoutList subtitle version authorList BehaviorTree rootNode name Node index id edge specialE Composition Sequential Sequential Atomic Atomic Branch Parallel Parallel Alternative Alternative Operator Reference => Reversion ^ BranchKill -- Synchronize @ Conjunction && Disjunction || ExclusiveOR ^^ NoOperator BehaviorType StateRealization StateRealization Selection Selection Guard Guard InternalInput InternalInput InternalOutput InternalOutput ExternalOutput ExternalOutput ExternalInput ExternalInput EventType InternalInput InternalInput InternalOutput InternalOutput ExternalInput ExternalInput ExternalOutput ExternalOutput Edge childNode branch composition container SpecialEdge type destination SpecialEdgeEnum Reference => Reversion ^ BranchKill -- Synchronize @ EmptyNode label StandardNode traceabilityStatus operator label componentRef behaviorRef traceabilityLink leaf parent TraceabilityStatus Original Implied + Missing - Updated ++ Deleted -- DesignRefinement +- Component getAttribute name componentName attributes state initialState id relatedTo behaviors componentRef componentDesc enumerated uses Attribute type name value CTEdge State name ref desc attributes Library name text desc location id methods states behaviors attributes Requirement Key Requirement traceabilityLink Description Id Behavior behaviorType behaviorName behaviorRef behaviorDesc technicalDetail ComponentList components RequirementList requirements projectId FormulaList formula Formula formulaName OperatorClass operatorLiteral TraceabilityStatusClass traceabilityStatusLiteral Link target source AlternativeClass alternativeAttribute MapInformation getValue key setValue key value info Information key value InputType OutputType GUIImplementable GUI identifier codeImplementation InputGUI OutputGUI Libraries import MethodDeclaration name parameters type Parameter name type LayoutList layouts Layout cRef x y width height z Button label AuthorList authors Author name contact role behaviortree
null
{"directed":true,"nodes":[{"nsPrefix":"org.be.graphbt.model","nsURI":"http://graphbt/1.0","name":"graphbt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTree","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BehaviorType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialEdge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpecialEdgeEnum","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraceabilityStatus","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTEdge","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaList","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceabilityStatusClass","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeClass","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapInformation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Information","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GUIImplementable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GUI","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputGUI","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputGUI","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Libraries","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutList","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorList","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"nsPrefix":"be.behaviortree.model","nsURI":"defaultname","name":"behaviortree","id":46,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbt","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"componentList","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":"requirementList","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":"formulaList","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":"libraries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reversionNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"errorReversionNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtitle","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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":true,"unsettable":false,"transient":false,"unique":true,"name":"authorList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specialE","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"},{"name":"Sequential","id":83,"value":0,"literal":"Sequential","eClass":"EEnumLiteral"},{"name":"Atomic","id":84,"value":1,"literal":"Atomic","eClass":"EEnumLiteral"},{"name":"Parallel","id":85,"value":0,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Alternative","id":86,"value":1,"literal":"Alternative","eClass":"EEnumLiteral"},{"name":"Reference","id":87,"value":0,"literal":"=>","eClass":"EEnumLiteral"},{"name":"Reversion","id":88,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"BranchKill","id":89,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"Synchronize","id":90,"value":3,"literal":"@","eClass":"EEnumLiteral"},{"name":"Conjunction","id":91,"value":4,"literal":"&&","eClass":"EEnumLiteral"},{"name":"Disjunction","id":92,"value":5,"literal":"||","eClass":"EEnumLiteral"},{"name":"ExclusiveOR","id":93,"value":6,"literal":"^^","eClass":"EEnumLiteral"},{"name":"NoOperator","id":94,"value":7,"literal":"","eClass":"EEnumLiteral"},{"name":"StateRealization","id":95,"value":0,"literal":"StateRealization","eClass":"EEnumLiteral"},{"name":"Selection","id":96,"value":1,"literal":"Selection","eClass":"EEnumLiteral"},{"name":"Guard","id":97,"value":2,"literal":"Guard","eClass":"EEnumLiteral"},{"name":"InternalInput","id":98,"value":3,"literal":"InternalInput","eClass":"EEnumLiteral"},{"name":"InternalOutput","id":99,"value":4,"literal":"InternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalOutput","id":100,"value":5,"literal":"ExternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalInput","id":101,"value":6,"literal":"ExternalInput","eClass":"EEnumLiteral"},{"name":"InternalInput","id":102,"value":0,"literal":"InternalInput","eClass":"EEnumLiteral"},{"name":"InternalOutput","id":103,"value":1,"literal":"InternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalInput","id":104,"value":2,"literal":"ExternalInput","eClass":"EEnumLiteral"},{"name":"ExternalOutput","id":105,"value":3,"literal":"ExternalOutput","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":"childNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"lowerBound":0,"iD":false,"id":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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"Reference","id":118,"value":0,"literal":"=>","eClass":"EEnumLiteral"},{"name":"Reversion","id":119,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"BranchKill","id":120,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"Synchronize","id":121,"value":4,"literal":"@","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityStatus","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"behaviorRef","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityLink","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leaf","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"Original","id":142,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Implied","id":143,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Missing","id":144,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"Updated","id":145,"value":3,"literal":"++","eClass":"EEnumLiteral"},{"name":"Deleted","id":146,"value":4,"literal":"--","eClass":"EEnumLiteral"},{"name":"DesignRefinement","id":147,"value":5,"literal":"+-","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":148,"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":"componentName","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":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":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":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":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentDesc","changeable":true,"lowerBound":0,"iD":false,"id":157,"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":"enumerated","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":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":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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"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":"Key","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Requirement","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityLink","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Description","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":true,"lowerBound":0,"iD":false,"id":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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"behaviorType","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":"behaviorName","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":"behaviorRef","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":"behaviorDesc","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":"technicalDetail","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formulaName","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operatorLiteral","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityStatusLiteral","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":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":240,"derived":false},{"container":false,"ordered":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":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternativeAttribute","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":247,"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":"info","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeImplementation","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cRef","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":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":284,"derived":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":285,"derived":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":286,"derived":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":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contact","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":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":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"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":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":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":47,"target":2},{"source":47,"target":59},{"source":47,"target":1},{"source":59,"target":2},{"source":48,"target":60},{"source":48,"target":1},{"source":49,"target":22},{"source":49,"target":61},{"source":49,"target":1},{"source":61,"target":22},{"source":50,"target":23},{"source":50,"target":62},{"source":50,"target":1},{"source":62,"target":23},{"source":51,"target":24},{"source":51,"target":63},{"source":51,"target":1},{"source":63,"target":24},{"source":52,"target":38},{"source":52,"target":64},{"source":52,"target":1},{"source":64,"target":38},{"source":53,"target":13},{"source":53,"target":65},{"source":53,"target":1},{"source":65,"target":13},{"source":54,"target":13},{"source":54,"target":66},{"source":54,"target":1},{"source":66,"target":13},{"source":55,"target":41},{"source":55,"target":67},{"source":55,"target":1},{"source":67,"target":41},{"source":56,"target":68},{"source":56,"target":1},{"source":57,"target":69},{"source":57,"target":1},{"source":58,"target":44},{"source":58,"target":70},{"source":58,"target":1},{"source":70,"target":44},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":71,"target":3},{"source":71,"target":73},{"source":71,"target":2},{"source":73,"target":3},{"source":72,"target":74},{"source":72,"target":2},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":75,"target":79},{"source":75,"target":3},{"source":76,"target":80},{"source":76,"target":3},{"source":77,"target":9},{"source":77,"target":81},{"source":77,"target":3},{"source":81,"target":9},{"source":78,"target":10},{"source":78,"target":82},{"source":78,"target":3},{"source":82,"target":10},{"source":4,"target":0},{"source":4,"target":83},{"source":4,"target":84},{"source":83,"target":4},{"source":84,"target":4},{"source":5,"target":0},{"source":5,"target":85},{"source":5,"target":86},{"source":85,"target":5},{"source":86,"target":5},{"source":6,"target":0},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":87,"target":6},{"source":88,"target":6},{"source":89,"target":6},{"source":90,"target":6},{"source":91,"target":6},{"source":92,"target":6},{"source":93,"target":6},{"source":94,"target":6},{"source":7,"target":0},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":95,"target":7},{"source":96,"target":7},{"source":97,"target":7},{"source":98,"target":7},{"source":99,"target":7},{"source":100,"target":7},{"source":101,"target":7},{"source":8,"target":0},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":102,"target":8},{"source":103,"target":8},{"source":104,"target":8},{"source":105,"target":8},{"source":9,"target":0},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":106,"target":28},{"source":106,"target":110},{"source":106,"target":9},{"source":110,"target":28},{"source":107,"target":5},{"source":107,"target":111},{"source":107,"target":9},{"source":111,"target":5},{"source":108,"target":4},{"source":108,"target":112},{"source":108,"target":9},{"source":112,"target":4},{"source":109,"target":3},{"source":109,"target":113},{"source":109,"target":9},{"source":113,"target":3},{"source":10,"target":0},{"source":10,"target":114},{"source":10,"target":115},{"source":114,"target":11},{"source":114,"target":116},{"source":114,"target":10},{"source":116,"target":11},{"source":115,"target":117},{"source":115,"target":10},{"source":11,"target":0},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":118,"target":11},{"source":119,"target":11},{"source":120,"target":11},{"source":121,"target":11},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":122},{"source":12,"target":123},{"source":122,"target":124},{"source":122,"target":12},{"source":123,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":125,"target":134},{"source":125,"target":13},{"source":126,"target":135},{"source":126,"target":13},{"source":127,"target":136},{"source":127,"target":13},{"source":128,"target":137},{"source":128,"target":13},{"source":129,"target":138},{"source":129,"target":13},{"source":130,"target":139},{"source":130,"target":13},{"source":131,"target":140},{"source":131,"target":13},{"source":132,"target":13},{"source":132,"target":141},{"source":132,"target":13},{"source":141,"target":13},{"source":133,"target":3},{"source":14,"target":0},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":142,"target":14},{"source":143,"target":14},{"source":144,"target":14},{"source":145,"target":14},{"source":146,"target":14},{"source":147,"target":14},{"source":15,"target":0},{"source":15,"target":148},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":148,"target":16},{"source":148,"target":160},{"source":148,"target":15},{"source":148,"target":161},{"source":160,"target":16},{"source":161,"target":162},{"source":161,"target":148},{"source":149,"target":163},{"source":149,"target":15},{"source":150,"target":16},{"source":150,"target":164},{"source":150,"target":15},{"source":164,"target":16},{"source":151,"target":18},{"source":151,"target":165},{"source":151,"target":15},{"source":165,"target":18},{"source":152,"target":18},{"source":152,"target":166},{"source":152,"target":15},{"source":166,"target":18},{"source":153,"target":167},{"source":153,"target":15},{"source":154,"target":15},{"source":154,"target":168},{"source":154,"target":15},{"source":168,"target":15},{"source":155,"target":21},{"source":155,"target":169},{"source":155,"target":15},{"source":169,"target":21},{"source":156,"target":170},{"source":156,"target":15},{"source":157,"target":171},{"source":157,"target":15},{"source":158,"target":172},{"source":158,"target":15},{"source":159,"target":19},{"source":159,"target":173},{"source":159,"target":15},{"source":173,"target":19},{"source":16,"target":0},{"source":16,"target":174},{"source":16,"target":175},{"source":16,"target":176},{"source":174,"target":177},{"source":174,"target":16},{"source":175,"target":178},{"source":175,"target":16},{"source":176,"target":179},{"source":176,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":180,"target":184},{"source":180,"target":18},{"source":181,"target":185},{"source":181,"target":18},{"source":182,"target":186},{"source":182,"target":18},{"source":183,"target":30},{"source":183,"target":187},{"source":183,"target":18},{"source":187,"target":30},{"source":19,"target":0},{"source":19,"target":188},{"source":19,"target":189},{"source":19,"target":190},{"source":19,"target":191},{"source":19,"target":192},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":188,"target":197},{"source":188,"target":19},{"source":189,"target":198},{"source":189,"target":19},{"source":190,"target":199},{"source":190,"target":19},{"source":191,"target":200},{"source":191,"target":19},{"source":192,"target":201},{"source":192,"target":19},{"source":193,"target":39},{"source":193,"target":202},{"source":193,"target":19},{"source":202,"target":39},{"source":194,"target":18},{"source":194,"target":203},{"source":194,"target":19},{"source":203,"target":18},{"source":195,"target":21},{"source":195,"target":204},{"source":195,"target":19},{"source":204,"target":21},{"source":196,"target":16},{"source":196,"target":205},{"source":196,"target":19},{"source":205,"target":16},{"source":20,"target":0},{"source":20,"target":206},{"source":20,"target":207},{"source":20,"target":208},{"source":20,"target":209},{"source":20,"target":210},{"source":206,"target":211},{"source":206,"target":20},{"source":207,"target":212},{"source":207,"target":20},{"source":208,"target":13},{"source":208,"target":213},{"source":208,"target":20},{"source":213,"target":13},{"source":209,"target":214},{"source":209,"target":20},{"source":210,"target":215},{"source":210,"target":20},{"source":21,"target":0},{"source":21,"target":216},{"source":21,"target":217},{"source":21,"target":218},{"source":21,"target":219},{"source":21,"target":220},{"source":216,"target":7},{"source":216,"target":221},{"source":216,"target":21},{"source":221,"target":7},{"source":217,"target":222},{"source":217,"target":21},{"source":218,"target":223},{"source":218,"target":21},{"source":219,"target":224},{"source":219,"target":21},{"source":220,"target":225},{"source":220,"target":21},{"source":22,"target":0},{"source":22,"target":226},{"source":226,"target":15},{"source":226,"target":227},{"source":226,"target":22},{"source":227,"target":15},{"source":23,"target":0},{"source":23,"target":228},{"source":23,"target":229},{"source":228,"target":20},{"source":228,"target":230},{"source":228,"target":23},{"source":230,"target":20},{"source":229,"target":231},{"source":229,"target":23},{"source":24,"target":0},{"source":24,"target":232},{"source":232,"target":25},{"source":232,"target":233},{"source":232,"target":24},{"source":233,"target":25},{"source":25,"target":0},{"source":25,"target":234},{"source":234,"target":235},{"source":234,"target":25},{"source":26,"target":0},{"source":26,"target":236},{"source":236,"target":237},{"source":236,"target":26},{"source":27,"target":0},{"source":27,"target":238},{"source":238,"target":239},{"source":238,"target":27},{"source":28,"target":0},{"source":28,"target":240},{"source":28,"target":241},{"source":240,"target":3},{"source":240,"target":242},{"source":240,"target":28},{"source":242,"target":3},{"source":241,"target":3},{"source":241,"target":243},{"source":241,"target":28},{"source":243,"target":3},{"source":29,"target":0},{"source":29,"target":244},{"source":244,"target":245},{"source":244,"target":29},{"source":30,"target":0},{"source":30,"target":246},{"source":30,"target":247},{"source":30,"target":248},{"source":246,"target":249},{"source":246,"target":30},{"source":246,"target":250},{"source":250,"target":251},{"source":250,"target":246},{"source":247,"target":30},{"source":247,"target":252},{"source":247,"target":253},{"source":252,"target":254},{"source":252,"target":247},{"source":253,"target":255},{"source":253,"target":247},{"source":248,"target":31},{"source":248,"target":256},{"source":248,"target":30},{"source":256,"target":31},{"source":31,"target":0},{"source":31,"target":257},{"source":31,"target":258},{"source":257,"target":259},{"source":257,"target":31},{"source":258,"target":260},{"source":258,"target":31},{"source":32,"target":0},{"source":32,"target":34},{"source":32,"target":261},{"source":261,"target":34},{"source":33,"target":0},{"source":33,"target":34},{"source":33,"target":262},{"source":262,"target":34},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":263},{"source":35,"target":264},{"source":263,"target":265},{"source":263,"target":35},{"source":264,"target":266},{"source":264,"target":35},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":267},{"source":267,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":268},{"source":268,"target":35},{"source":38,"target":0},{"source":38,"target":269},{"source":269,"target":19},{"source":269,"target":270},{"source":269,"target":38},{"source":270,"target":19},{"source":39,"target":0},{"source":39,"target":271},{"source":39,"target":272},{"source":39,"target":273},{"source":271,"target":274},{"source":271,"target":39},{"source":272,"target":40},{"source":272,"target":275},{"source":272,"target":39},{"source":275,"target":40},{"source":273,"target":276},{"source":273,"target":39},{"source":40,"target":0},{"source":40,"target":277},{"source":40,"target":278},{"source":277,"target":279},{"source":277,"target":40},{"source":278,"target":280},{"source":278,"target":40},{"source":41,"target":0},{"source":41,"target":281},{"source":281,"target":42},{"source":281,"target":282},{"source":281,"target":41},{"source":282,"target":42},{"source":42,"target":0},{"source":42,"target":283},{"source":42,"target":284},{"source":42,"target":285},{"source":42,"target":286},{"source":42,"target":287},{"source":42,"target":288},{"source":283,"target":289},{"source":283,"target":42},{"source":284,"target":290},{"source":284,"target":42},{"source":285,"target":291},{"source":285,"target":42},{"source":286,"target":292},{"source":286,"target":42},{"source":287,"target":293},{"source":287,"target":42},{"source":288,"target":294},{"source":288,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":295},{"source":43,"target":296},{"source":295,"target":297},{"source":295,"target":43},{"source":296,"target":42},{"source":44,"target":0},{"source":44,"target":298},{"source":298,"target":45},{"source":298,"target":299},{"source":298,"target":44},{"source":299,"target":45},{"source":45,"target":0},{"source":45,"target":300},{"source":45,"target":301},{"source":45,"target":302},{"source":300,"target":303},{"source":300,"target":45},{"source":301,"target":304},{"source":301,"target":45},{"source":302,"target":305},{"source":302,"target":45},{"source":46,"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="ProjectPlaning" nsURI="ProjectPlaning" nsPrefix="ProjectPlaning"> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//TaskUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskUnit" 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="description" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//TaskUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#//TaskUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//TaskUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="days" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeTask" eSuperTypes="#//TaskUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subtasks" upperBound="-1" eType="#//TaskUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Human" eSuperTypes="#//Resource"> <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="surname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="available" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expertise" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technical"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="units" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SaraPerezSoler/SOCIO/Socio-rest/model/ProjectPlaning.ecore
ecore
ProjectPlaning Project name goal tasks resources TaskUnit id description next Milestone date from Task date days resources CompositeTask subtasks Resource Human name surname available expertise Technical id description units
null
{"directed":true,"nodes":[{"nsPrefix":"ProjectPlaning","nsURI":"ProjectPlaning","name":"ProjectPlaning","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Human","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technical","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","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":"resources","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"},{"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":17,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"days","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":"resources","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"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":"surname","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"available","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"expertise","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"description","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":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":6},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":6},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":4},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":4},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":32},{"source":28,"target":4},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":6},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":2},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":2},{"source":36,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":38,"target":43},{"source":38,"target":7},{"source":39,"target":44},{"source":39,"target":7},{"source":40,"target":45},{"source":40,"target":7},{"source":41,"target":46},{"source":41,"target":7},{"source":42,"target":6},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":52},{"source":49,"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="styles" nsURI="platform:/plugin/org.eclipse.e4.tm/model/tm/styles.ecore" nsPrefix="tm.styles"> <eClassifiers xsi:type="ecore:EClass" name="StyleItem" abstract="true"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="javaPackage" value="org.eclipse.swt.graphics"/> <details key="invalidates" value="Style"/> <details key="binderClass" value="org.eclipse.e4.tm.builder.StyleItemBinder"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="invalidates" value="Object Style"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleSelector"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="binderClass" value="org.eclipse.e4.tm.builder.AbstractBinder"/> <details key="invalidates" value="Style"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/e4/emf/ecore/javascript/nameFeature"> <details key="name" value="property"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="binderClass" value="org.eclipse.e4.tm.builder.AbstractBinder"/> <details key="invalidates" value="Style"/> </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="styleItems" upperBound="-1" eType="#//StyleItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="styleSelectors" upperBound="-1" eType="#//StyleSelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Styled"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//Style" containment="true"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="access" value="binder"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorItem" eSuperTypes="#//StyleItem"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="Color"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageItem" eSuperTypes="#//StyleItem"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="Image"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FontItem" eSuperTypes="#//StyleItem"> <eAnnotations source="http://www.eclipse.org/e4/swt.ecore"> <details key="realName" value="Font"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/cwi-swat/swat-corpora/builds/java/eclipse-e4/org.eclipse.e4.tm/model/tm/styles.ecore
ecore
styles StyleItem name source StyleSelector property selector Style name styleItems styleSelectors Styled name role style ColorItem ImageItem FontItem
null
{"directed":true,"nodes":[{"nsPrefix":"tm.styles","nsURI":"platform:/plugin/org.eclipse.e4.tm/model/tm/styles.ecore","name":"styles","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleItem","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleSelector","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":"Styled","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageItem","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontItem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"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":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selector","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"styleItems","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":"styleSelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"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":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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":8,"target":10},{"source":8,"target":1},{"source":9,"target":11},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":15},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":1},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":1},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":2},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":25},{"source":22,"target":4},{"source":23,"target":26},{"source":23,"target":4},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":4},{"source":27,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":28},{"source":28,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":29},{"source":29,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":30},{"source":30,"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="dsltrans" nsURI="http://dsltrans/2.0" nsPrefix="dsltrans"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TransformationModel"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//AbstractSource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer" abstract="true" eSuperTypes="#//AbstractSource"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Layer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousSource" upperBound="-1" eType="#//AbstractSource"> <eAnnotations source="gmf.link"> <details key="source.decoration" value="arrow"/> <details key="width" value="2"/> <details key="tool.description" value="Controls the flow of the transformation. Connects Layers/FilePorts."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFilePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRule" upperBound="-1" eType="#//Rule" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchClass" abstract="true" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//MatchAttribute" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PositiveMatchClass" abstract="true" eSuperTypes="#//MatchClass"> <eAnnotations source="gmf.node"> <details key="border.color" value="204,255,153"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyMatchClass" eSuperTypes="#//PositiveMatchClass"> <eAnnotations source="gmf.node"> <details key="tool.description" value="Match any class."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistsMatchClass" eSuperTypes="#//PositiveMatchClass"> <eAnnotations source="gmf.node"> <details key="tool.description" value="Match at most one class."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeMatchClass" eSuperTypes="#//MatchClass"> <eAnnotations source="gmf.node"> <details key="border.color" value="255,61,100"/> <details key="tool.description" value="Exclude class from pattern."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchModel"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> <details key="tool.description" value="Match pattern. Place inside Rule."/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1" eType="#//MatchClass" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//MatchAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="explicitSource" eType="#//FilePort"> <eAnnotations source="gmf.link"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchAssociation" abstract="true" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value=""/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//MatchClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//MatchClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PositiveIndirectAssociation" eSuperTypes="#//MatchAssociation"> <eAnnotations source="gmf.link"> <details key="style" value="dash"/> <details key="color" value="204,255,153"/> <details key="width" value="2"/> <details key="tool.description" value="Existing association across several containments."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeIndirectAssociation" eSuperTypes="#//MatchAssociation"> <eAnnotations source="gmf.link"> <details key="style" value="dash"/> <details key="color" value="255,61,100"/> <details key="width" value="2"/> <details key="tool.description" value="Existing association across several containments."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PositiveMatchAssociation" eSuperTypes="#//MatchAssociation"> <eAnnotations source="gmf.link"> <details key="tool.description" value="Existing direct association."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeMatchAssociation" eSuperTypes="#//MatchAssociation"> <eAnnotations source="gmf.link"> <details key="color" value="255,61,100"/> <details key="width" value="2"/> <details key="tool.description" value="Non-existing direct association."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyClass" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> <details key="tool.description" value="Generates a class in the apply pattern."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//ApplyAttribute" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyModel"> <eAnnotations source="gmf.node"> <details key="color" value="255,255,163"/> <details key="tool.description" value="Apply pattern. Place inside Rule."/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1" eType="#//ApplyClass" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//ApplyAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyAssociation" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value="associationName"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="tool.description" value="Create direct association in the apply pattern."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ApplyClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ApplyClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="className"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInheritance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" abstract="true"> <eAnnotations source="gmf.link"> <details key="label" value="associationName"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchAttribute" eSuperTypes="#//Attribute"> <eAnnotations source="gmf.node"> <details key="label" value="attributeName"/> <details key="tool.description" value="Match an attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//MatchAttributeValue" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyAttribute" eSuperTypes="#//Attribute"> <eAnnotations source="gmf.node"> <details key="label" value="attributeName"/> <details key="tool.description" value="Create attribute in the apply pattern."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//Term" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSource" abstract="true"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metaModelId" lowerBound="1" eType="#//MetaModelIdentifier" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilePort" eSuperTypes="#//AbstractSource"> <eAnnotations source="gmf.node"> <details key="label" value="filePathURI"/> <details key="tool.small.bundle" value="Transformer"/> <details key="tool.description" value="Specify input model."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="gmf.node"> <details key="label" value="description"/> <details key="tool.description" value="Create Rule. Place inside Layer."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" lowerBound="1" upperBound="-1" eType="#//MatchModel" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="apply" lowerBound="1" eType="#//ApplyModel" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="backwards" upperBound="-1" eType="#//AbstractTemporalRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeRelations" upperBound="-1" eType="#//AbstractAttributeRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaModelIdentifier"> <eAnnotations source="gmf.node"> <details key="label" value="metaModelName"/> <details key="tool.description" value="Describe a metamodel."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PositiveBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation"> <eAnnotations source="gmf.link"> <details key="foo" value="bar"/> <details key="tool.description" value="Create a generator-generated restriction."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation"> <eAnnotations source="gmf.link"> <details key="color" value="255,61,100"/> <details key="tool.description" value="Avoid a generator-generated situation."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eAnnotations source="gmf.link"> <details key="target" value="target"/> <details key="source" value="source"/> <details key="target.decoration" value="arrow"/> <details key="color" value="85,64,45"/> <details key="width" value="2"/> <details key="tool.description" value="Copy full model elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ApplyClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//PositiveMatchClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Layer"> <eAnnotations source="gmf.node"> <details key="label" value="description"/> <details key="color" value="153,204,255"/> <details key="tool.name" value="Layer"/> <details key="tool.description" value="Create a new Layer."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Term #//MatchAttributeValue"> <eAnnotations source="gmf.node"> <details key="label" value="value"/> <details key="label.icon" value="false"/> <details key="tool.description" value="Create a literal."/> </eAnnotations> <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="Ref" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeRef" eSuperTypes="#//Ref"> <eAnnotations source="gmf.node"> <details key="tool.description" value="Copy attribute value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeRef" lowerBound="1" eType="#//Attribute"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="tool.description" value="Specify source attribute."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//Ref"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" lowerBound="1" eType="#//AbstractClass"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operator"> <eAnnotations source="gmf.node"> <details key="tool.description" value="Concatenate expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftTerm" lowerBound="1" eType="#//Term" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightTerm" lowerBound="1" eType="#//Term" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeOf" eSuperTypes="#//Operator #//AttributeRef"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wildcard" eSuperTypes="#//Term"> <eAnnotations source="gmf.node"> <details key="tool.description" value="Match any literal."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="attributeName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" 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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="isNull" eSuperTypes="#//MatchAttributeValue"> <eAnnotations source="gmf.node"> <details key="label" value="value"/> <details key="label.icon" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchAttributeValue" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractTemporalRelation" abstract="true"> <eAnnotations source="gmf.link"> <details key="target" value="targetClass"/> <details key="source" value="sourceClass"/> <details key="style" value="dot"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetClass" lowerBound="1" eType="#//ApplyClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceClass" lowerBound="1" eType="#//PositiveMatchClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequencer" eSuperTypes="#//Term"> <eAnnotations source="gmf.node"> <details key="label" value="Sequencer"/> <details key="label.readOnly" value="true"/> <details key="tool.description" value="Create a sequential number generator."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAttributeRelation" abstract="true"> <eAnnotations source="gmf.link"> <details key="target" value="targetAttribute"/> <details key="target.decoration" value="none"/> <details key="source" value="sourceAttribute"/> <details key="source.decoration" value="none"/> <details key="style" value="solid"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetAttribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeEquality" eSuperTypes="#//AbstractAttributeRelation"> <eAnnotations source="gmf.link"> <details key="label" value="="/> <details key="color" value="145,147,255"/> <details key="tool.description" value="Create an equality constrain between attributes."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeInequality" eSuperTypes="#//AbstractAttributeRelation"> <eAnnotations source="gmf.link"> <details key="color" value="255,61,100"/> <details key="label" value="!="/> <details key="tool.description" value="Create an inequality constrain between attributes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchMayBeSameRelation" eSuperTypes="#//MatchAssociation"> <eAnnotations source="gmf.link"> <details key="label" value=""/> <details key="target.decoration" value="none"/> <details key="source.decoration" value="none"/> <details key="style" value="dash"/> <details key="color" value="181,215,255"/> <details key="width" value="2"/> <details key="tool.description" value="Match classes can have same binding."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyMayBeSameRelation" eSuperTypes="#//ApplyAssociation"> <eAnnotations source="gmf.link"> <details key="label" value=""/> <details key="target.decoration" value="none"/> <details key="source.decoration" value="none"/> <details key="style" value="dash"/> <details key="color" value="181,215,255"/> <details key="width" value="2"/> <details key="tool.description" value="Apply classes can have same binding."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/JChen2010/liftedDSLTrans_experiment/tests/t22/DSLTrans.ecore
ecore
dsltrans TransformationModel source Layer description Layer previousSource outputFilePathURI hasRule groupName MatchClass attribute PositiveMatchClass AnyMatchClass ExistsMatchClass NegativeMatchClass MatchModel class association explicitSource MatchAssociation source target PositiveIndirectAssociation NegativeIndirectAssociation PositiveMatchAssociation NegativeMatchAssociation ApplyClass attribute groupName ApplyModel class association ApplyAssociation source target AbstractClass description packageName className allowInheritance true id Association associationName MatchAttribute attributeValue ApplyAttribute attributeValue AbstractSource metaModelId name FilePort filePathURI Rule description match apply backwards imports attributeRelations MetaModelIdentifier metaModelURI metaModelName PositiveBackwardRestriction NegativeBackwardRestriction Import target source Sequential Term Operator Atom value Ref AttributeRef attributeRef ClassRef classRef Concat leftTerm rightTerm TypeOf Wildcard Attribute attributeName description id isNull value true MatchAttributeValue AbstractTemporalRelation targetClass sourceClass Sequencer AbstractAttributeRelation sourceAttribute targetAttribute AttributeEquality AttributeInequality MatchMayBeSameRelation ApplyMayBeSameRelation
null
{"directed":true,"nodes":[{"nsPrefix":"dsltrans","nsURI":"http://dsltrans/2.0","name":"dsltrans","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchClass","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyMatchClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsMatchClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAssociation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveIndirectAssociation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIndirectAssociation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchAssociation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyModel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAssociation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSource","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilePort","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelIdentifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveBackwardRestriction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeBackwardRestriction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeOf","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wildcard","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"isNull","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttributeValue","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemporalRelation","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequencer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAttributeRelation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeEquality","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInequality","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchMayBeSameRelation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyMayBeSameRelation","instanceClass":null,"abstract":false,"id":47,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Layer","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Layer","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousSource","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":"outputFilePathURI","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":"hasRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","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"},{"container":false,"ordered":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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"explicitSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":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":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":99,"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":"allowInheritance","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associationName","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModelId","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePathURI","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apply","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backwards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaModelURI","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaModelName","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":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":140,"derived":false},{"container":false,"ordered":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":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","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":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":48,"target":21},{"source":48,"target":49},{"source":48,"target":1},{"source":49,"target":21},{"source":2,"target":0},{"source":2,"target":21},{"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":50,"target":56},{"source":50,"target":2},{"source":51,"target":21},{"source":51,"target":57},{"source":51,"target":2},{"source":57,"target":21},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":23},{"source":53,"target":59},{"source":53,"target":2},{"source":59,"target":23},{"source":54,"target":60},{"source":54,"target":2},{"source":55,"target":21},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":19},{"source":61,"target":63},{"source":61,"target":3},{"source":63,"target":19},{"source":62,"target":17},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":64},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":65},{"source":65,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":66},{"source":66,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":67},{"source":67,"target":3},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":8},{"source":71,"target":3},{"source":69,"target":9},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":9},{"source":70,"target":22},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":22},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":9},{"source":77,"target":3},{"source":75,"target":3},{"source":75,"target":78},{"source":75,"target":9},{"source":78,"target":3},{"source":76,"target":18},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":79},{"source":79,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":81},{"source":81,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":82},{"source":82,"target":9},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":20},{"source":83,"target":86},{"source":83,"target":14},{"source":86,"target":20},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":17},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":88,"target":14},{"source":88,"target":90},{"source":88,"target":15},{"source":90,"target":14},{"source":89,"target":16},{"source":89,"target":91},{"source":89,"target":15},{"source":91,"target":16},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":92,"target":14},{"source":92,"target":95},{"source":92,"target":16},{"source":95,"target":14},{"source":93,"target":14},{"source":93,"target":96},{"source":93,"target":16},{"source":96,"target":14},{"source":94,"target":18},{"source":17,"target":0},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":97,"target":102},{"source":97,"target":17},{"source":98,"target":103},{"source":98,"target":17},{"source":99,"target":104},{"source":99,"target":17},{"source":100,"target":105},{"source":100,"target":17},{"source":101,"target":106},{"source":101,"target":17},{"source":18,"target":0},{"source":18,"target":107},{"source":107,"target":108},{"source":107,"target":18},{"source":19,"target":0},{"source":19,"target":38},{"source":19,"target":109},{"source":19,"target":110},{"source":109,"target":40},{"source":109,"target":111},{"source":109,"target":19},{"source":111,"target":40},{"source":110,"target":38},{"source":20,"target":0},{"source":20,"target":38},{"source":20,"target":112},{"source":20,"target":113},{"source":112,"target":29},{"source":112,"target":114},{"source":112,"target":20},{"source":114,"target":29},{"source":113,"target":38},{"source":21,"target":0},{"source":21,"target":115},{"source":21,"target":116},{"source":115,"target":24},{"source":115,"target":117},{"source":115,"target":21},{"source":117,"target":24},{"source":116,"target":118},{"source":116,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":119},{"source":22,"target":120},{"source":119,"target":121},{"source":119,"target":22},{"source":120,"target":21},{"source":23,"target":0},{"source":23,"target":122},{"source":23,"target":123},{"source":23,"target":124},{"source":23,"target":125},{"source":23,"target":126},{"source":23,"target":127},{"source":122,"target":128},{"source":122,"target":23},{"source":123,"target":8},{"source":123,"target":129},{"source":123,"target":23},{"source":129,"target":8},{"source":124,"target":15},{"source":124,"target":130},{"source":124,"target":23},{"source":130,"target":15},{"source":125,"target":41},{"source":125,"target":131},{"source":125,"target":23},{"source":131,"target":41},{"source":126,"target":27},{"source":126,"target":132},{"source":126,"target":23},{"source":132,"target":27},{"source":127,"target":43},{"source":127,"target":133},{"source":127,"target":23},{"source":133,"target":43},{"source":24,"target":0},{"source":24,"target":134},{"source":24,"target":135},{"source":134,"target":136},{"source":134,"target":24},{"source":135,"target":137},{"source":135,"target":24},{"source":25,"target":0},{"source":25,"target":41},{"source":25,"target":138},{"source":138,"target":41},{"source":26,"target":0},{"source":26,"target":41},{"source":26,"target":139},{"source":139,"target":41},{"source":27,"target":0},{"source":27,"target":140},{"source":27,"target":141},{"source":140,"target":14},{"source":140,"target":142},{"source":140,"target":27},{"source":142,"target":14},{"source":141,"target":4},{"source":141,"target":143},{"source":141,"target":27},{"source":143,"target":4},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":144},{"source":144,"target":2},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":145},{"source":145,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":40},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":146,"target":149},{"source":146,"target":31},{"source":147,"target":29},{"source":148,"target":40},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":150},{"source":150,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":151},{"source":33,"target":152},{"source":151,"target":38},{"source":151,"target":153},{"source":151,"target":33},{"source":153,"target":38},{"source":152,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":154},{"source":34,"target":155},{"source":154,"target":17},{"source":154,"target":156},{"source":154,"target":34},{"source":156,"target":17},{"source":155,"target":32},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":157},{"source":35,"target":158},{"source":35,"target":159},{"source":157,"target":29},{"source":157,"target":160},{"source":157,"target":35},{"source":160,"target":29},{"source":158,"target":29},{"source":158,"target":161},{"source":158,"target":35},{"source":161,"target":29},{"source":159,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":33},{"source":36,"target":162},{"source":36,"target":163},{"source":162,"target":30},{"source":163,"target":33},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":164},{"source":164,"target":29},{"source":38,"target":0},{"source":38,"target":165},{"source":38,"target":166},{"source":38,"target":167},{"source":165,"target":168},{"source":165,"target":38},{"source":166,"target":169},{"source":166,"target":38},{"source":167,"target":170},{"source":167,"target":38},{"source":39,"target":0},{"source":39,"target":40},{"source":39,"target":171},{"source":39,"target":172},{"source":171,"target":173},{"source":171,"target":39},{"source":172,"target":40},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":174},{"source":41,"target":175},{"source":174,"target":14},{"source":174,"target":176},{"source":174,"target":41},{"source":176,"target":14},{"source":175,"target":4},{"source":175,"target":177},{"source":175,"target":41},{"source":177,"target":4},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":178},{"source":178,"target":29},{"source":43,"target":0},{"source":43,"target":179},{"source":43,"target":180},{"source":179,"target":38},{"source":179,"target":181},{"source":179,"target":43},{"source":181,"target":38},{"source":180,"target":38},{"source":180,"target":182},{"source":180,"target":43},{"source":182,"target":38},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":183},{"source":183,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":184},{"source":184,"target":43},{"source":46,"target":0},{"source":46,"target":9},{"source":46,"target":185},{"source":185,"target":9},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":186},{"source":186,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet2inheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public MergeNode DataType DurationInterval StructuredClassifier StructuralFeatureAction CreateObjectAction ParameterSet AddVariableValueAction Variable ValueSpecification ClearStructuralFeatureAction OutputPin SendSignalAction FinalState ActivityFinalNode RedefinableElement StateInvariant WriteStructuralFeatureAction Operation LinkAction Connector DeployedArtifact ParameterableClassifier State InstanceSpecification Node EventOccurrence RaiseExceptionAction Behavior TimeObservationAction ObjectFlow Collaboration Classifier inheritedMember generalization InitialNode DurationConstraint Deployment ReadStructuralFeatureAction Dependency Continuation MessageEnd ValuePin Artifact Interval DurationObservationAction CallTrigger Substitution ControlFlow AnyTrigger TimeExpression ClearAssociationAction EncapsulatedClassifier UseCase OpaqueExpression Profile DecisionNode Enumeration Actor Reception RedefinableTemplateSignature IntervalConstraint StructuralFeature Pin PackageableElement MessageTrigger RemoveStructuralFeatureValueAction ObjectNode StateMachine CombinedFragment Property PartDecomposition Port SendObjectAction ReadIsClassifiedObjectAction Vertex ChangeTrigger ReadExtentAction StructuredActivityNode InstanceValue ReadLinkObjectEndAction BehavioralFeature Message Model DestroyObjectAction RemoveVariableValueAction InputPin GeneralizationSet DeploymentSpecification ReadVariableAction WriteVariableAction TypedElement Interface Feature CollaborationOccurrence ReadLinkAction Generalization general ExtensionPoint FinalNode ActivityParameterNode Pseudostate ReadSelfAction Duration BroadcastSignalAction ExecutableNode Usage AssociationClass AcceptEventAction BehavioredClassifier LiteralString Stop PrimitiveType Class DataStoreNode ActivityEdge ForkNode Realization Manifestation Signal LiteralSpecification TemplateableClassifier ConnectionPointReference TestIdentityAction ConnectableElement ExecutionOccurrence CallBehaviorAction Type ProtocolTransition ExpansionRegion Region StartOwnedBehaviorAction ControlNode Gate CallAction Include ActivityNode InteractionConstraint AcceptCallAction InvocationAction ReclassifyObjectAction TimeInterval PrimitiveFunction Implementation Constraint DestroyLinkAction NamedElement visibility Activity ProtocolStateMachine ClearVariableAction TimeTrigger ActivityPartition CreateLinkObjectAction InformationItem GeneralOrdering VariableAction TimeConstraint CreateLinkAction DeploymentTarget Action ExtensionEnd FlowFinalNode ConditionalNode LiteralInteger LiteralNull ApplyFunctionAction CallOperationAction Component InteractionFragment SignalTrigger InteractionOperand Namespace member ReplyAction CommunicationPath CentralBufferNode LiteralUnlimitedNatural Parameter Abstraction WriteLinkAction ReadLinkObjectEndQualifierAction Package Lifeline InteractionOccurrence Permission ExpansionNode Extension EnumerationLiteral Device Expression Trigger Interaction ExecutionEnvironment Association InformationFlow Extend LoopNode AddStructuralFeatureValueAction Stereotype LiteralBoolean Transition JoinNode
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":131},{"source":2,"target":204},{"source":204,"target":131},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":205},{"source":205,"target":34},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":206},{"source":206,"target":44},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":207},{"source":207,"target":34},{"source":6,"target":0},{"source":6,"target":158},{"source":6,"target":208},{"source":208,"target":158},{"source":7,"target":0},{"source":7,"target":158},{"source":7,"target":209},{"source":209,"target":158},{"source":8,"target":0},{"source":8,"target":145},{"source":8,"target":210},{"source":210,"target":145},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":211},{"source":211,"target":90},{"source":10,"target":0},{"source":10,"target":123},{"source":10,"target":91},{"source":10,"target":212},{"source":10,"target":213},{"source":212,"target":123},{"source":213,"target":91},{"source":11,"target":0},{"source":11,"target":91},{"source":11,"target":214},{"source":214,"target":91},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":215},{"source":215,"target":6},{"source":13,"target":0},{"source":13,"target":63},{"source":13,"target":216},{"source":216,"target":63},{"source":14,"target":0},{"source":14,"target":138},{"source":14,"target":217},{"source":217,"target":138},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":218},{"source":218,"target":25},{"source":16,"target":0},{"source":16,"target":98},{"source":16,"target":219},{"source":219,"target":98},{"source":17,"target":0},{"source":17,"target":145},{"source":17,"target":220},{"source":220,"target":145},{"source":18,"target":0},{"source":18,"target":167},{"source":18,"target":221},{"source":221,"target":167},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":222},{"source":222,"target":6},{"source":20,"target":0},{"source":20,"target":81},{"source":20,"target":91},{"source":20,"target":223},{"source":20,"target":224},{"source":223,"target":81},{"source":224,"target":91},{"source":21,"target":0},{"source":21,"target":158},{"source":21,"target":225},{"source":225,"target":158},{"source":22,"target":0},{"source":22,"target":93},{"source":22,"target":226},{"source":226,"target":93},{"source":23,"target":0},{"source":23,"target":145},{"source":23,"target":227},{"source":227,"target":145},{"source":24,"target":0},{"source":24,"target":34},{"source":24,"target":228},{"source":228,"target":34},{"source":25,"target":0},{"source":25,"target":170},{"source":25,"target":17},{"source":25,"target":75},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":170},{"source":230,"target":17},{"source":231,"target":75},{"source":26,"target":0},{"source":26,"target":64},{"source":26,"target":157},{"source":26,"target":23},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":232,"target":64},{"source":233,"target":157},{"source":234,"target":23},{"source":27,"target":0},{"source":27,"target":112},{"source":27,"target":157},{"source":27,"target":235},{"source":27,"target":236},{"source":235,"target":112},{"source":236,"target":157},{"source":28,"target":0},{"source":28,"target":167},{"source":28,"target":41},{"source":28,"target":237},{"source":28,"target":238},{"source":237,"target":167},{"source":238,"target":41},{"source":29,"target":0},{"source":29,"target":158},{"source":29,"target":239},{"source":239,"target":158},{"source":30,"target":0},{"source":30,"target":112},{"source":30,"target":240},{"source":240,"target":112},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":241},{"source":241,"target":19},{"source":32,"target":0},{"source":32,"target":114},{"source":32,"target":242},{"source":242,"target":114},{"source":33,"target":0},{"source":33,"target":108},{"source":33,"target":5},{"source":33,"target":243},{"source":33,"target":244},{"source":243,"target":108},{"source":244,"target":5},{"source":34,"target":0},{"source":34,"target":170},{"source":34,"target":126},{"source":34,"target":17},{"source":34,"target":245},{"source":34,"target":246},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":245,"target":145},{"source":245,"target":250},{"source":245,"target":34},{"source":250,"target":145},{"source":246,"target":96},{"source":246,"target":251},{"source":246,"target":34},{"source":251,"target":96},{"source":247,"target":170},{"source":248,"target":126},{"source":249,"target":17},{"source":35,"target":0},{"source":35,"target":131},{"source":35,"target":252},{"source":252,"target":131},{"source":36,"target":0},{"source":36,"target":61},{"source":36,"target":253},{"source":253,"target":61},{"source":37,"target":0},{"source":37,"target":39},{"source":37,"target":254},{"source":254,"target":39},{"source":38,"target":0},{"source":38,"target":6},{"source":38,"target":255},{"source":255,"target":6},{"source":39,"target":0},{"source":39,"target":64},{"source":39,"target":256},{"source":256,"target":64},{"source":40,"target":0},{"source":40,"target":167},{"source":40,"target":257},{"source":257,"target":167},{"source":41,"target":0},{"source":41,"target":145},{"source":41,"target":258},{"source":258,"target":145},{"source":42,"target":0},{"source":42,"target":86},{"source":42,"target":259},{"source":259,"target":86},{"source":43,"target":0},{"source":43,"target":34},{"source":43,"target":23},{"source":43,"target":260},{"source":43,"target":261},{"source":260,"target":34},{"source":261,"target":23},{"source":44,"target":0},{"source":44,"target":11},{"source":44,"target":262},{"source":262,"target":11},{"source":45,"target":0},{"source":45,"target":19},{"source":45,"target":263},{"source":263,"target":19},{"source":46,"target":0},{"source":46,"target":65},{"source":46,"target":264},{"source":264,"target":65},{"source":47,"target":0},{"source":47,"target":116},{"source":47,"target":265},{"source":265,"target":116},{"source":48,"target":0},{"source":48,"target":114},{"source":48,"target":266},{"source":266,"target":114},{"source":49,"target":0},{"source":49,"target":65},{"source":49,"target":267},{"source":267,"target":65},{"source":50,"target":0},{"source":50,"target":11},{"source":50,"target":268},{"source":268,"target":11},{"source":51,"target":0},{"source":51,"target":158},{"source":51,"target":269},{"source":269,"target":158},{"source":52,"target":0},{"source":52,"target":5},{"source":52,"target":270},{"source":270,"target":5},{"source":53,"target":0},{"source":53,"target":108},{"source":53,"target":271},{"source":271,"target":108},{"source":54,"target":0},{"source":54,"target":11},{"source":54,"target":272},{"source":272,"target":11},{"source":55,"target":0},{"source":55,"target":179},{"source":55,"target":273},{"source":273,"target":179},{"source":56,"target":0},{"source":56,"target":131},{"source":56,"target":274},{"source":274,"target":131},{"source":57,"target":0},{"source":57,"target":3},{"source":57,"target":275},{"source":275,"target":3},{"source":58,"target":0},{"source":58,"target":34},{"source":58,"target":276},{"source":276,"target":34},{"source":59,"target":0},{"source":59,"target":81},{"source":59,"target":277},{"source":277,"target":81},{"source":60,"target":0},{"source":60,"target":17},{"source":60,"target":278},{"source":278,"target":17},{"source":61,"target":0},{"source":61,"target":143},{"source":61,"target":279},{"source":279,"target":143},{"source":62,"target":0},{"source":62,"target":93},{"source":62,"target":91},{"source":62,"target":280},{"source":62,"target":281},{"source":280,"target":93},{"source":281,"target":91},{"source":63,"target":0},{"source":63,"target":67},{"source":63,"target":282},{"source":282,"target":67},{"source":64,"target":0},{"source":64,"target":145},{"source":64,"target":283},{"source":283,"target":145},{"source":65,"target":0},{"source":65,"target":188},{"source":65,"target":284},{"source":284,"target":188},{"source":66,"target":0},{"source":66,"target":19},{"source":66,"target":285},{"source":285,"target":19},{"source":67,"target":0},{"source":67,"target":135},{"source":67,"target":91},{"source":67,"target":286},{"source":67,"target":287},{"source":286,"target":135},{"source":287,"target":91},{"source":68,"target":0},{"source":68,"target":30},{"source":68,"target":288},{"source":288,"target":30},{"source":69,"target":0},{"source":69,"target":167},{"source":69,"target":289},{"source":289,"target":167},{"source":70,"target":0},{"source":70,"target":62},{"source":70,"target":123},{"source":70,"target":157},{"source":70,"target":290},{"source":70,"target":291},{"source":70,"target":292},{"source":290,"target":62},{"source":291,"target":123},{"source":292,"target":157},{"source":71,"target":0},{"source":71,"target":181},{"source":71,"target":293},{"source":293,"target":181},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":294},{"source":294,"target":70},{"source":73,"target":0},{"source":73,"target":138},{"source":73,"target":295},{"source":295,"target":138},{"source":74,"target":0},{"source":74,"target":158},{"source":74,"target":296},{"source":296,"target":158},{"source":75,"target":0},{"source":75,"target":145},{"source":75,"target":297},{"source":297,"target":145},{"source":76,"target":0},{"source":76,"target":188},{"source":76,"target":298},{"source":298,"target":188},{"source":77,"target":0},{"source":77,"target":158},{"source":77,"target":299},{"source":299,"target":158},{"source":78,"target":0},{"source":78,"target":158},{"source":78,"target":170},{"source":78,"target":300},{"source":78,"target":301},{"source":300,"target":158},{"source":301,"target":170},{"source":79,"target":0},{"source":79,"target":11},{"source":79,"target":302},{"source":302,"target":11},{"source":80,"target":0},{"source":80,"target":158},{"source":80,"target":303},{"source":303,"target":158},{"source":81,"target":0},{"source":81,"target":170},{"source":81,"target":93},{"source":81,"target":304},{"source":81,"target":305},{"source":304,"target":170},{"source":305,"target":93},{"source":82,"target":0},{"source":82,"target":145},{"source":82,"target":306},{"source":306,"target":145},{"source":83,"target":0},{"source":83,"target":179},{"source":83,"target":307},{"source":307,"target":179},{"source":84,"target":0},{"source":84,"target":158},{"source":84,"target":308},{"source":308,"target":158},{"source":85,"target":0},{"source":85,"target":90},{"source":85,"target":309},{"source":309,"target":90},{"source":86,"target":0},{"source":86,"target":63},{"source":86,"target":310},{"source":310,"target":63},{"source":87,"target":0},{"source":87,"target":64},{"source":87,"target":311},{"source":311,"target":64},{"source":88,"target":0},{"source":88,"target":43},{"source":88,"target":312},{"source":312,"target":43},{"source":89,"target":0},{"source":89,"target":154},{"source":89,"target":313},{"source":313,"target":154},{"source":90,"target":0},{"source":90,"target":154},{"source":90,"target":314},{"source":314,"target":154},{"source":91,"target":0},{"source":91,"target":145},{"source":91,"target":315},{"source":315,"target":145},{"source":92,"target":0},{"source":92,"target":34},{"source":92,"target":316},{"source":316,"target":34},{"source":93,"target":0},{"source":93,"target":17},{"source":93,"target":317},{"source":317,"target":17},{"source":94,"target":0},{"source":94,"target":145},{"source":94,"target":318},{"source":318,"target":145},{"source":95,"target":0},{"source":95,"target":21},{"source":95,"target":319},{"source":319,"target":21},{"source":96,"target":0},{"source":96,"target":320},{"source":320,"target":34},{"source":320,"target":321},{"source":320,"target":96},{"source":321,"target":34},{"source":97,"target":0},{"source":97,"target":17},{"source":97,"target":322},{"source":322,"target":17},{"source":98,"target":0},{"source":98,"target":131},{"source":98,"target":323},{"source":323,"target":131},{"source":99,"target":0},{"source":99,"target":67},{"source":99,"target":324},{"source":324,"target":67},{"source":100,"target":0},{"source":100,"target":75},{"source":100,"target":325},{"source":325,"target":75},{"source":101,"target":0},{"source":101,"target":158},{"source":101,"target":326},{"source":326,"target":158},{"source":102,"target":0},{"source":102,"target":11},{"source":102,"target":327},{"source":327,"target":11},{"source":103,"target":0},{"source":103,"target":138},{"source":103,"target":328},{"source":328,"target":138},{"source":104,"target":0},{"source":104,"target":135},{"source":104,"target":329},{"source":329,"target":135},{"source":105,"target":0},{"source":105,"target":39},{"source":105,"target":330},{"source":330,"target":39},{"source":106,"target":0},{"source":106,"target":112},{"source":106,"target":191},{"source":106,"target":331},{"source":106,"target":332},{"source":331,"target":112},{"source":332,"target":191},{"source":107,"target":0},{"source":107,"target":158},{"source":107,"target":333},{"source":333,"target":158},{"source":108,"target":0},{"source":108,"target":34},{"source":108,"target":334},{"source":334,"target":34},{"source":109,"target":0},{"source":109,"target":119},{"source":109,"target":335},{"source":335,"target":119},{"source":110,"target":0},{"source":110,"target":28},{"source":110,"target":336},{"source":336,"target":28},{"source":111,"target":0},{"source":111,"target":3},{"source":111,"target":337},{"source":337,"target":3},{"source":112,"target":0},{"source":112,"target":108},{"source":112,"target":52},{"source":112,"target":338},{"source":112,"target":339},{"source":338,"target":108},{"source":339,"target":52},{"source":113,"target":0},{"source":113,"target":173},{"source":113,"target":340},{"source":340,"target":173},{"source":114,"target":0},{"source":114,"target":17},{"source":114,"target":341},{"source":341,"target":17},{"source":115,"target":0},{"source":115,"target":131},{"source":115,"target":342},{"source":342,"target":131},{"source":116,"target":0},{"source":116,"target":176},{"source":116,"target":343},{"source":343,"target":176},{"source":117,"target":0},{"source":117,"target":176},{"source":117,"target":344},{"source":344,"target":176},{"source":118,"target":0},{"source":118,"target":34},{"source":118,"target":345},{"source":345,"target":34},{"source":119,"target":0},{"source":119,"target":11},{"source":119,"target":346},{"source":346,"target":11},{"source":120,"target":0},{"source":120,"target":34},{"source":120,"target":347},{"source":347,"target":34},{"source":121,"target":0},{"source":121,"target":75},{"source":121,"target":348},{"source":348,"target":75},{"source":122,"target":0},{"source":122,"target":158},{"source":122,"target":349},{"source":349,"target":158},{"source":123,"target":0},{"source":123,"target":145},{"source":123,"target":350},{"source":350,"target":145},{"source":124,"target":0},{"source":124,"target":167},{"source":124,"target":351},{"source":351,"target":167},{"source":125,"target":0},{"source":125,"target":133},{"source":125,"target":352},{"source":352,"target":133},{"source":126,"target":0},{"source":126,"target":64},{"source":126,"target":353},{"source":353,"target":64},{"source":127,"target":0},{"source":127,"target":198},{"source":127,"target":354},{"source":354,"target":198},{"source":128,"target":0},{"source":128,"target":78},{"source":128,"target":355},{"source":355,"target":78},{"source":129,"target":0},{"source":129,"target":170},{"source":129,"target":17},{"source":129,"target":356},{"source":129,"target":357},{"source":356,"target":170},{"source":357,"target":17},{"source":130,"target":0},{"source":130,"target":158},{"source":130,"target":358},{"source":358,"target":158},{"source":131,"target":0},{"source":131,"target":135},{"source":131,"target":359},{"source":359,"target":135},{"source":132,"target":0},{"source":132,"target":41},{"source":132,"target":360},{"source":360,"target":41},{"source":133,"target":0},{"source":133,"target":138},{"source":133,"target":361},{"source":361,"target":138},{"source":134,"target":0},{"source":134,"target":145},{"source":134,"target":362},{"source":362,"target":145},{"source":135,"target":0},{"source":135,"target":17},{"source":135,"target":363},{"source":363,"target":17},{"source":136,"target":0},{"source":136,"target":143},{"source":136,"target":364},{"source":364,"target":143},{"source":137,"target":0},{"source":137,"target":107},{"source":137,"target":365},{"source":365,"target":107},{"source":138,"target":0},{"source":138,"target":158},{"source":138,"target":366},{"source":366,"target":158},{"source":139,"target":0},{"source":139,"target":158},{"source":139,"target":367},{"source":367,"target":158},{"source":140,"target":0},{"source":140,"target":44},{"source":140,"target":368},{"source":368,"target":44},{"source":141,"target":0},{"source":141,"target":64},{"source":141,"target":369},{"source":369,"target":64},{"source":142,"target":0},{"source":142,"target":116},{"source":142,"target":370},{"source":370,"target":116},{"source":143,"target":0},{"source":143,"target":64},{"source":143,"target":371},{"source":371,"target":64},{"source":144,"target":0},{"source":144,"target":177},{"source":144,"target":372},{"source":372,"target":177},{"source":145,"target":0},{"source":145,"target":373},{"source":373,"target":1},{"source":373,"target":374},{"source":373,"target":145},{"source":374,"target":1},{"source":146,"target":0},{"source":146,"target":30},{"source":146,"target":375},{"source":375,"target":30},{"source":147,"target":0},{"source":147,"target":68},{"source":147,"target":376},{"source":376,"target":68},{"source":148,"target":0},{"source":148,"target":154},{"source":148,"target":377},{"source":377,"target":154},{"source":149,"target":0},{"source":149,"target":188},{"source":149,"target":378},{"source":378,"target":188},{"source":150,"target":0},{"source":150,"target":145},{"source":150,"target":379},{"source":379,"target":145},{"source":151,"target":0},{"source":151,"target":156},{"source":151,"target":380},{"source":380,"target":156},{"source":152,"target":0},{"source":152,"target":34},{"source":152,"target":381},{"source":381,"target":34},{"source":153,"target":0},{"source":153,"target":145},{"source":153,"target":382},{"source":382,"target":145},{"source":154,"target":0},{"source":154,"target":158},{"source":154,"target":383},{"source":383,"target":158},{"source":155,"target":0},{"source":155,"target":61},{"source":155,"target":384},{"source":384,"target":61},{"source":156,"target":0},{"source":156,"target":177},{"source":156,"target":385},{"source":385,"target":177},{"source":157,"target":0},{"source":157,"target":145},{"source":157,"target":386},{"source":386,"target":145},{"source":158,"target":0},{"source":158,"target":104},{"source":158,"target":387},{"source":387,"target":104},{"source":159,"target":0},{"source":159,"target":70},{"source":159,"target":388},{"source":388,"target":70},{"source":160,"target":0},{"source":160,"target":98},{"source":160,"target":389},{"source":389,"target":98},{"source":161,"target":0},{"source":161,"target":78},{"source":161,"target":390},{"source":390,"target":78},{"source":162,"target":0},{"source":162,"target":119},{"source":162,"target":391},{"source":391,"target":119},{"source":163,"target":0},{"source":163,"target":119},{"source":163,"target":392},{"source":392,"target":119},{"source":164,"target":0},{"source":164,"target":158},{"source":164,"target":393},{"source":393,"target":158},{"source":165,"target":0},{"source":165,"target":133},{"source":165,"target":394},{"source":394,"target":133},{"source":166,"target":0},{"source":166,"target":112},{"source":166,"target":395},{"source":395,"target":112},{"source":167,"target":0},{"source":167,"target":145},{"source":167,"target":396},{"source":396,"target":145},{"source":168,"target":0},{"source":168,"target":65},{"source":168,"target":397},{"source":397,"target":65},{"source":169,"target":0},{"source":169,"target":170},{"source":169,"target":167},{"source":169,"target":398},{"source":169,"target":399},{"source":398,"target":170},{"source":399,"target":167},{"source":170,"target":0},{"source":170,"target":145},{"source":170,"target":400},{"source":170,"target":401},{"source":400,"target":145},{"source":400,"target":402},{"source":400,"target":170},{"source":402,"target":145},{"source":401,"target":145},{"source":171,"target":0},{"source":171,"target":158},{"source":171,"target":403},{"source":403,"target":158},{"source":172,"target":0},{"source":172,"target":191},{"source":172,"target":404},{"source":404,"target":191},{"source":173,"target":0},{"source":173,"target":67},{"source":173,"target":405},{"source":405,"target":67},{"source":174,"target":0},{"source":174,"target":119},{"source":174,"target":406},{"source":406,"target":119},{"source":175,"target":0},{"source":175,"target":123},{"source":175,"target":91},{"source":175,"target":407},{"source":175,"target":408},{"source":407,"target":123},{"source":408,"target":91},{"source":176,"target":0},{"source":176,"target":39},{"source":176,"target":409},{"source":409,"target":39},{"source":177,"target":0},{"source":177,"target":21},{"source":177,"target":410},{"source":410,"target":21},{"source":178,"target":0},{"source":178,"target":158},{"source":178,"target":411},{"source":411,"target":158},{"source":179,"target":0},{"source":179,"target":170},{"source":179,"target":64},{"source":179,"target":412},{"source":179,"target":413},{"source":412,"target":170},{"source":413,"target":64},{"source":180,"target":0},{"source":180,"target":145},{"source":180,"target":414},{"source":414,"target":145},{"source":181,"target":0},{"source":181,"target":167},{"source":181,"target":415},{"source":415,"target":167},{"source":182,"target":0},{"source":182,"target":39},{"source":182,"target":416},{"source":416,"target":39},{"source":183,"target":0},{"source":183,"target":67},{"source":183,"target":417},{"source":417,"target":67},{"source":184,"target":0},{"source":184,"target":191},{"source":184,"target":418},{"source":418,"target":191},{"source":185,"target":0},{"source":185,"target":26},{"source":185,"target":419},{"source":419,"target":26},{"source":186,"target":0},{"source":186,"target":27},{"source":186,"target":420},{"source":420,"target":27},{"source":187,"target":0},{"source":187,"target":54},{"source":187,"target":421},{"source":421,"target":54},{"source":188,"target":0},{"source":188,"target":145},{"source":188,"target":422},{"source":422,"target":145},{"source":189,"target":0},{"source":189,"target":30},{"source":189,"target":167},{"source":189,"target":423},{"source":189,"target":424},{"source":423,"target":30},{"source":424,"target":167},{"source":190,"target":0},{"source":190,"target":27},{"source":190,"target":425},{"source":425,"target":27},{"source":191,"target":0},{"source":191,"target":34},{"source":191,"target":426},{"source":426,"target":34},{"source":192,"target":0},{"source":192,"target":64},{"source":192,"target":427},{"source":427,"target":64},{"source":193,"target":0},{"source":193,"target":145},{"source":193,"target":428},{"source":428,"target":145},{"source":194,"target":0},{"source":194,"target":78},{"source":194,"target":429},{"source":429,"target":78},{"source":195,"target":0},{"source":195,"target":19},{"source":195,"target":430},{"source":430,"target":19},{"source":196,"target":0},{"source":196,"target":112},{"source":196,"target":431},{"source":431,"target":112},{"source":197,"target":0},{"source":197,"target":119},{"source":197,"target":432},{"source":432,"target":119},{"source":198,"target":0},{"source":198,"target":17},{"source":198,"target":433},{"source":433,"target":17},{"source":199,"target":0},{"source":199,"target":131},{"source":199,"target":434},{"source":434,"target":131}],"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="configuration" nsURI="http://eclipse.org/rmf/pror/toolextensions/1.0" nsPrefix="configuration"> <eClassifiers xsi:type="ecore:EClass" name="ProrToolExtension" eSuperTypes="../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//ReqIFToolExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="specViewConfigurations" upperBound="-1" eType="#//ProrSpecViewConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalConfiguration" lowerBound="1" eType="#//ProrGeneralConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations" lowerBound="1" eType="#//ProrPresentationConfigurations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterConfigurations" upperBound="-1" eType="#//ProrFilterConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrSpecViewConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="ecore:EClass ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//Specification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHeaderColumn" lowerBound="1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&lt;PLEASE SET LABEL>"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfigurations"> <eStructuralFeatures xsi:type="ecore:EReference" name="presentationConfigurations" upperBound="-1" eType="#//ProrPresentationConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrPresentationConfiguration" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1" eType="ecore:EClass ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//DatatypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrGeneralConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelConfiguration" lowerBound="1" eType="#//LabelConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLabel" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrFilterConfiguration" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProrDefaultFilter" eSuperTypes="#//ProrFilterConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="regexp" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass ../../org.eclipse.rmf.reqif10/model/reqif10.ecore#//AttributeDefinition"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/sasalem/ProR_filter/org.eclipse.rmf.reqif10.pror/model/configuration.ecore
ecore
configuration ProrToolExtension specViewConfigurations generalConfiguration presentationConfigurations filterConfigurations ProrSpecViewConfiguration specification columns leftHeaderColumn Column label <PLEASE SET LABEL> width 100 ProrPresentationConfigurations presentationConfigurations ProrPresentationConfiguration datatype ProrGeneralConfiguration labelConfiguration LabelConfiguration defaultLabel ProrFilterConfiguration name ProrDefaultFilter regexp attribute
null
{"directed":true,"nodes":[{"nsPrefix":"configuration","nsURI":"http://eclipse.org/rmf/pror/toolextensions/1.0","name":"configuration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrToolExtension","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrSpecViewConfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrPresentationConfigurations","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrPresentationConfiguration","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrGeneralConfiguration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelConfiguration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrFilterConfiguration","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProrDefaultFilter","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":"specViewConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalConfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presentationConfigurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHeaderColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<PLEASE SET LABEL>","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"<PLEASE SET LABEL>","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"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":"presentationConfigurations","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelConfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"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":true,"name":"defaultLabel","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"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":"regexp","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":2},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":6},{"source":12,"target":4},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":4},{"source":13,"target":8},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":19,"target":22},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":3},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":3},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"target":28},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":29},{"source":29,"target":5},{"source":29,"target":30},{"source":29,"target":4},{"source":30,"target":5},{"source":5,"target":0},{"source":5,"target":31},{"source":31,"target":32},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":33},{"source":33,"target":7},{"source":33,"target":34},{"source":33,"target":6},{"source":34,"target":7},{"source":7,"target":0},{"source":7,"target":35},{"source":35,"target":36},{"source":35,"target":7},{"source":8,"target":0},{"source":8,"target":37},{"source":37,"target":38},{"source":37,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":39,"target":42},{"source":39,"target":9},{"source":40,"target":43},{"source":40,"target":9},{"source":41,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet1inheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public Signal WriteStructuralFeatureAction CreateLinkObjectAction MessageEnd Realization ExtensionPoint DestroyObjectAction StateInvariant AnyTrigger TimeTrigger ActivityPartition LiteralNull RedefinableElement Model ReadVariableAction Behavior ChangeTrigger AcceptEventAction SendObjectAction OutputPin WriteLinkAction RemoveVariableValueAction Duration ReadLinkObjectEndQualifierAction DataType Dependency CallBehaviorAction Port StateMachine ClearAssociationAction ClearVariableAction Interval Gate InstanceValue Property LinkAction MessageTrigger InputPin BroadcastSignalAction ObjectFlow ReadStructuralFeatureAction Interface DurationObservationAction Implementation TestIdentityAction Operation InteractionOccurrence StartOwnedBehaviorAction Feature Package StructuralFeatureAction LiteralBoolean ExtensionEnd Reception StructuredActivityNode TimeExpression IntervalConstraint ObjectNode OpaqueExpression ExecutionEnvironment Type EnumerationLiteral RaiseExceptionAction Manifestation ProtocolTransition InteractionFragment Component ConnectableElement Variable EventOccurrence Generalization general ProtocolStateMachine ReadLinkAction InteractionConstraint ActivityFinalNode Include DataStoreNode Namespace member ReadExtentAction ExpansionRegion ConditionalNode Continuation DecisionNode RemoveStructuralFeatureValueAction Abstraction WriteVariableAction CallTrigger ReadLinkObjectEndAction EncapsulatedClassifier ActivityNode ActivityParameterNode Action ClearStructuralFeatureAction ExpansionNode LiteralSpecification ReplyAction Classifier inheritedMember generalization StructuralFeature InformationItem Parameter AddVariableValueAction DeploymentSpecification Interaction JoinNode Collaboration InvocationAction CommunicationPath ConnectionPointReference PrimitiveFunction DeployedArtifact CollaborationOccurrence Stop TimeObservationAction LoopNode Transition ApplyFunctionAction State CentralBufferNode Extend TimeConstraint MergeNode Constraint TimeInterval BehavioredClassifier Deployment Enumeration PrimitiveType Lifeline FinalNode Stereotype CallAction ReadIsClassifiedObjectAction CreateObjectAction NamedElement visibility LiteralString SignalTrigger Activity Node Extension Artifact GeneralOrdering ReclassifyObjectAction TypedElement Trigger PartDecomposition DeploymentTarget DurationInterval ValuePin VariableAction ActivityEdge InformationFlow ForkNode Message Class Substitution Vertex Device LiteralUnlimitedNatural FinalState Permission CallOperationAction DurationConstraint AssociationClass ControlNode CreateLinkAction TemplateableClassifier PackageableElement Usage CombinedFragment Pseudostate Actor AcceptCallAction InitialNode ParameterableClassifier InteractionOperand ValueSpecification Pin ParameterSet DestroyLinkAction StructuredClassifier RedefinableTemplateSignature UseCase GeneralizationSet BehavioralFeature Expression ExecutionOccurrence ExecutableNode Association Region ControlFlow Profile FlowFinalNode SendSignalAction Connector LiteralInteger AddStructuralFeatureValueAction InstanceSpecification ReadSelfAction
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","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":"DestroyObjectAction","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":"AnyTrigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"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":"general","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":98},{"source":2,"target":204},{"source":204,"target":98},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":205},{"source":205,"target":52},{"source":4,"target":0},{"source":4,"target":166},{"source":4,"target":206},{"source":206,"target":166},{"source":5,"target":0},{"source":5,"target":135},{"source":5,"target":207},{"source":207,"target":135},{"source":6,"target":0},{"source":6,"target":86},{"source":6,"target":208},{"source":208,"target":86},{"source":7,"target":0},{"source":7,"target":14},{"source":7,"target":209},{"source":209,"target":14},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":210},{"source":210,"target":93},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":211},{"source":211,"target":67},{"source":10,"target":0},{"source":10,"target":38},{"source":10,"target":212},{"source":212,"target":38},{"source":11,"target":0},{"source":11,"target":145},{"source":11,"target":213},{"source":213,"target":145},{"source":12,"target":0},{"source":12,"target":135},{"source":12,"target":214},{"source":214,"target":135},{"source":13,"target":0},{"source":13,"target":96},{"source":13,"target":215},{"source":215,"target":96},{"source":14,"target":0},{"source":14,"target":135},{"source":14,"target":216},{"source":216,"target":135},{"source":15,"target":0},{"source":15,"target":51},{"source":15,"target":217},{"source":217,"target":51},{"source":16,"target":0},{"source":16,"target":150},{"source":16,"target":218},{"source":218,"target":150},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":219},{"source":219,"target":155},{"source":18,"target":0},{"source":18,"target":145},{"source":18,"target":220},{"source":220,"target":145},{"source":19,"target":0},{"source":19,"target":93},{"source":19,"target":221},{"source":221,"target":93},{"source":20,"target":0},{"source":20,"target":107},{"source":20,"target":222},{"source":222,"target":107},{"source":21,"target":0},{"source":21,"target":178},{"source":21,"target":223},{"source":223,"target":178},{"source":22,"target":0},{"source":22,"target":37},{"source":22,"target":224},{"source":224,"target":37},{"source":23,"target":0},{"source":23,"target":87},{"source":23,"target":225},{"source":225,"target":87},{"source":24,"target":0},{"source":24,"target":177},{"source":24,"target":226},{"source":226,"target":177},{"source":25,"target":0},{"source":25,"target":93},{"source":25,"target":227},{"source":227,"target":93},{"source":26,"target":0},{"source":26,"target":98},{"source":26,"target":228},{"source":228,"target":98},{"source":27,"target":0},{"source":27,"target":168},{"source":27,"target":229},{"source":229,"target":168},{"source":28,"target":0},{"source":28,"target":132},{"source":28,"target":230},{"source":230,"target":132},{"source":29,"target":0},{"source":29,"target":36},{"source":29,"target":231},{"source":231,"target":36},{"source":30,"target":0},{"source":30,"target":17},{"source":30,"target":232},{"source":232,"target":17},{"source":31,"target":0},{"source":31,"target":93},{"source":31,"target":233},{"source":233,"target":93},{"source":32,"target":0},{"source":32,"target":150},{"source":32,"target":234},{"source":234,"target":150},{"source":33,"target":0},{"source":33,"target":177},{"source":33,"target":235},{"source":235,"target":177},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":236},{"source":236,"target":5},{"source":35,"target":0},{"source":35,"target":177},{"source":35,"target":237},{"source":237,"target":177},{"source":36,"target":0},{"source":36,"target":99},{"source":36,"target":69},{"source":36,"target":147},{"source":36,"target":238},{"source":36,"target":239},{"source":36,"target":240},{"source":238,"target":99},{"source":239,"target":69},{"source":240,"target":147},{"source":37,"target":0},{"source":37,"target":93},{"source":37,"target":241},{"source":241,"target":93},{"source":38,"target":0},{"source":38,"target":145},{"source":38,"target":242},{"source":242,"target":145},{"source":39,"target":0},{"source":39,"target":178},{"source":39,"target":243},{"source":243,"target":178},{"source":40,"target":0},{"source":40,"target":107},{"source":40,"target":244},{"source":244,"target":107},{"source":41,"target":0},{"source":41,"target":151},{"source":41,"target":245},{"source":245,"target":151},{"source":42,"target":0},{"source":42,"target":52},{"source":42,"target":246},{"source":246,"target":52},{"source":43,"target":0},{"source":43,"target":98},{"source":43,"target":247},{"source":247,"target":98},{"source":44,"target":0},{"source":44,"target":3},{"source":44,"target":248},{"source":248,"target":3},{"source":45,"target":0},{"source":45,"target":6},{"source":45,"target":249},{"source":249,"target":6},{"source":46,"target":0},{"source":46,"target":93},{"source":46,"target":250},{"source":250,"target":93},{"source":47,"target":0},{"source":47,"target":185},{"source":47,"target":144},{"source":47,"target":251},{"source":47,"target":252},{"source":251,"target":185},{"source":252,"target":144},{"source":48,"target":0},{"source":48,"target":67},{"source":48,"target":253},{"source":253,"target":67},{"source":49,"target":0},{"source":49,"target":93},{"source":49,"target":254},{"source":254,"target":93},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":255},{"source":255,"target":14},{"source":51,"target":0},{"source":51,"target":79},{"source":51,"target":168},{"source":51,"target":256},{"source":51,"target":257},{"source":256,"target":79},{"source":257,"target":168},{"source":52,"target":0},{"source":52,"target":93},{"source":52,"target":258},{"source":258,"target":93},{"source":53,"target":0},{"source":53,"target":96},{"source":53,"target":259},{"source":259,"target":96},{"source":54,"target":0},{"source":54,"target":36},{"source":54,"target":260},{"source":260,"target":36},{"source":55,"target":0},{"source":55,"target":185},{"source":55,"target":261},{"source":261,"target":185},{"source":56,"target":0},{"source":56,"target":93},{"source":56,"target":79},{"source":56,"target":262},{"source":56,"target":263},{"source":262,"target":93},{"source":263,"target":79},{"source":57,"target":0},{"source":57,"target":177},{"source":57,"target":264},{"source":264,"target":177},{"source":58,"target":0},{"source":58,"target":123},{"source":58,"target":265},{"source":265,"target":123},{"source":59,"target":0},{"source":59,"target":91},{"source":59,"target":144},{"source":59,"target":266},{"source":59,"target":267},{"source":266,"target":91},{"source":267,"target":144},{"source":60,"target":0},{"source":60,"target":177},{"source":60,"target":268},{"source":268,"target":177},{"source":61,"target":0},{"source":61,"target":139},{"source":61,"target":269},{"source":269,"target":139},{"source":62,"target":0},{"source":62,"target":168},{"source":62,"target":270},{"source":270,"target":168},{"source":63,"target":0},{"source":63,"target":198},{"source":63,"target":271},{"source":271,"target":198},{"source":64,"target":0},{"source":64,"target":93},{"source":64,"target":272},{"source":272,"target":93},{"source":65,"target":0},{"source":65,"target":86},{"source":65,"target":273},{"source":273,"target":86},{"source":66,"target":0},{"source":66,"target":116},{"source":66,"target":274},{"source":274,"target":116},{"source":67,"target":0},{"source":67,"target":135},{"source":67,"target":275},{"source":275,"target":135},{"source":68,"target":0},{"source":68,"target":155},{"source":68,"target":276},{"source":276,"target":155},{"source":69,"target":0},{"source":69,"target":135},{"source":69,"target":277},{"source":277,"target":135},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":144},{"source":70,"target":278},{"source":70,"target":279},{"source":278,"target":69},{"source":279,"target":144},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":5},{"source":71,"target":280},{"source":71,"target":281},{"source":280,"target":67},{"source":281,"target":5},{"source":72,"target":0},{"source":72,"target":282},{"source":282,"target":98},{"source":282,"target":283},{"source":282,"target":72},{"source":283,"target":98},{"source":73,"target":0},{"source":73,"target":30},{"source":73,"target":284},{"source":284,"target":30},{"source":74,"target":0},{"source":74,"target":37},{"source":74,"target":285},{"source":285,"target":37},{"source":75,"target":0},{"source":75,"target":123},{"source":75,"target":286},{"source":286,"target":123},{"source":76,"target":0},{"source":76,"target":130},{"source":76,"target":287},{"source":287,"target":130},{"source":77,"target":0},{"source":77,"target":135},{"source":77,"target":288},{"source":288,"target":135},{"source":78,"target":0},{"source":78,"target":119},{"source":78,"target":289},{"source":289,"target":119},{"source":79,"target":0},{"source":79,"target":135},{"source":79,"target":290},{"source":79,"target":291},{"source":290,"target":135},{"source":290,"target":292},{"source":290,"target":79},{"source":292,"target":135},{"source":291,"target":135},{"source":80,"target":0},{"source":80,"target":93},{"source":80,"target":293},{"source":293,"target":93},{"source":81,"target":0},{"source":81,"target":56},{"source":81,"target":294},{"source":294,"target":56},{"source":82,"target":0},{"source":82,"target":56},{"source":82,"target":295},{"source":295,"target":56},{"source":83,"target":0},{"source":83,"target":67},{"source":83,"target":296},{"source":296,"target":67},{"source":84,"target":0},{"source":84,"target":165},{"source":84,"target":297},{"source":297,"target":165},{"source":85,"target":0},{"source":85,"target":3},{"source":85,"target":298},{"source":298,"target":3},{"source":86,"target":0},{"source":86,"target":27},{"source":86,"target":299},{"source":299,"target":27},{"source":87,"target":0},{"source":87,"target":150},{"source":87,"target":300},{"source":300,"target":150},{"source":88,"target":0},{"source":88,"target":38},{"source":88,"target":301},{"source":301,"target":38},{"source":89,"target":0},{"source":89,"target":93},{"source":89,"target":302},{"source":302,"target":93},{"source":90,"target":0},{"source":90,"target":181},{"source":90,"target":303},{"source":303,"target":181},{"source":91,"target":0},{"source":91,"target":14},{"source":91,"target":304},{"source":304,"target":14},{"source":92,"target":0},{"source":92,"target":59},{"source":92,"target":305},{"source":305,"target":59},{"source":93,"target":0},{"source":93,"target":188},{"source":93,"target":306},{"source":306,"target":188},{"source":94,"target":0},{"source":94,"target":52},{"source":94,"target":307},{"source":307,"target":52},{"source":95,"target":0},{"source":95,"target":59},{"source":95,"target":308},{"source":308,"target":59},{"source":96,"target":0},{"source":96,"target":177},{"source":96,"target":309},{"source":309,"target":177},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":310},{"source":310,"target":93},{"source":98,"target":0},{"source":98,"target":79},{"source":98,"target":62},{"source":98,"target":14},{"source":98,"target":311},{"source":98,"target":312},{"source":98,"target":313},{"source":98,"target":314},{"source":98,"target":315},{"source":311,"target":135},{"source":311,"target":316},{"source":311,"target":98},{"source":316,"target":135},{"source":312,"target":72},{"source":312,"target":317},{"source":312,"target":98},{"source":317,"target":72},{"source":313,"target":79},{"source":314,"target":62},{"source":315,"target":14},{"source":99,"target":0},{"source":99,"target":50},{"source":99,"target":144},{"source":99,"target":318},{"source":99,"target":319},{"source":318,"target":50},{"source":319,"target":144},{"source":100,"target":0},{"source":100,"target":98},{"source":100,"target":320},{"source":320,"target":98},{"source":101,"target":0},{"source":101,"target":69},{"source":101,"target":144},{"source":101,"target":321},{"source":101,"target":322},{"source":321,"target":69},{"source":322,"target":144},{"source":102,"target":0},{"source":102,"target":87},{"source":102,"target":323},{"source":323,"target":87},{"source":103,"target":0},{"source":103,"target":141},{"source":103,"target":324},{"source":324,"target":141},{"source":104,"target":0},{"source":104,"target":17},{"source":104,"target":67},{"source":104,"target":325},{"source":104,"target":326},{"source":325,"target":17},{"source":326,"target":67},{"source":105,"target":0},{"source":105,"target":165},{"source":105,"target":327},{"source":327,"target":165},{"source":106,"target":0},{"source":106,"target":125},{"source":106,"target":181},{"source":106,"target":328},{"source":106,"target":329},{"source":328,"target":125},{"source":329,"target":181},{"source":107,"target":0},{"source":107,"target":93},{"source":107,"target":330},{"source":330,"target":93},{"source":108,"target":0},{"source":108,"target":189},{"source":108,"target":331},{"source":331,"target":189},{"source":109,"target":0},{"source":109,"target":157},{"source":109,"target":332},{"source":332,"target":157},{"source":110,"target":0},{"source":110,"target":168},{"source":110,"target":333},{"source":333,"target":168},{"source":111,"target":0},{"source":111,"target":135},{"source":111,"target":334},{"source":334,"target":135},{"source":112,"target":0},{"source":112,"target":135},{"source":112,"target":335},{"source":335,"target":135},{"source":113,"target":0},{"source":113,"target":71},{"source":113,"target":336},{"source":336,"target":71},{"source":114,"target":0},{"source":114,"target":3},{"source":114,"target":337},{"source":337,"target":3},{"source":115,"target":0},{"source":115,"target":56},{"source":115,"target":338},{"source":338,"target":56},{"source":116,"target":0},{"source":116,"target":14},{"source":116,"target":339},{"source":339,"target":14},{"source":117,"target":0},{"source":117,"target":93},{"source":117,"target":340},{"source":340,"target":93},{"source":118,"target":0},{"source":118,"target":79},{"source":118,"target":14},{"source":118,"target":157},{"source":118,"target":341},{"source":118,"target":342},{"source":118,"target":343},{"source":341,"target":79},{"source":342,"target":14},{"source":343,"target":157},{"source":119,"target":0},{"source":119,"target":59},{"source":119,"target":344},{"source":344,"target":59},{"source":120,"target":0},{"source":120,"target":135},{"source":120,"target":345},{"source":345,"target":135},{"source":121,"target":0},{"source":121,"target":58},{"source":121,"target":346},{"source":346,"target":58},{"source":122,"target":0},{"source":122,"target":165},{"source":122,"target":347},{"source":347,"target":165},{"source":123,"target":0},{"source":123,"target":168},{"source":123,"target":348},{"source":348,"target":168},{"source":124,"target":0},{"source":124,"target":33},{"source":124,"target":349},{"source":349,"target":33},{"source":125,"target":0},{"source":125,"target":98},{"source":125,"target":350},{"source":350,"target":98},{"source":126,"target":0},{"source":126,"target":27},{"source":126,"target":351},{"source":351,"target":27},{"source":127,"target":0},{"source":127,"target":26},{"source":127,"target":352},{"source":352,"target":26},{"source":128,"target":0},{"source":128,"target":26},{"source":128,"target":353},{"source":353,"target":26},{"source":129,"target":0},{"source":129,"target":135},{"source":129,"target":354},{"source":354,"target":135},{"source":130,"target":0},{"source":130,"target":165},{"source":130,"target":355},{"source":355,"target":165},{"source":131,"target":0},{"source":131,"target":155},{"source":131,"target":356},{"source":356,"target":155},{"source":132,"target":0},{"source":132,"target":107},{"source":132,"target":357},{"source":357,"target":107},{"source":133,"target":0},{"source":133,"target":93},{"source":133,"target":358},{"source":358,"target":93},{"source":134,"target":0},{"source":134,"target":93},{"source":134,"target":359},{"source":359,"target":93},{"source":135,"target":0},{"source":135,"target":360},{"source":360,"target":1},{"source":360,"target":361},{"source":360,"target":135},{"source":361,"target":1},{"source":136,"target":0},{"source":136,"target":96},{"source":136,"target":362},{"source":362,"target":96},{"source":137,"target":0},{"source":137,"target":38},{"source":137,"target":363},{"source":363,"target":38},{"source":138,"target":0},{"source":138,"target":17},{"source":138,"target":364},{"source":364,"target":17},{"source":139,"target":0},{"source":139,"target":155},{"source":139,"target":147},{"source":139,"target":365},{"source":139,"target":366},{"source":365,"target":155},{"source":366,"target":147},{"source":140,"target":0},{"source":140,"target":189},{"source":140,"target":367},{"source":367,"target":189},{"source":141,"target":0},{"source":141,"target":98},{"source":141,"target":111},{"source":141,"target":368},{"source":141,"target":369},{"source":368,"target":98},{"source":369,"target":111},{"source":142,"target":0},{"source":142,"target":135},{"source":142,"target":370},{"source":370,"target":135},{"source":143,"target":0},{"source":143,"target":93},{"source":143,"target":371},{"source":371,"target":93},{"source":144,"target":0},{"source":144,"target":135},{"source":144,"target":372},{"source":372,"target":135},{"source":145,"target":0},{"source":145,"target":135},{"source":145,"target":373},{"source":373,"target":135},{"source":146,"target":0},{"source":146,"target":48},{"source":146,"target":374},{"source":374,"target":48},{"source":147,"target":0},{"source":147,"target":135},{"source":147,"target":375},{"source":375,"target":135},{"source":148,"target":0},{"source":148,"target":33},{"source":148,"target":376},{"source":376,"target":33},{"source":149,"target":0},{"source":149,"target":39},{"source":149,"target":377},{"source":377,"target":39},{"source":150,"target":0},{"source":150,"target":93},{"source":150,"target":378},{"source":378,"target":93},{"source":151,"target":0},{"source":151,"target":14},{"source":151,"target":379},{"source":379,"target":14},{"source":152,"target":0},{"source":152,"target":168},{"source":152,"target":380},{"source":380,"target":168},{"source":153,"target":0},{"source":153,"target":165},{"source":153,"target":381},{"source":381,"target":165},{"source":154,"target":0},{"source":154,"target":135},{"source":154,"target":382},{"source":382,"target":135},{"source":155,"target":0},{"source":155,"target":125},{"source":155,"target":90},{"source":155,"target":383},{"source":155,"target":384},{"source":383,"target":125},{"source":384,"target":90},{"source":156,"target":0},{"source":156,"target":6},{"source":156,"target":385},{"source":385,"target":6},{"source":157,"target":0},{"source":157,"target":135},{"source":157,"target":386},{"source":386,"target":135},{"source":158,"target":0},{"source":158,"target":139},{"source":158,"target":387},{"source":387,"target":139},{"source":159,"target":0},{"source":159,"target":96},{"source":159,"target":388},{"source":388,"target":96},{"source":160,"target":0},{"source":160,"target":118},{"source":160,"target":389},{"source":389,"target":118},{"source":161,"target":0},{"source":161,"target":27},{"source":161,"target":390},{"source":390,"target":27},{"source":162,"target":0},{"source":162,"target":132},{"source":162,"target":391},{"source":391,"target":132},{"source":163,"target":0},{"source":163,"target":58},{"source":163,"target":392},{"source":392,"target":58},{"source":164,"target":0},{"source":164,"target":155},{"source":164,"target":189},{"source":164,"target":393},{"source":164,"target":394},{"source":393,"target":155},{"source":394,"target":189},{"source":165,"target":0},{"source":165,"target":91},{"source":165,"target":395},{"source":395,"target":91},{"source":166,"target":0},{"source":166,"target":22},{"source":166,"target":396},{"source":396,"target":22},{"source":167,"target":0},{"source":167,"target":98},{"source":167,"target":397},{"source":397,"target":98},{"source":168,"target":0},{"source":168,"target":135},{"source":168,"target":398},{"source":398,"target":135},{"source":169,"target":0},{"source":169,"target":27},{"source":169,"target":399},{"source":399,"target":27},{"source":170,"target":0},{"source":170,"target":67},{"source":170,"target":400},{"source":400,"target":67},{"source":171,"target":0},{"source":171,"target":157},{"source":171,"target":401},{"source":401,"target":157},{"source":172,"target":0},{"source":172,"target":98},{"source":172,"target":402},{"source":402,"target":98},{"source":173,"target":0},{"source":173,"target":19},{"source":173,"target":403},{"source":403,"target":19},{"source":174,"target":0},{"source":174,"target":165},{"source":174,"target":404},{"source":404,"target":165},{"source":175,"target":0},{"source":175,"target":98},{"source":175,"target":405},{"source":405,"target":98},{"source":176,"target":0},{"source":176,"target":79},{"source":176,"target":67},{"source":176,"target":406},{"source":176,"target":407},{"source":406,"target":79},{"source":407,"target":67},{"source":177,"target":0},{"source":177,"target":144},{"source":177,"target":408},{"source":408,"target":144},{"source":178,"target":0},{"source":178,"target":59},{"source":178,"target":409},{"source":409,"target":59},{"source":179,"target":0},{"source":179,"target":135},{"source":179,"target":410},{"source":410,"target":135},{"source":180,"target":0},{"source":180,"target":22},{"source":180,"target":411},{"source":411,"target":22},{"source":181,"target":0},{"source":181,"target":98},{"source":181,"target":412},{"source":412,"target":98},{"source":182,"target":0},{"source":182,"target":14},{"source":182,"target":413},{"source":413,"target":14},{"source":183,"target":0},{"source":183,"target":125},{"source":183,"target":414},{"source":414,"target":125},{"source":184,"target":0},{"source":184,"target":168},{"source":184,"target":415},{"source":415,"target":168},{"source":185,"target":0},{"source":185,"target":79},{"source":185,"target":50},{"source":185,"target":416},{"source":185,"target":417},{"source":416,"target":79},{"source":417,"target":50},{"source":186,"target":0},{"source":186,"target":60},{"source":186,"target":418},{"source":418,"target":60},{"source":187,"target":0},{"source":187,"target":67},{"source":187,"target":419},{"source":419,"target":67},{"source":188,"target":0},{"source":188,"target":91},{"source":188,"target":420},{"source":420,"target":91},{"source":189,"target":0},{"source":189,"target":98},{"source":189,"target":421},{"source":421,"target":98},{"source":190,"target":0},{"source":190,"target":79},{"source":190,"target":14},{"source":190,"target":422},{"source":190,"target":423},{"source":422,"target":79},{"source":423,"target":14},{"source":191,"target":0},{"source":191,"target":151},{"source":191,"target":424},{"source":424,"target":151},{"source":192,"target":0},{"source":192,"target":51},{"source":192,"target":425},{"source":425,"target":51},{"source":193,"target":0},{"source":193,"target":130},{"source":193,"target":426},{"source":426,"target":130},{"source":194,"target":0},{"source":194,"target":107},{"source":194,"target":427},{"source":427,"target":107},{"source":195,"target":0},{"source":195,"target":50},{"source":195,"target":428},{"source":428,"target":50},{"source":196,"target":0},{"source":196,"target":96},{"source":196,"target":429},{"source":429,"target":96},{"source":197,"target":0},{"source":197,"target":3},{"source":197,"target":430},{"source":430,"target":3},{"source":198,"target":0},{"source":198,"target":168},{"source":198,"target":147},{"source":198,"target":111},{"source":198,"target":431},{"source":198,"target":432},{"source":198,"target":433},{"source":431,"target":168},{"source":432,"target":147},{"source":433,"target":111},{"source":199,"target":0},{"source":199,"target":93},{"source":199,"target":434},{"source":434,"target":93}],"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="TokenTrace" nsURI="http://www.osate.org/TokenTrace" nsPrefix="TokenTrace"> <eClassifiers xsi:type="ecore:EClass" name="TokenTrace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenTraceType" eType="#//TokenTraceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Token"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceRoot" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inferredRootLiteral" eType="ecore:EClass ../../org.osate.aadlv3/model/Aadlv3.ecore#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="../../org.osate.aadlv3/model/Aadlv3.ecore#//MultiLiteralConstraint"> <eOperations name="getProbability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenType" eType="#//TokenType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedEObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokenLiteral" eType="ecore:EClass ../../org.osate.aadlv3/model/Aadlv3.ecore#//Literal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literalSink" upperBound="-1" eType="ecore:EClass ../../org.osate.aadlv3/model/Aadlv3.ecore#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedProbability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="computedProbability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TokenType"> <eLiterals name="Basic"/> <eLiterals name="External" value="1"/> <eLiterals name="Undeveloped" value="2"/> <eLiterals name="Intermediate" value="3"/> <eLiterals name="Component" value="4"/> <eLiterals name="System" value="5"/> <eLiterals name="Unhandled" value="6"/> <eLiterals name="Sink" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TokenTraceType"> <eLiterals name="TokenGraph"/> <eLiterals name="TokenTrace" value="1"/> <eLiterals name="CompositeParts" value="2"/> <eLiterals name="MinimalCutSet" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/saeaadl/AadlV3Prototype/org.osate.graph/model/TokenTrace.ecore
ecore
TokenTrace TokenTrace name message tokenTraceType root instanceRoot tokens inferredRootLiteral Token getProbability name message tokens tokenType relatedEObject tokenLiteral literalSink referenceCount 0 assignedProbability computedProbability scale 1.0 TokenType Basic Basic External External Undeveloped Undeveloped Intermediate Intermediate Component Component System System Unhandled Unhandled Sink Sink TokenTraceType TokenGraph TokenGraph TokenTrace TokenTrace CompositeParts CompositeParts MinimalCutSet MinimalCutSet
null
{"directed":true,"nodes":[{"nsPrefix":"TokenTrace","nsURI":"http://www.osate.org/TokenTrace","name":"TokenTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenTrace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TokenType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TokenTraceType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenTraceType","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceRoot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","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":true,"unsettable":false,"transient":false,"unique":true,"name":"inferredRootLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProbability","lowerBound":0,"id":19,"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":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedEObject","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":"tokenLiteral","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":"literalSink","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":"0","unsettable":false,"transient":false,"unique":true,"name":"referenceCount","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":"assignedProbability","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":"computedProbability","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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"},{"name":"Basic","id":44,"value":0,"literal":"Basic","eClass":"EEnumLiteral"},{"name":"External","id":45,"value":1,"literal":"External","eClass":"EEnumLiteral"},{"name":"Undeveloped","id":46,"value":2,"literal":"Undeveloped","eClass":"EEnumLiteral"},{"name":"Intermediate","id":47,"value":3,"literal":"Intermediate","eClass":"EEnumLiteral"},{"name":"Component","id":48,"value":4,"literal":"Component","eClass":"EEnumLiteral"},{"name":"System","id":49,"value":5,"literal":"System","eClass":"EEnumLiteral"},{"name":"Unhandled","id":50,"value":6,"literal":"Unhandled","eClass":"EEnumLiteral"},{"name":"Sink","id":51,"value":7,"literal":"Sink","eClass":"EEnumLiteral"},{"name":"TokenGraph","id":52,"value":0,"literal":"TokenGraph","eClass":"EEnumLiteral"},{"name":"TokenTrace","id":53,"value":1,"literal":"TokenTrace","eClass":"EEnumLiteral"},{"name":"CompositeParts","id":54,"value":2,"literal":"CompositeParts","eClass":"EEnumLiteral"},{"name":"MinimalCutSet","id":55,"value":3,"literal":"MinimalCutSet","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":14},{"source":7,"target":1},{"source":14,"target":4},{"source":8,"target":2},{"source":8,"target":15},{"source":8,"target":1},{"source":15,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":17},{"source":10,"target":1},{"source":17,"target":2},{"source":11,"target":18},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":19,"target":32},{"source":19,"target":2},{"source":20,"target":33},{"source":20,"target":2},{"source":21,"target":34},{"source":21,"target":2},{"source":22,"target":2},{"source":22,"target":35},{"source":22,"target":2},{"source":35,"target":2},{"source":23,"target":3},{"source":23,"target":36},{"source":23,"target":2},{"source":36,"target":3},{"source":24,"target":37},{"source":24,"target":2},{"source":25,"target":38},{"source":25,"target":2},{"source":26,"target":39},{"source":26,"target":2},{"source":27,"target":40},{"source":27,"target":2},{"source":28,"target":41},{"source":28,"target":2},{"source":29,"target":42},{"source":29,"target":2},{"source":30,"target":43},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":44,"target":3},{"source":45,"target":3},{"source":46,"target":3},{"source":47,"target":3},{"source":48,"target":3},{"source":49,"target":3},{"source":50,"target":3},{"source":51,"target":3},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":52,"target":4},{"source":53,"target":4},{"source":54,"target":4},{"source":55,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fmprimitives" nsURI="http://lero.ie/spl/fmprimitives.ecore" nsPrefix="fmprimitives"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <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:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitives" upperBound="-1" eType="#//FeatureModelPrimitive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureModelPrimitive"> <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="configurationSource" eType="#//ConfigurationSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="explanations" unique="false" upperBound="-1" eType="#//Explanation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureHasSubfeature" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subfeature" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroup"/> <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:EReference" name="groupHasParent" unique="false" upperBound="-1" eType="#//GroupHasParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasChild" unique="false" upperBound="-1" eType="#//GroupHasChild"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureHasParent" eType="#//FeatureHasSubfeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureHasSubfeature" unique="false" upperBound="-1" eType="#//FeatureHasSubfeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedFeature" unique="false" upperBound="-1" eType="#//SelectedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eliminatedFeature" unique="false" upperBound="-1" eType="#//EliminatedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="undirectedRelationships" unique="false" upperBound="-1" eType="#//UndirectedRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDirectedRelationships" unique="false" upperBound="-1" eType="#//DirectedRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingDirectedRelationships" unique="false" upperBound="-1" eType="#//DirectedRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureIsRoot" eType="#//FeatureIsRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupHasParent" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//FeatureGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupHasChild" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//FeatureGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectedFeature" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EliminatedFeature" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureIsRoot" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Explanation"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitives" unique="false" upperBound="-1" eType="#//FeatureModelPrimitive"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigurationSource"> <eLiterals name="MODEL" literal="MODEL"/> <eLiterals name="MODELCONSEQUENCE" value="1" literal="MODELCONSEQUENCE"/> <eLiterals name="USER" value="2" literal="USER"/> <eLiterals name="USERCONSEQUENCE" value="3" literal="USERCONSEQUENCE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupHasMax" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//FeatureGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupHasMin" eSuperTypes="#//FeatureModelPrimitive"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//FeatureGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlternativeGroup" eSuperTypes="#//FeatureModelPrimitive #//FeatureGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasParent" eType="#//GroupHasParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasChild" unique="false" upperBound="-1" eType="#//GroupHasChild"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasMax" eType="#//GroupHasMax"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasMin" eType="#//GroupHasMin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrGroup" eSuperTypes="#//FeatureModelPrimitive #//FeatureGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasParent" eType="#//GroupHasParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasChild" unique="false" upperBound="-1" eType="#//GroupHasChild"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasMax" eType="#//GroupHasMax"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHasMin" eType="#//GroupHasMin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureHasOptionalSubfeature" eSuperTypes="#//FeatureModelPrimitive #//FeatureHasSubfeature"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureHasMandatorySubfeature" eSuperTypes="#//FeatureModelPrimitive #//FeatureHasSubfeature"/> <eClassifiers xsi:type="ecore:EClass" name="MutualExclusive" eSuperTypes="#//FeatureModelPrimitive #//UndirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedFeatures" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomUndirectedRelationship" eSuperTypes="#//FeatureModelPrimitive #//UndirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedFeatures" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requires" eSuperTypes="#//FeatureModelPrimitive #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" unique="false" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalOrderingSequential" eSuperTypes="#//FeatureModelPrimitive #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" unique="false" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDirectedRelationship" eSuperTypes="#//FeatureModelPrimitive #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" unique="false" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutoComplete" eSuperTypes="#//FeatureModelPrimitive"/> </ecore:EPackage>
github:ecore:/data/FAMILIAR-project/familiar-language/org.xtext.example.fmlero/src-gen/fr/inria/familiar/fmlero/Fmlero.ecore
ecore
fmprimitives FeatureModel id name features primitives FeatureModelPrimitive id name configurationSource explanations FeatureHasSubfeature parent subfeature UndirectedRelationship DirectedRelationship FeatureGroup Feature id name groupHasParent groupHasChild featureHasParent featureHasSubfeature selectedFeature eliminatedFeature undirectedRelationships incomingDirectedRelationships outgoingDirectedRelationships featureIsRoot GroupHasParent parent group GroupHasChild child group SelectedFeature feature EliminatedFeature feature FeatureIsRoot feature Explanation primitives ConfigurationSource MODEL MODEL MODELCONSEQUENCE MODELCONSEQUENCE USER USER USERCONSEQUENCE USERCONSEQUENCE GroupHasMax max group GroupHasMin min group AlternativeGroup groupHasParent groupHasChild groupHasMax groupHasMin OrGroup groupHasParent groupHasChild groupHasMax groupHasMin FeatureHasOptionalSubfeature FeatureHasMandatorySubfeature MutualExclusive relatedFeatures CustomUndirectedRelationship stereotype relatedFeatures Requires sources targets TemporalOrderingSequential sources targets CustomDirectedRelationship stereotype sources targets AutoComplete
null
{"directed":true,"nodes":[{"nsPrefix":"fmprimitives","nsURI":"http://lero.ie/spl/fmprimitives.ecore","name":"fmprimitives","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModelPrimitive","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureHasSubfeature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndirectedRelationship","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroup","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHasParent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHasChild","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectedFeature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EliminatedFeature","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureIsRoot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Explanation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigurationSource","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHasMax","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHasMin","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeGroup","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroup","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureHasOptionalSubfeature","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureHasMandatorySubfeature","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutualExclusive","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomUndirectedRelationship","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requires","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalOrderingSequential","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDirectedRelationship","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutoComplete","instanceClass":null,"abstract":false,"id":26,"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":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},{"container":false,"ordered":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":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":"primitives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configurationSource","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"explanations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subfeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"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":"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":"name","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":false,"unsettable":false,"transient":false,"unique":false,"name":"groupHasParent","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":false,"name":"groupHasChild","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":"featureHasParent","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":false,"unsettable":false,"transient":false,"unique":false,"name":"featureHasSubfeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"selectedFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"eliminatedFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"undirectedRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"incomingDirectedRelationships","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":false,"name":"outgoingDirectedRelationships","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":"featureIsRoot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"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":"parent","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":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"primitives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"name":"MODEL","id":93,"value":0,"literal":"MODEL","eClass":"EEnumLiteral"},{"name":"MODELCONSEQUENCE","id":94,"value":1,"literal":"MODELCONSEQUENCE","eClass":"EEnumLiteral"},{"name":"USER","id":95,"value":2,"literal":"USER","eClass":"EEnumLiteral"},{"name":"USERCONSEQUENCE","id":96,"value":3,"literal":"USERCONSEQUENCE","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":"max","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupHasParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"groupHasChild","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":"groupHasMax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupHasMin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupHasParent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"groupHasChild","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":"groupHasMax","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":"groupHasMin","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"},{"id":128,"eClass":"EGenericType"},{"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":false,"name":"relatedFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","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":false,"unsettable":false,"transient":false,"unique":false,"name":"relatedFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":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":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":31},{"source":27,"target":1},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":7},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":7},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":35,"target":39},{"source":35,"target":2},{"source":36,"target":40},{"source":36,"target":2},{"source":37,"target":14},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":14},{"source":38,"target":13},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":13},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":7},{"source":43,"target":46},{"source":43,"target":3},{"source":46,"target":7},{"source":44,"target":7},{"source":44,"target":47},{"source":44,"target":3},{"source":47,"target":7},{"source":45,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":48,"target":60},{"source":48,"target":7},{"source":49,"target":61},{"source":49,"target":7},{"source":50,"target":8},{"source":50,"target":62},{"source":50,"target":7},{"source":62,"target":8},{"source":51,"target":9},{"source":51,"target":63},{"source":51,"target":7},{"source":63,"target":9},{"source":52,"target":3},{"source":52,"target":64},{"source":52,"target":7},{"source":64,"target":3},{"source":53,"target":3},{"source":53,"target":65},{"source":53,"target":7},{"source":65,"target":3},{"source":54,"target":10},{"source":54,"target":66},{"source":54,"target":7},{"source":66,"target":10},{"source":55,"target":11},{"source":55,"target":67},{"source":55,"target":7},{"source":67,"target":11},{"source":56,"target":4},{"source":56,"target":68},{"source":56,"target":7},{"source":68,"target":4},{"source":57,"target":5},{"source":57,"target":69},{"source":57,"target":7},{"source":69,"target":5},{"source":58,"target":5},{"source":58,"target":70},{"source":58,"target":7},{"source":70,"target":5},{"source":59,"target":12},{"source":59,"target":71},{"source":59,"target":7},{"source":71,"target":12},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":7},{"source":72,"target":75},{"source":72,"target":8},{"source":75,"target":7},{"source":73,"target":6},{"source":73,"target":76},{"source":73,"target":8},{"source":76,"target":6},{"source":74,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":77,"target":7},{"source":77,"target":80},{"source":77,"target":9},{"source":80,"target":7},{"source":78,"target":6},{"source":78,"target":81},{"source":78,"target":9},{"source":81,"target":6},{"source":79,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":82},{"source":10,"target":83},{"source":82,"target":7},{"source":82,"target":84},{"source":82,"target":10},{"source":84,"target":7},{"source":83,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":85},{"source":11,"target":86},{"source":85,"target":7},{"source":85,"target":87},{"source":85,"target":11},{"source":87,"target":7},{"source":86,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":88},{"source":12,"target":89},{"source":88,"target":7},{"source":88,"target":90},{"source":88,"target":12},{"source":90,"target":7},{"source":89,"target":2},{"source":13,"target":0},{"source":13,"target":91},{"source":91,"target":2},{"source":91,"target":92},{"source":91,"target":13},{"source":92,"target":2},{"source":14,"target":0},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":93,"target":14},{"source":94,"target":14},{"source":95,"target":14},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":97,"target":100},{"source":97,"target":15},{"source":98,"target":6},{"source":98,"target":101},{"source":98,"target":15},{"source":101,"target":6},{"source":99,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":102,"target":105},{"source":102,"target":16},{"source":103,"target":6},{"source":103,"target":106},{"source":103,"target":16},{"source":106,"target":6},{"source":104,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":6},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":107,"target":8},{"source":107,"target":113},{"source":107,"target":17},{"source":113,"target":8},{"source":108,"target":9},{"source":108,"target":114},{"source":108,"target":17},{"source":114,"target":9},{"source":109,"target":15},{"source":109,"target":115},{"source":109,"target":17},{"source":115,"target":15},{"source":110,"target":16},{"source":110,"target":116},{"source":110,"target":17},{"source":116,"target":16},{"source":111,"target":2},{"source":112,"target":6},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":6},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":117,"target":8},{"source":117,"target":123},{"source":117,"target":18},{"source":123,"target":8},{"source":118,"target":9},{"source":118,"target":124},{"source":118,"target":18},{"source":124,"target":9},{"source":119,"target":15},{"source":119,"target":125},{"source":119,"target":18},{"source":125,"target":15},{"source":120,"target":16},{"source":120,"target":126},{"source":120,"target":18},{"source":126,"target":16},{"source":121,"target":2},{"source":122,"target":6},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":3},{"source":19,"target":127},{"source":19,"target":128},{"source":127,"target":2},{"source":128,"target":3},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":3},{"source":20,"target":129},{"source":20,"target":130},{"source":129,"target":2},{"source":130,"target":3},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":4},{"source":21,"target":131},{"source":21,"target":132},{"source":21,"target":133},{"source":131,"target":7},{"source":131,"target":134},{"source":131,"target":21},{"source":134,"target":7},{"source":132,"target":2},{"source":133,"target":4},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":4},{"source":22,"target":135},{"source":22,"target":136},{"source":22,"target":137},{"source":22,"target":138},{"source":135,"target":139},{"source":135,"target":22},{"source":136,"target":7},{"source":136,"target":140},{"source":136,"target":22},{"source":140,"target":7},{"source":137,"target":2},{"source":138,"target":4},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":5},{"source":23,"target":141},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":141,"target":7},{"source":141,"target":145},{"source":141,"target":23},{"source":145,"target":7},{"source":142,"target":7},{"source":142,"target":146},{"source":142,"target":23},{"source":146,"target":7},{"source":143,"target":2},{"source":144,"target":5},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":5},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":147,"target":7},{"source":147,"target":151},{"source":147,"target":24},{"source":151,"target":7},{"source":148,"target":7},{"source":148,"target":152},{"source":148,"target":24},{"source":152,"target":7},{"source":149,"target":2},{"source":150,"target":5},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":5},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":25,"target":156},{"source":25,"target":157},{"source":153,"target":158},{"source":153,"target":25},{"source":154,"target":7},{"source":154,"target":159},{"source":154,"target":25},{"source":159,"target":7},{"source":155,"target":7},{"source":155,"target":160},{"source":155,"target":25},{"source":160,"target":7},{"source":156,"target":2},{"source":157,"target":5},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":161},{"source":161,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> </ecore:EPackage> <ecore:EPackage name="SecureUML"> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="/1/Subject"> <eStructuralFeatures xsi:type="ecore:EReference" name="subjectGroup" ordered="false" upperBound="-1" eType="/1/Subject" containment="true" eOpposite="/1/Subject/group"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="/1/Subject"/> <eClassifiers xsi:type="ecore:EClass" name="Subject"> <eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false" lowerBound="1" eType="/1/Group" eOpposite="/1/Group/subjectGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false" upperBound="-1" eType="/1/Role" eOpposite="/1/Role/subjectAssignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleHierarchy" ordered="false" upperBound="-1" eType="/1/Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subjectAssignment" ordered="false" upperBound="-1" eType="/1/Subject" eOpposite="/1/Subject/role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissionAssignment" ordered="false" upperBound="-1" eType="/1/Permission" eOpposite="/1/Permission/role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false" upperBound="-1" eType="/1/Role" eOpposite="/1/Role/permissionAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintAssignment" ordered="false" eType="/1/AuthorizationConstraint" eOpposite="/1/AuthorizationConstraint/permission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionAssignment" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Action" eOpposite="/1/Action/permission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="permission" ordered="false" upperBound="-1" eType="/1/Permission" eOpposite="/1/Permission/constraintAssignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicAction" eSuperTypes="/1/Action"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeAction" eSuperTypes="/1/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="subordinatedAction" ordered="false" upperBound="-1" eType="/1/Action" containment="true" eOpposite="/1/Action/actionHyerarchy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="permission" ordered="false" upperBound="-1" eType="/1/Permission" eOpposite="/1/Permission/actionAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" ordered="false" lowerBound="1" eType="/1/Resource" eOpposite="/1/Resource/resourceAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionHyerarchy" ordered="false" upperBound="-1" eType="/1/CompositeAction" eOpposite="/1/CompositeAction/subordinatedAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceAction" ordered="false" upperBound="-1" eType="/1/Action" containment="true" eOpposite="/1/Action/resource"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/SecureUML.ecore
ecore
PrimitiveTypes String Boolean Integer SecureUML Group subjectGroup User Subject group role Role roleHierarchy subjectAssignment permissionAssignment Permission role constraintAssignment actionAssignment AuthorizationConstraint permission AtomicAction CompositeAction subordinatedAction Action permission resource actionHyerarchy Resource resourceAction
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"SecureUML","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subject","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorizationConstraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":14,"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":"subjectGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":"subjectAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleHierarchy","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":false,"unsettable":false,"transient":false,"unique":true,"name":"permissionAssignment","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraintAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"actionAssignment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"permission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"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":"permission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"subordinatedAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionHyerarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"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":"resourceAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":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":5,"target":4},{"source":5,"target":7},{"source":5,"target":15},{"source":5,"target":16},{"source":15,"target":7},{"source":15,"target":17},{"source":15,"target":5},{"source":15,"target":18},{"source":17,"target":7},{"source":16,"target":7},{"source":6,"target":4},{"source":6,"target":7},{"source":6,"target":19},{"source":19,"target":7},{"source":7,"target":4},{"source":7,"target":18},{"source":7,"target":20},{"source":18,"target":5},{"source":18,"target":21},{"source":18,"target":7},{"source":18,"target":15},{"source":21,"target":5},{"source":20,"target":8},{"source":20,"target":22},{"source":20,"target":7},{"source":20,"target":23},{"source":22,"target":8},{"source":8,"target":4},{"source":8,"target":24},{"source":8,"target":23},{"source":8,"target":25},{"source":24,"target":8},{"source":24,"target":26},{"source":24,"target":8},{"source":26,"target":8},{"source":23,"target":7},{"source":23,"target":27},{"source":23,"target":8},{"source":23,"target":20},{"source":27,"target":7},{"source":25,"target":9},{"source":25,"target":28},{"source":25,"target":8},{"source":25,"target":29},{"source":28,"target":9},{"source":9,"target":4},{"source":9,"target":29},{"source":9,"target":30},{"source":9,"target":31},{"source":29,"target":8},{"source":29,"target":32},{"source":29,"target":9},{"source":29,"target":25},{"source":32,"target":8},{"source":30,"target":10},{"source":30,"target":33},{"source":30,"target":9},{"source":30,"target":34},{"source":33,"target":10},{"source":31,"target":13},{"source":31,"target":35},{"source":31,"target":9},{"source":31,"target":36},{"source":35,"target":13},{"source":10,"target":4},{"source":10,"target":34},{"source":34,"target":9},{"source":34,"target":37},{"source":34,"target":10},{"source":34,"target":30},{"source":37,"target":9},{"source":11,"target":4},{"source":11,"target":13},{"source":11,"target":38},{"source":38,"target":13},{"source":12,"target":4},{"source":12,"target":13},{"source":12,"target":39},{"source":12,"target":40},{"source":39,"target":13},{"source":39,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":41,"target":13},{"source":40,"target":13},{"source":13,"target":4},{"source":13,"target":36},{"source":13,"target":43},{"source":13,"target":42},{"source":36,"target":9},{"source":36,"target":44},{"source":36,"target":13},{"source":36,"target":31},{"source":44,"target":9},{"source":43,"target":14},{"source":43,"target":45},{"source":43,"target":13},{"source":43,"target":46},{"source":45,"target":14},{"source":42,"target":12},{"source":42,"target":47},{"source":42,"target":13},{"source":42,"target":39},{"source":47,"target":12},{"source":14,"target":4},{"source":14,"target":46},{"source":46,"target":13},{"source":46,"target":48},{"source":46,"target":14},{"source":46,"target":43},{"source":48,"target":13}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsHTMLinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public TimeConstraint ObjectNode Expression StructuralFeatureAction Stop ClearVariableAction ActivityFinalNode Extend InteractionConstraint InformationItem InformationFlow ExecutionEnvironment TimeInterval MergeNode ExecutionOccurrence InteractionOccurrence ParameterableClassifier ConditionalNode InvocationAction RemoveStructuralFeatureValueAction Collaboration Pseudostate Classifier inheritedMember generalization ReadLinkObjectEndAction DestroyObjectAction Property ReadIsClassifiedObjectAction EventOccurrence CommunicationPath CallBehaviorAction Component Behavior TimeExpression ControlNode LiteralUnlimitedNatural Stereotype RaiseExceptionAction ActivityPartition Implementation ChangeTrigger ForkNode Model AssociationClass CollaborationOccurrence StateInvariant FinalState RemoveVariableValueAction WriteStructuralFeatureAction Reception LiteralString Dependency DeploymentSpecification Generalization general GeneralOrdering Duration CreateObjectAction OpaqueExpression Pin ReplyAction UseCase MessageTrigger TemplateableClassifier DurationConstraint FinalNode Type Interface LinkAction ExtensionEnd Namespace member StructuralFeature Deployment ReadVariableAction Abstraction State WriteLinkAction ProtocolTransition Extension InstanceSpecification WriteVariableAction Action Class BroadcastSignalAction Device StateMachine RedefinableTemplateSignature DataStoreNode ExpansionRegion DeploymentTarget DestroyLinkAction Include TypedElement Port Region DurationInterval Activity AcceptCallAction ActivityParameterNode Feature ActivityNode Manifestation ConnectableElement DeployedArtifact Message PrimitiveType StartOwnedBehaviorAction InteractionFragment BehavioralFeature CreateLinkObjectAction Profile Gate CreateLinkAction Actor DataType Interval BehavioredClassifier PrimitiveFunction ProtocolStateMachine StructuredActivityNode OutputPin CallTrigger LiteralInteger Continuation SignalTrigger ClearAssociationAction DecisionNode TimeObservationAction Realization InteractionOperand ActivityEdge Transition Signal ValuePin Parameter Permission Operation Node DurationObservationAction Artifact MessageEnd VariableAction StructuredClassifier NamedElement visibility TestIdentityAction AddStructuralFeatureValueAction Association Usage Enumeration AnyTrigger Package SendObjectAction InputPin Vertex Interaction LiteralBoolean ExecutableNode ControlFlow CallOperationAction PartDecomposition EnumerationLiteral Constraint ClearStructuralFeatureAction Substitution LoopNode TimeTrigger ExtensionPoint InitialNode CallAction LiteralNull ConnectionPointReference JoinNode ParameterSet RedefinableElement SendSignalAction Variable LiteralSpecification PackageableElement AcceptEventAction ReadLinkAction InstanceValue ExpansionNode ValueSpecification Trigger ApplyFunctionAction ReadLinkObjectEndQualifierAction ReadExtentAction AddVariableValueAction Connector CombinedFragment Lifeline ObjectFlow GeneralizationSet IntervalConstraint ReadStructuralFeatureAction ReadSelfAction EncapsulatedClassifier CentralBufferNode FlowFinalNode ReclassifyObjectAction
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","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":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"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"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"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":"general","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"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":193},{"source":2,"target":204},{"source":204,"target":193},{"source":3,"target":0},{"source":3,"target":100},{"source":3,"target":92},{"source":3,"target":205},{"source":3,"target":206},{"source":205,"target":100},{"source":206,"target":92},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":207},{"source":207,"target":58},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":208},{"source":208,"target":81},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":209},{"source":209,"target":29},{"source":7,"target":0},{"source":7,"target":141},{"source":7,"target":210},{"source":210,"target":141},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":211},{"source":211,"target":65},{"source":9,"target":0},{"source":9,"target":143},{"source":9,"target":212},{"source":212,"target":143},{"source":10,"target":0},{"source":10,"target":161},{"source":10,"target":213},{"source":213,"target":161},{"source":11,"target":0},{"source":11,"target":24},{"source":11,"target":214},{"source":214,"target":24},{"source":12,"target":0},{"source":12,"target":177},{"source":12,"target":215},{"source":215,"target":177},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":216},{"source":216,"target":137},{"source":14,"target":0},{"source":14,"target":115},{"source":14,"target":217},{"source":217,"target":115},{"source":15,"target":0},{"source":15,"target":35},{"source":15,"target":218},{"source":218,"target":35},{"source":16,"target":0},{"source":16,"target":107},{"source":16,"target":219},{"source":219,"target":107},{"source":17,"target":0},{"source":17,"target":107},{"source":17,"target":220},{"source":220,"target":107},{"source":18,"target":0},{"source":18,"target":24},{"source":18,"target":221},{"source":221,"target":24},{"source":19,"target":0},{"source":19,"target":119},{"source":19,"target":222},{"source":222,"target":119},{"source":20,"target":0},{"source":20,"target":81},{"source":20,"target":223},{"source":223,"target":81},{"source":21,"target":0},{"source":21,"target":49},{"source":21,"target":224},{"source":224,"target":49},{"source":22,"target":0},{"source":22,"target":116},{"source":22,"target":142},{"source":22,"target":225},{"source":22,"target":226},{"source":225,"target":116},{"source":226,"target":142},{"source":23,"target":0},{"source":23,"target":153},{"source":23,"target":227},{"source":227,"target":153},{"source":24,"target":0},{"source":24,"target":70},{"source":24,"target":66},{"source":24,"target":173},{"source":24,"target":228},{"source":24,"target":229},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":228,"target":143},{"source":228,"target":233},{"source":228,"target":24},{"source":233,"target":143},{"source":229,"target":54},{"source":229,"target":234},{"source":229,"target":24},{"source":234,"target":54},{"source":230,"target":70},{"source":231,"target":66},{"source":232,"target":173},{"source":25,"target":0},{"source":25,"target":81},{"source":25,"target":235},{"source":235,"target":81},{"source":26,"target":0},{"source":26,"target":81},{"source":26,"target":236},{"source":236,"target":81},{"source":27,"target":0},{"source":27,"target":71},{"source":27,"target":102},{"source":27,"target":89},{"source":27,"target":237},{"source":27,"target":238},{"source":27,"target":239},{"source":237,"target":71},{"source":238,"target":102},{"source":239,"target":89},{"source":28,"target":0},{"source":28,"target":81},{"source":28,"target":240},{"source":240,"target":81},{"source":29,"target":0},{"source":29,"target":107},{"source":29,"target":140},{"source":29,"target":241},{"source":29,"target":242},{"source":241,"target":107},{"source":242,"target":140},{"source":30,"target":0},{"source":30,"target":146},{"source":30,"target":243},{"source":243,"target":146},{"source":31,"target":0},{"source":31,"target":168},{"source":31,"target":244},{"source":244,"target":168},{"source":32,"target":0},{"source":32,"target":82},{"source":32,"target":245},{"source":245,"target":82},{"source":33,"target":0},{"source":33,"target":82},{"source":33,"target":246},{"source":246,"target":82},{"source":34,"target":0},{"source":34,"target":182},{"source":34,"target":247},{"source":247,"target":182},{"source":35,"target":0},{"source":35,"target":100},{"source":35,"target":248},{"source":248,"target":100},{"source":36,"target":0},{"source":36,"target":176},{"source":36,"target":249},{"source":249,"target":176},{"source":37,"target":0},{"source":37,"target":82},{"source":37,"target":250},{"source":250,"target":82},{"source":38,"target":0},{"source":38,"target":81},{"source":38,"target":251},{"source":251,"target":81},{"source":39,"target":0},{"source":39,"target":143},{"source":39,"target":252},{"source":252,"target":143},{"source":40,"target":0},{"source":40,"target":128},{"source":40,"target":253},{"source":253,"target":128},{"source":41,"target":0},{"source":41,"target":183},{"source":41,"target":254},{"source":254,"target":183},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":255},{"source":255,"target":35},{"source":43,"target":0},{"source":43,"target":150},{"source":43,"target":256},{"source":256,"target":150},{"source":44,"target":0},{"source":44,"target":82},{"source":44,"target":146},{"source":44,"target":257},{"source":44,"target":258},{"source":257,"target":82},{"source":258,"target":146},{"source":45,"target":0},{"source":45,"target":143},{"source":45,"target":259},{"source":259,"target":143},{"source":46,"target":0},{"source":46,"target":107},{"source":46,"target":260},{"source":260,"target":107},{"source":47,"target":0},{"source":47,"target":75},{"source":47,"target":261},{"source":261,"target":75},{"source":48,"target":0},{"source":48,"target":80},{"source":48,"target":262},{"source":262,"target":80},{"source":49,"target":0},{"source":49,"target":5},{"source":49,"target":263},{"source":263,"target":5},{"source":50,"target":0},{"source":50,"target":108},{"source":50,"target":264},{"source":264,"target":108},{"source":51,"target":0},{"source":51,"target":176},{"source":51,"target":265},{"source":265,"target":176},{"source":52,"target":0},{"source":52,"target":177},{"source":52,"target":266},{"source":266,"target":177},{"source":53,"target":0},{"source":53,"target":139},{"source":53,"target":267},{"source":267,"target":139},{"source":54,"target":0},{"source":54,"target":268},{"source":268,"target":24},{"source":268,"target":269},{"source":268,"target":54},{"source":269,"target":24},{"source":55,"target":0},{"source":55,"target":143},{"source":55,"target":270},{"source":270,"target":143},{"source":56,"target":0},{"source":56,"target":182},{"source":56,"target":271},{"source":271,"target":182},{"source":57,"target":0},{"source":57,"target":81},{"source":57,"target":272},{"source":272,"target":81},{"source":58,"target":0},{"source":58,"target":182},{"source":58,"target":273},{"source":273,"target":182},{"source":59,"target":0},{"source":59,"target":3},{"source":59,"target":274},{"source":274,"target":3},{"source":60,"target":0},{"source":60,"target":81},{"source":60,"target":275},{"source":275,"target":81},{"source":61,"target":0},{"source":61,"target":116},{"source":61,"target":276},{"source":276,"target":116},{"source":62,"target":0},{"source":62,"target":183},{"source":62,"target":277},{"source":277,"target":183},{"source":63,"target":0},{"source":63,"target":24},{"source":63,"target":278},{"source":278,"target":24},{"source":64,"target":0},{"source":64,"target":193},{"source":64,"target":279},{"source":279,"target":193},{"source":65,"target":0},{"source":65,"target":35},{"source":65,"target":280},{"source":280,"target":35},{"source":66,"target":0},{"source":66,"target":177},{"source":66,"target":281},{"source":281,"target":177},{"source":67,"target":0},{"source":67,"target":24},{"source":67,"target":282},{"source":282,"target":24},{"source":68,"target":0},{"source":68,"target":81},{"source":68,"target":283},{"source":283,"target":81},{"source":69,"target":0},{"source":69,"target":27},{"source":69,"target":284},{"source":284,"target":27},{"source":70,"target":0},{"source":70,"target":143},{"source":70,"target":285},{"source":70,"target":286},{"source":285,"target":143},{"source":285,"target":287},{"source":285,"target":70},{"source":287,"target":143},{"source":286,"target":143},{"source":71,"target":0},{"source":71,"target":99},{"source":71,"target":92},{"source":71,"target":288},{"source":71,"target":289},{"source":288,"target":99},{"source":289,"target":92},{"source":72,"target":0},{"source":72,"target":52},{"source":72,"target":290},{"source":290,"target":52},{"source":73,"target":0},{"source":73,"target":141},{"source":73,"target":291},{"source":291,"target":141},{"source":74,"target":0},{"source":74,"target":52},{"source":74,"target":292},{"source":292,"target":52},{"source":75,"target":0},{"source":75,"target":70},{"source":75,"target":173},{"source":75,"target":153},{"source":75,"target":293},{"source":75,"target":294},{"source":75,"target":295},{"source":293,"target":70},{"source":294,"target":173},{"source":295,"target":153},{"source":76,"target":0},{"source":76,"target":68},{"source":76,"target":296},{"source":296,"target":68},{"source":77,"target":0},{"source":77,"target":131},{"source":77,"target":297},{"source":297,"target":131},{"source":78,"target":0},{"source":78,"target":146},{"source":78,"target":298},{"source":298,"target":146},{"source":79,"target":0},{"source":79,"target":177},{"source":79,"target":89},{"source":79,"target":103},{"source":79,"target":299},{"source":79,"target":300},{"source":79,"target":301},{"source":299,"target":177},{"source":300,"target":89},{"source":301,"target":103},{"source":80,"target":0},{"source":80,"target":141},{"source":80,"target":302},{"source":302,"target":141},{"source":81,"target":0},{"source":81,"target":156},{"source":81,"target":303},{"source":303,"target":156},{"source":82,"target":0},{"source":82,"target":116},{"source":82,"target":196},{"source":82,"target":304},{"source":82,"target":305},{"source":304,"target":116},{"source":305,"target":196},{"source":83,"target":0},{"source":83,"target":20},{"source":83,"target":306},{"source":306,"target":20},{"source":84,"target":0},{"source":84,"target":137},{"source":84,"target":307},{"source":307,"target":137},{"source":85,"target":0},{"source":85,"target":33},{"source":85,"target":308},{"source":308,"target":33},{"source":86,"target":0},{"source":86,"target":173},{"source":86,"target":309},{"source":309,"target":173},{"source":87,"target":0},{"source":87,"target":197},{"source":87,"target":310},{"source":310,"target":197},{"source":88,"target":0},{"source":88,"target":119},{"source":88,"target":311},{"source":311,"target":119},{"source":89,"target":0},{"source":89,"target":143},{"source":89,"target":312},{"source":312,"target":143},{"source":90,"target":0},{"source":90,"target":76},{"source":90,"target":313},{"source":313,"target":76},{"source":91,"target":0},{"source":91,"target":143},{"source":91,"target":314},{"source":314,"target":143},{"source":92,"target":0},{"source":92,"target":143},{"source":92,"target":315},{"source":315,"target":143},{"source":93,"target":0},{"source":93,"target":27},{"source":93,"target":316},{"source":316,"target":27},{"source":94,"target":0},{"source":94,"target":70},{"source":94,"target":173},{"source":94,"target":317},{"source":94,"target":318},{"source":317,"target":70},{"source":318,"target":173},{"source":95,"target":0},{"source":95,"target":115},{"source":95,"target":319},{"source":319,"target":115},{"source":96,"target":0},{"source":96,"target":33},{"source":96,"target":320},{"source":320,"target":33},{"source":97,"target":0},{"source":97,"target":178},{"source":97,"target":321},{"source":321,"target":178},{"source":98,"target":0},{"source":98,"target":3},{"source":98,"target":322},{"source":322,"target":3},{"source":99,"target":0},{"source":99,"target":173},{"source":99,"target":323},{"source":323,"target":173},{"source":100,"target":0},{"source":100,"target":173},{"source":100,"target":324},{"source":324,"target":173},{"source":101,"target":0},{"source":101,"target":74},{"source":101,"target":325},{"source":325,"target":74},{"source":102,"target":0},{"source":102,"target":143},{"source":102,"target":326},{"source":326,"target":143},{"source":103,"target":0},{"source":103,"target":143},{"source":103,"target":327},{"source":327,"target":143},{"source":104,"target":0},{"source":104,"target":143},{"source":104,"target":328},{"source":328,"target":143},{"source":105,"target":0},{"source":105,"target":114},{"source":105,"target":329},{"source":329,"target":114},{"source":106,"target":0},{"source":106,"target":81},{"source":106,"target":330},{"source":330,"target":81},{"source":107,"target":0},{"source":107,"target":143},{"source":107,"target":331},{"source":331,"target":143},{"source":108,"target":0},{"source":108,"target":70},{"source":108,"target":99},{"source":108,"target":332},{"source":108,"target":333},{"source":332,"target":70},{"source":333,"target":99},{"source":109,"target":0},{"source":109,"target":112},{"source":109,"target":334},{"source":334,"target":112},{"source":110,"target":0},{"source":110,"target":150},{"source":110,"target":335},{"source":335,"target":150},{"source":111,"target":0},{"source":111,"target":140},{"source":111,"target":336},{"source":336,"target":140},{"source":112,"target":0},{"source":112,"target":76},{"source":112,"target":337},{"source":337,"target":76},{"source":113,"target":0},{"source":113,"target":24},{"source":113,"target":338},{"source":338,"target":24},{"source":114,"target":0},{"source":114,"target":24},{"source":114,"target":339},{"source":339,"target":24},{"source":115,"target":0},{"source":115,"target":182},{"source":115,"target":340},{"source":340,"target":182},{"source":116,"target":0},{"source":116,"target":24},{"source":116,"target":341},{"source":341,"target":24},{"source":117,"target":0},{"source":117,"target":177},{"source":117,"target":342},{"source":342,"target":177},{"source":118,"target":0},{"source":118,"target":85},{"source":118,"target":343},{"source":343,"target":85},{"source":119,"target":0},{"source":119,"target":81},{"source":119,"target":70},{"source":119,"target":344},{"source":119,"target":345},{"source":344,"target":81},{"source":345,"target":70},{"source":120,"target":0},{"source":120,"target":59},{"source":120,"target":346},{"source":346,"target":59},{"source":121,"target":0},{"source":121,"target":62},{"source":121,"target":347},{"source":347,"target":62},{"source":122,"target":0},{"source":122,"target":176},{"source":122,"target":348},{"source":348,"target":176},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":349},{"source":349,"target":107},{"source":124,"target":0},{"source":124,"target":62},{"source":124,"target":350},{"source":350,"target":62},{"source":125,"target":0},{"source":125,"target":81},{"source":125,"target":351},{"source":351,"target":81},{"source":126,"target":0},{"source":126,"target":35},{"source":126,"target":352},{"source":352,"target":35},{"source":127,"target":0},{"source":127,"target":49},{"source":127,"target":353},{"source":353,"target":49},{"source":128,"target":0},{"source":128,"target":74},{"source":128,"target":354},{"source":354,"target":74},{"source":129,"target":0},{"source":129,"target":70},{"source":129,"target":107},{"source":129,"target":355},{"source":129,"target":356},{"source":355,"target":70},{"source":356,"target":107},{"source":130,"target":0},{"source":130,"target":173},{"source":130,"target":357},{"source":357,"target":173},{"source":131,"target":0},{"source":131,"target":173},{"source":131,"target":358},{"source":358,"target":173},{"source":132,"target":0},{"source":132,"target":24},{"source":132,"target":359},{"source":359,"target":24},{"source":133,"target":0},{"source":133,"target":152},{"source":133,"target":360},{"source":360,"target":152},{"source":134,"target":0},{"source":134,"target":102},{"source":134,"target":92},{"source":134,"target":361},{"source":134,"target":362},{"source":361,"target":102},{"source":362,"target":92},{"source":135,"target":0},{"source":135,"target":52},{"source":135,"target":363},{"source":363,"target":52},{"source":136,"target":0},{"source":136,"target":108},{"source":136,"target":92},{"source":136,"target":364},{"source":136,"target":365},{"source":364,"target":108},{"source":365,"target":92},{"source":137,"target":0},{"source":137,"target":82},{"source":137,"target":89},{"source":137,"target":366},{"source":137,"target":367},{"source":366,"target":82},{"source":367,"target":89},{"source":138,"target":0},{"source":138,"target":49},{"source":138,"target":368},{"source":368,"target":49},{"source":139,"target":0},{"source":139,"target":24},{"source":139,"target":103},{"source":139,"target":369},{"source":139,"target":370},{"source":369,"target":24},{"source":370,"target":103},{"source":140,"target":0},{"source":140,"target":143},{"source":140,"target":371},{"source":371,"target":143},{"source":141,"target":0},{"source":141,"target":81},{"source":141,"target":372},{"source":372,"target":81},{"source":142,"target":0},{"source":142,"target":24},{"source":142,"target":373},{"source":373,"target":24},{"source":143,"target":0},{"source":143,"target":374},{"source":374,"target":1},{"source":374,"target":375},{"source":374,"target":143},{"source":375,"target":1},{"source":144,"target":0},{"source":144,"target":81},{"source":144,"target":376},{"source":376,"target":81},{"source":145,"target":0},{"source":145,"target":49},{"source":145,"target":377},{"source":377,"target":49},{"source":146,"target":0},{"source":146,"target":24},{"source":146,"target":378},{"source":378,"target":24},{"source":147,"target":0},{"source":147,"target":52},{"source":147,"target":379},{"source":379,"target":52},{"source":148,"target":0},{"source":148,"target":114},{"source":148,"target":380},{"source":380,"target":114},{"source":149,"target":0},{"source":149,"target":62},{"source":149,"target":381},{"source":381,"target":62},{"source":150,"target":0},{"source":150,"target":70},{"source":150,"target":177},{"source":150,"target":382},{"source":150,"target":383},{"source":382,"target":70},{"source":383,"target":177},{"source":151,"target":0},{"source":151,"target":20},{"source":151,"target":384},{"source":384,"target":20},{"source":152,"target":0},{"source":152,"target":59},{"source":152,"target":385},{"source":385,"target":59},{"source":153,"target":0},{"source":153,"target":143},{"source":153,"target":386},{"source":386,"target":143},{"source":154,"target":0},{"source":154,"target":33},{"source":154,"target":107},{"source":154,"target":387},{"source":154,"target":388},{"source":387,"target":33},{"source":388,"target":107},{"source":155,"target":0},{"source":155,"target":176},{"source":155,"target":389},{"source":389,"target":176},{"source":156,"target":0},{"source":156,"target":100},{"source":156,"target":390},{"source":390,"target":100},{"source":157,"target":0},{"source":157,"target":130},{"source":157,"target":391},{"source":391,"target":130},{"source":158,"target":0},{"source":158,"target":168},{"source":158,"target":392},{"source":392,"target":168},{"source":159,"target":0},{"source":159,"target":17},{"source":159,"target":393},{"source":393,"target":17},{"source":160,"target":0},{"source":160,"target":79},{"source":160,"target":394},{"source":394,"target":79},{"source":161,"target":0},{"source":161,"target":177},{"source":161,"target":395},{"source":395,"target":177},{"source":162,"target":0},{"source":162,"target":5},{"source":162,"target":396},{"source":396,"target":5},{"source":163,"target":0},{"source":163,"target":128},{"source":163,"target":397},{"source":397,"target":128},{"source":164,"target":0},{"source":164,"target":119},{"source":164,"target":398},{"source":398,"target":119},{"source":165,"target":0},{"source":165,"target":183},{"source":165,"target":399},{"source":399,"target":183},{"source":166,"target":0},{"source":166,"target":173},{"source":166,"target":400},{"source":400,"target":173},{"source":167,"target":0},{"source":167,"target":35},{"source":167,"target":401},{"source":401,"target":35},{"source":168,"target":0},{"source":168,"target":20},{"source":168,"target":402},{"source":402,"target":20},{"source":169,"target":0},{"source":169,"target":176},{"source":169,"target":403},{"source":403,"target":176},{"source":170,"target":0},{"source":170,"target":153},{"source":170,"target":404},{"source":404,"target":153},{"source":171,"target":0},{"source":171,"target":35},{"source":171,"target":405},{"source":405,"target":35},{"source":172,"target":0},{"source":172,"target":143},{"source":172,"target":406},{"source":406,"target":143},{"source":173,"target":0},{"source":173,"target":143},{"source":173,"target":407},{"source":407,"target":143},{"source":174,"target":0},{"source":174,"target":20},{"source":174,"target":408},{"source":408,"target":20},{"source":175,"target":0},{"source":175,"target":102},{"source":175,"target":92},{"source":175,"target":409},{"source":175,"target":410},{"source":409,"target":102},{"source":410,"target":92},{"source":176,"target":0},{"source":176,"target":182},{"source":176,"target":411},{"source":411,"target":182},{"source":177,"target":0},{"source":177,"target":143},{"source":177,"target":412},{"source":412,"target":143},{"source":178,"target":0},{"source":178,"target":81},{"source":178,"target":413},{"source":413,"target":81},{"source":179,"target":0},{"source":179,"target":68},{"source":179,"target":414},{"source":414,"target":68},{"source":180,"target":0},{"source":180,"target":182},{"source":180,"target":415},{"source":415,"target":182},{"source":181,"target":0},{"source":181,"target":3},{"source":181,"target":416},{"source":416,"target":3},{"source":182,"target":0},{"source":182,"target":92},{"source":182,"target":417},{"source":417,"target":92},{"source":183,"target":0},{"source":183,"target":143},{"source":183,"target":418},{"source":418,"target":143},{"source":184,"target":0},{"source":184,"target":81},{"source":184,"target":419},{"source":419,"target":81},{"source":185,"target":0},{"source":185,"target":81},{"source":185,"target":420},{"source":420,"target":81},{"source":186,"target":0},{"source":186,"target":81},{"source":186,"target":421},{"source":421,"target":81},{"source":187,"target":0},{"source":187,"target":80},{"source":187,"target":422},{"source":422,"target":80},{"source":188,"target":0},{"source":188,"target":99},{"source":188,"target":423},{"source":423,"target":99},{"source":189,"target":0},{"source":189,"target":107},{"source":189,"target":424},{"source":424,"target":107},{"source":190,"target":0},{"source":190,"target":143},{"source":190,"target":425},{"source":425,"target":143},{"source":191,"target":0},{"source":191,"target":130},{"source":191,"target":426},{"source":426,"target":130},{"source":192,"target":0},{"source":192,"target":177},{"source":192,"target":427},{"source":427,"target":177},{"source":193,"target":0},{"source":193,"target":161},{"source":193,"target":428},{"source":428,"target":161},{"source":194,"target":0},{"source":194,"target":5},{"source":194,"target":429},{"source":429,"target":5},{"source":195,"target":0},{"source":195,"target":81},{"source":195,"target":430},{"source":430,"target":81},{"source":196,"target":0},{"source":196,"target":142},{"source":196,"target":431},{"source":431,"target":142},{"source":197,"target":0},{"source":197,"target":3},{"source":197,"target":432},{"source":432,"target":3},{"source":198,"target":0},{"source":198,"target":65},{"source":198,"target":433},{"source":433,"target":65},{"source":199,"target":0},{"source":199,"target":81},{"source":199,"target":434},{"source":434,"target":81}],"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="touchoscgui" nsURI="http://touchoscgui/1.0" nsPrefix="touchoscgui"> <eClassifiers xsi:type="ecore:EClass" name="TOP"> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" eType="#//TouchOscLayout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TouchOscLayout"> <eStructuralFeatures xsi:type="ecore:EReference" name="tabs" upperBound="-1" eType="#//TouchOscTabPage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//TouchOscControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TouchOscTabPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="fadersH" upperBound="-1" eType="#//TouchOscFaderH" 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="xyPads" upperBound="-1" eType="#//TouchOscXYPad" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fadersV" upperBound="-1" eType="#//TouchOscFaderV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelsH" upperBound="-1" eType="#//TouchOscLabelH" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pushes" upperBound="-1" eType="#//TouchOscPush" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelsV" upperBound="-1" eType="#//TouchOscLabelV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiToggles" upperBound="-1" eType="#//TouchOscMultiToggle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leds" upperBound="-1" eType="#//TouchOscLED" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotariesV" upperBound="-1" eType="#//TouchOscRotaryV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotariesH" upperBound="-1" eType="#//TouchOscRotaryH" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toggles" upperBound="-1" eType="#//TouchOscToggle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encoders" upperBound="-1" eType="#//TouchOscEncoder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="batteriesH" upperBound="-1" eType="#//TouchOscBatteryH" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="batteriesV" upperBound="-1" eType="#//TouchOscBatteryV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timesV" upperBound="-1" eType="#//TouchOscTimeV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timesH" upperBound="-1" eType="#//TouchOscTimeH" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiPushes" upperBound="-1" eType="#//TouchOscMultiPush" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiFadersH" upperBound="-1" eType="#//TouchOscMultiFaderH" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiFadersV" upperBound="-1" eType="#//TouchOscMultiFaderV" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//TouchOscLayout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TouchOscControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="centered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="h" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="w" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" 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:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="osc_cs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number_x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number_y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="response" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted_x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted_y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seconds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localFeedbackOff" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="org.eclipse.swt.graphics.Color"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscFaderH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscFaderV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscPush" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscXYPad" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscLabelH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscLabelV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscLED" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscMultiFaderH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscMultiFaderV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscMultiToggle" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscRotaryH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscRotaryV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscToggle" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscEncoder" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscBatteryV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscBatteryH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscTimeH" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscTimeV" eSuperTypes="#//TouchOscControl"/> <eClassifiers xsi:type="ecore:EClass" name="TouchOscMultiPush" eSuperTypes="#//TouchOscControl"/> </ecore:EPackage>
github:ecore:/data/lucascraft/ubq_wip/net.sf.smbt.touchosc/src/net/sf/smbt/touchosc/model/touchoscgui.ecore
ecore
touchoscgui TOP layouts TouchOscLayout tabs mode orientation version widgets width height TouchOscTabPage fadersH name xyPads fadersV labelsH pushes labelsV multiToggles leds rotariesV rotariesH toggles encoders batteriesH batteriesV timesV timesH multiPushes multiFadersH multiFadersV layout TouchOscControl fg centered h w x y inverted name number osc_cs outline size text type number_x number_y scalef scalet response inverted_x inverted_y seconds background localFeedbackOff Color org.eclipse.swt.graphics.Color org.eclipse.swt.graphics.Color TouchOscFaderH TouchOscFaderV TouchOscPush TouchOscXYPad TouchOscLabelH TouchOscLabelV TouchOscLED TouchOscMultiFaderH TouchOscMultiFaderV TouchOscMultiToggle TouchOscRotaryH TouchOscRotaryV TouchOscToggle TouchOscEncoder TouchOscBatteryV TouchOscBatteryH TouchOscTimeH TouchOscTimeV TouchOscMultiPush
null
{"directed":true,"nodes":[{"nsPrefix":"touchoscgui","nsURI":"http://touchoscgui/1.0","name":"touchoscgui","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TOP","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscLayout","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscTabPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscControl","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Color","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Color","name":"Color","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscFaderH","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscFaderV","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscPush","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscXYPad","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscLabelH","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscLabelV","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscLED","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscMultiFaderH","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscMultiFaderV","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscMultiToggle","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscRotaryH","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscRotaryV","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscToggle","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscEncoder","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscBatteryV","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscBatteryH","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscTimeH","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscTimeV","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchOscMultiPush","instanceClass":null,"abstract":false,"id":24,"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":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tabs","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":"mode","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":"orientation","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":"version","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":false,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fadersH","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xyPads","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fadersV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelsH","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":"pushes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelsV","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":"multiToggles","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":"leds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotariesV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotariesH","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toggles","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":"encoders","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":"batteriesH","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"batteriesV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timesV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timesH","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":"multiPushes","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":"multiFadersH","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":"multiFadersV","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":"layout","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"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fg","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"centered","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"h","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"w","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":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":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverted","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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":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":"osc_cs","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":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":"text","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number_x","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number_y","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalef","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalet","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"response","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverted_x","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverted_y","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seconds","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"background","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"localFeedbackOff","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":25,"target":2},{"source":25,"target":26},{"source":25,"target":1},{"source":26,"target":2},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":27,"target":3},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":3},{"source":28,"target":35},{"source":28,"target":2},{"source":29,"target":36},{"source":29,"target":2},{"source":30,"target":37},{"source":30,"target":2},{"source":31,"target":4},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":4},{"source":32,"target":39},{"source":32,"target":2},{"source":33,"target":40},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":41,"target":6},{"source":41,"target":62},{"source":41,"target":3},{"source":62,"target":6},{"source":42,"target":63},{"source":42,"target":3},{"source":43,"target":9},{"source":43,"target":64},{"source":43,"target":3},{"source":64,"target":9},{"source":44,"target":7},{"source":44,"target":65},{"source":44,"target":3},{"source":65,"target":7},{"source":45,"target":10},{"source":45,"target":66},{"source":45,"target":3},{"source":66,"target":10},{"source":46,"target":8},{"source":46,"target":67},{"source":46,"target":3},{"source":67,"target":8},{"source":47,"target":11},{"source":47,"target":68},{"source":47,"target":3},{"source":68,"target":11},{"source":48,"target":15},{"source":48,"target":69},{"source":48,"target":3},{"source":69,"target":15},{"source":49,"target":12},{"source":49,"target":70},{"source":49,"target":3},{"source":70,"target":12},{"source":50,"target":17},{"source":50,"target":71},{"source":50,"target":3},{"source":71,"target":17},{"source":51,"target":16},{"source":51,"target":72},{"source":51,"target":3},{"source":72,"target":16},{"source":52,"target":18},{"source":52,"target":73},{"source":52,"target":3},{"source":73,"target":18},{"source":53,"target":19},{"source":53,"target":74},{"source":53,"target":3},{"source":74,"target":19},{"source":54,"target":21},{"source":54,"target":75},{"source":54,"target":3},{"source":75,"target":21},{"source":55,"target":20},{"source":55,"target":76},{"source":55,"target":3},{"source":76,"target":20},{"source":56,"target":23},{"source":56,"target":77},{"source":56,"target":3},{"source":77,"target":23},{"source":57,"target":22},{"source":57,"target":78},{"source":57,"target":3},{"source":78,"target":22},{"source":58,"target":24},{"source":58,"target":79},{"source":58,"target":3},{"source":79,"target":24},{"source":59,"target":13},{"source":59,"target":80},{"source":59,"target":3},{"source":80,"target":13},{"source":60,"target":14},{"source":60,"target":81},{"source":60,"target":3},{"source":81,"target":14},{"source":61,"target":2},{"source":61,"target":82},{"source":61,"target":3},{"source":82,"target":2},{"source":4,"target":0},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":83,"target":107},{"source":83,"target":4},{"source":84,"target":108},{"source":84,"target":4},{"source":85,"target":109},{"source":85,"target":4},{"source":86,"target":110},{"source":86,"target":4},{"source":87,"target":111},{"source":87,"target":4},{"source":88,"target":112},{"source":88,"target":4},{"source":89,"target":113},{"source":89,"target":4},{"source":90,"target":114},{"source":90,"target":4},{"source":91,"target":115},{"source":91,"target":4},{"source":92,"target":116},{"source":92,"target":4},{"source":93,"target":117},{"source":93,"target":4},{"source":94,"target":118},{"source":94,"target":4},{"source":95,"target":119},{"source":95,"target":4},{"source":96,"target":120},{"source":96,"target":4},{"source":97,"target":121},{"source":97,"target":4},{"source":98,"target":122},{"source":98,"target":4},{"source":99,"target":123},{"source":99,"target":4},{"source":100,"target":124},{"source":100,"target":4},{"source":101,"target":125},{"source":101,"target":4},{"source":102,"target":126},{"source":102,"target":4},{"source":103,"target":127},{"source":103,"target":4},{"source":104,"target":128},{"source":104,"target":4},{"source":105,"target":129},{"source":105,"target":4},{"source":106,"target":130},{"source":106,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":131},{"source":131,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":132},{"source":132,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":133},{"source":133,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":134},{"source":134,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":135},{"source":135,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":136},{"source":136,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":137},{"source":137,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":138},{"source":138,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":139},{"source":139,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":140},{"source":140,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":141},{"source":141,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":142},{"source":142,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":143},{"source":143,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":144},{"source":144,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":145},{"source":145,"target":4},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":146},{"source":146,"target":4},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":147},{"source":147,"target":4},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":148},{"source":148,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":149},{"source":149,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dataset" nsURI="http://www.neoflex.ru/meta/dataset" nsPrefix="dataset"> <eClassifiers xsi:type="ecore:EClass" name="FieldType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ScalarType" eSuperTypes="#//FieldType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataTypeDomain" eType="#//DataTypeDomain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredType" abstract="true" eSuperTypes="#//FieldType"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//StructuredType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//FieldType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="#//DataSet"/> <eClassifiers xsi:type="ecore:EClass" name="StructType" eSuperTypes="#//StructuredType"> <eStructuralFeatures xsi:type="ecore:EReference" name="internalStructure" eType="#//Structure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSet" lowerBound="1" eType="#//DataSet" eOpposite="#//DataSet/fields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataTypeDomain" eType="#//DataTypeDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainStructure" eType="#//FieldType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataTypeDomain"> <eLiterals name="______"/> <eLiterals name="STRING" value="1"/> <eLiterals name="DECIMAL" value="2"/> <eLiterals name="INTEGER" value="3"/> <eLiterals name="DATE" value="4"/> <eLiterals name="DATETIME" value="5"/> <eLiterals name="TIME" value="6"/> <eLiterals name="BINARY" value="7"/> <eLiterals name="BOOLEAN" value="8"/> <eLiterals name="LONG" value="9"/> <eLiterals name="FLOAT" value="10"/> <eLiterals name="DOUBLE" value="11"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSet" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/dataSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedDataSet" abstract="true" eSuperTypes="#//DataSet"> <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="Association"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//DataSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//DataSet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Aggregation"/> <eClassifiers xsi:type="ecore:EClass" name="ComplexAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="associator" lowerBound="1" eType="#//DataSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="KeyField" eSuperTypes="#//Field"/> </ecore:EPackage>
github:ecore:/data/neoflex-consulting/datagram/pim/dataset/dataset.ecore
ecore
dataset FieldType ScalarType dataTypeDomain StructuredType ArrayType elementType Structure StructType internalStructure Field name dataSet dataTypeDomain domainStructure DataTypeDomain ______ ______ STRING STRING DECIMAL DECIMAL INTEGER INTEGER DATE DATE DATETIME DATETIME TIME TIME BINARY BINARY BOOLEAN BOOLEAN LONG LONG FLOAT FLOAT DOUBLE DOUBLE DataSet fields NamedDataSet name Association source target name fields Composition ComplexAssociation associator Aggregation KeyField
null
{"directed":true,"nodes":[{"nsPrefix":"dataset","nsURI":"http://www.neoflex.ru/meta/dataset","name":"dataset","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTypeDomain","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSet","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedDataSet","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyField","instanceClass":null,"abstract":false,"id":15,"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":"dataTypeDomain","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataTypeDomain","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"______","id":36,"value":0,"literal":"______","eClass":"EEnumLiteral"},{"name":"STRING","id":37,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":38,"value":2,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"INTEGER","id":39,"value":3,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"DATE","id":40,"value":4,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"DATETIME","id":41,"value":5,"literal":"DATETIME","eClass":"EEnumLiteral"},{"name":"TIME","id":42,"value":6,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"BINARY","id":43,"value":7,"literal":"BINARY","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":44,"value":8,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"LONG","id":45,"value":9,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"FLOAT","id":46,"value":10,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":47,"value":11,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":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":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":2,"target":17},{"source":16,"target":8},{"source":16,"target":18},{"source":16,"target":2},{"source":18,"target":8},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":19},{"source":19,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":20},{"source":4,"target":21},{"source":20,"target":1},{"source":20,"target":22},{"source":20,"target":4},{"source":22,"target":1},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":23},{"source":23,"target":9},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":5},{"source":24,"target":26},{"source":24,"target":6},{"source":26,"target":5},{"source":25,"target":3},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":28},{"source":7,"target":29},{"source":7,"target":30},{"source":27,"target":31},{"source":27,"target":7},{"source":28,"target":9},{"source":28,"target":32},{"source":28,"target":7},{"source":28,"target":33},{"source":32,"target":9},{"source":29,"target":8},{"source":29,"target":34},{"source":29,"target":7},{"source":34,"target":8},{"source":30,"target":1},{"source":30,"target":35},{"source":30,"target":7},{"source":35,"target":1},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":36,"target":8},{"source":37,"target":8},{"source":38,"target":8},{"source":39,"target":8},{"source":40,"target":8},{"source":41,"target":8},{"source":42,"target":8},{"source":43,"target":8},{"source":44,"target":8},{"source":45,"target":8},{"source":46,"target":8},{"source":47,"target":8},{"source":9,"target":0},{"source":9,"target":33},{"source":33,"target":7},{"source":33,"target":48},{"source":33,"target":9},{"source":33,"target":28},{"source":48,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":51},{"source":49,"target":10},{"source":50,"target":9},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":52,"target":9},{"source":52,"target":56},{"source":52,"target":11},{"source":56,"target":9},{"source":53,"target":9},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":9},{"source":54,"target":58},{"source":54,"target":11},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":7},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":60},{"source":60,"target":14},{"source":13,"target":0},{"source":13,"target":61},{"source":61,"target":9},{"source":61,"target":62},{"source":61,"target":13},{"source":62,"target":9},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":63},{"source":63,"target":11},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":64},{"source":64,"target":7}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsFSMinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public ChangeTrigger Vertex CallAction WriteStructuralFeatureAction Interaction Extend ClearStructuralFeatureAction FlowFinalNode SendSignalAction Generalization general RemoveVariableValueAction TimeConstraint Collaboration LiteralInteger Pseudostate Realization Signal Deployment Substitution LiteralSpecification CallTrigger StateMachine Classifier inheritedMember generalization Abstraction Component ActivityFinalNode AssociationClass VariableAction Profile InstanceValue ReadExtentAction InteractionConstraint ReadLinkObjectEndQualifierAction Model Duration SendObjectAction Action Extension TemplateableClassifier Message EventOccurrence EnumerationLiteral DurationInterval RaiseExceptionAction ExtensionPoint TestIdentityAction EncapsulatedClassifier Stop ReadLinkAction ActivityEdge ReadLinkObjectEndAction DurationConstraint Parameter LiteralBoolean JoinNode ExtensionEnd Dependency Artifact ClearAssociationAction Transition ValueSpecification CommunicationPath Pin CreateObjectAction LinkAction CollaborationOccurrence ConnectionPointReference Expression TimeObservationAction DecisionNode CreateLinkObjectAction Include LoopNode ActivityParameterNode Connector MessageEnd CombinedFragment Package StateInvariant Actor DataType Operation Stereotype DestroyLinkAction UseCase StructuredActivityNode ReadVariableAction Type PrimitiveFunction TimeExpression ReadStructuralFeatureAction RedefinableElement RedefinableTemplateSignature SignalTrigger Device Behavior Usage StructuralFeature Implementation PartDecomposition AnyTrigger InformationFlow Port FinalNode ActivityNode InstanceSpecification BehavioredClassifier ForkNode ObjectNode ControlNode OpaqueExpression CentralBufferNode ProtocolStateMachine ReclassifyObjectAction ExecutableNode State ReadIsClassifiedObjectAction StartOwnedBehaviorAction StructuredClassifier AddStructuralFeatureValueAction DeploymentSpecification Interface Node InteractionOccurrence ProtocolTransition ObjectFlow PrimitiveType StructuralFeatureAction IntervalConstraint TimeTrigger Variable ExecutionOccurrence InformationItem Activity ClearVariableAction WriteVariableAction Namespace member Trigger AddVariableValueAction Gate TimeInterval Permission Region Reception ConditionalNode Property ConnectableElement ParameterableClassifier LiteralNull DestroyObjectAction DeployedArtifact DataStoreNode ExecutionEnvironment InitialNode InteractionFragment Class GeneralOrdering Enumeration CallBehaviorAction MergeNode Association DeploymentTarget DurationObservationAction CallOperationAction GeneralizationSet BehavioralFeature ParameterSet ExpansionNode Manifestation Continuation AcceptCallAction ValuePin ApplyFunctionAction Feature AcceptEventAction InteractionOperand InputPin BroadcastSignalAction CreateLinkAction InvocationAction ReadSelfAction Lifeline OutputPin TypedElement FinalState PackageableElement ExpansionRegion MessageTrigger LiteralUnlimitedNatural WriteLinkAction ReplyAction NamedElement visibility RemoveStructuralFeatureValueAction LiteralString ControlFlow Interval Constraint ActivityPartition
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":139},{"source":2,"target":204},{"source":204,"target":139},{"source":3,"target":0},{"source":3,"target":193},{"source":3,"target":205},{"source":205,"target":193},{"source":4,"target":0},{"source":4,"target":181},{"source":4,"target":206},{"source":206,"target":181},{"source":5,"target":0},{"source":5,"target":129},{"source":5,"target":207},{"source":207,"target":129},{"source":6,"target":0},{"source":6,"target":97},{"source":6,"target":156},{"source":6,"target":208},{"source":6,"target":209},{"source":208,"target":97},{"source":209,"target":156},{"source":7,"target":0},{"source":7,"target":193},{"source":7,"target":210},{"source":210,"target":193},{"source":8,"target":0},{"source":8,"target":129},{"source":8,"target":211},{"source":211,"target":129},{"source":9,"target":0},{"source":9,"target":105},{"source":9,"target":212},{"source":212,"target":105},{"source":10,"target":0},{"source":10,"target":181},{"source":10,"target":213},{"source":213,"target":181},{"source":11,"target":0},{"source":11,"target":214},{"source":214,"target":24},{"source":214,"target":215},{"source":214,"target":11},{"source":215,"target":24},{"source":12,"target":0},{"source":12,"target":137},{"source":12,"target":216},{"source":216,"target":137},{"source":13,"target":0},{"source":13,"target":130},{"source":13,"target":217},{"source":217,"target":130},{"source":14,"target":0},{"source":14,"target":108},{"source":14,"target":120},{"source":14,"target":218},{"source":14,"target":219},{"source":218,"target":108},{"source":219,"target":120},{"source":15,"target":0},{"source":15,"target":21},{"source":15,"target":220},{"source":220,"target":21},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":221},{"source":221,"target":3},{"source":17,"target":0},{"source":17,"target":25},{"source":17,"target":222},{"source":222,"target":25},{"source":18,"target":0},{"source":18,"target":24},{"source":18,"target":223},{"source":223,"target":24},{"source":19,"target":0},{"source":19,"target":58},{"source":19,"target":224},{"source":224,"target":58},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":225},{"source":225,"target":17},{"source":21,"target":0},{"source":21,"target":62},{"source":21,"target":226},{"source":226,"target":62},{"source":22,"target":0},{"source":22,"target":189},{"source":22,"target":227},{"source":227,"target":189},{"source":23,"target":0},{"source":23,"target":97},{"source":23,"target":228},{"source":228,"target":97},{"source":24,"target":0},{"source":24,"target":138},{"source":24,"target":89},{"source":24,"target":93},{"source":24,"target":229},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":24,"target":233},{"source":229,"target":193},{"source":229,"target":234},{"source":229,"target":24},{"source":234,"target":193},{"source":230,"target":11},{"source":230,"target":235},{"source":230,"target":24},{"source":235,"target":11},{"source":231,"target":138},{"source":232,"target":89},{"source":233,"target":93},{"source":25,"target":0},{"source":25,"target":58},{"source":25,"target":236},{"source":236,"target":58},{"source":26,"target":0},{"source":26,"target":157},{"source":26,"target":237},{"source":237,"target":157},{"source":27,"target":0},{"source":27,"target":105},{"source":27,"target":238},{"source":238,"target":105},{"source":28,"target":0},{"source":28,"target":157},{"source":28,"target":162},{"source":28,"target":239},{"source":28,"target":240},{"source":239,"target":157},{"source":240,"target":162},{"source":29,"target":0},{"source":29,"target":38},{"source":29,"target":241},{"source":241,"target":38},{"source":30,"target":0},{"source":30,"target":79},{"source":30,"target":242},{"source":242,"target":79},{"source":31,"target":0},{"source":31,"target":62},{"source":31,"target":243},{"source":243,"target":62},{"source":32,"target":0},{"source":32,"target":38},{"source":32,"target":244},{"source":244,"target":38},{"source":33,"target":0},{"source":33,"target":198},{"source":33,"target":245},{"source":245,"target":198},{"source":34,"target":0},{"source":34,"target":38},{"source":34,"target":246},{"source":246,"target":38},{"source":35,"target":0},{"source":35,"target":79},{"source":35,"target":247},{"source":247,"target":79},{"source":36,"target":0},{"source":36,"target":62},{"source":36,"target":248},{"source":248,"target":62},{"source":37,"target":0},{"source":37,"target":181},{"source":37,"target":249},{"source":249,"target":181},{"source":38,"target":0},{"source":38,"target":116},{"source":38,"target":250},{"source":250,"target":116},{"source":39,"target":0},{"source":39,"target":162},{"source":39,"target":251},{"source":251,"target":162},{"source":40,"target":0},{"source":40,"target":24},{"source":40,"target":252},{"source":252,"target":24},{"source":41,"target":0},{"source":41,"target":193},{"source":41,"target":253},{"source":253,"target":193},{"source":42,"target":0},{"source":42,"target":156},{"source":42,"target":77},{"source":42,"target":254},{"source":42,"target":255},{"source":254,"target":156},{"source":255,"target":77},{"source":43,"target":0},{"source":43,"target":107},{"source":43,"target":256},{"source":256,"target":107},{"source":44,"target":0},{"source":44,"target":197},{"source":44,"target":257},{"source":257,"target":197},{"source":45,"target":0},{"source":45,"target":38},{"source":45,"target":258},{"source":258,"target":38},{"source":46,"target":0},{"source":46,"target":93},{"source":46,"target":259},{"source":259,"target":93},{"source":47,"target":0},{"source":47,"target":38},{"source":47,"target":260},{"source":260,"target":38},{"source":48,"target":0},{"source":48,"target":120},{"source":48,"target":261},{"source":261,"target":120},{"source":49,"target":0},{"source":49,"target":42},{"source":49,"target":262},{"source":262,"target":42},{"source":50,"target":0},{"source":50,"target":66},{"source":50,"target":263},{"source":263,"target":66},{"source":51,"target":0},{"source":51,"target":93},{"source":51,"target":264},{"source":264,"target":93},{"source":52,"target":0},{"source":52,"target":38},{"source":52,"target":265},{"source":265,"target":38},{"source":53,"target":0},{"source":53,"target":130},{"source":53,"target":266},{"source":266,"target":130},{"source":54,"target":0},{"source":54,"target":148},{"source":54,"target":185},{"source":54,"target":267},{"source":54,"target":268},{"source":267,"target":148},{"source":268,"target":185},{"source":55,"target":0},{"source":55,"target":21},{"source":55,"target":269},{"source":269,"target":21},{"source":56,"target":0},{"source":56,"target":111},{"source":56,"target":270},{"source":270,"target":111},{"source":57,"target":0},{"source":57,"target":147},{"source":57,"target":271},{"source":271,"target":147},{"source":58,"target":0},{"source":58,"target":187},{"source":58,"target":272},{"source":272,"target":187},{"source":59,"target":0},{"source":59,"target":24},{"source":59,"target":152},{"source":59,"target":273},{"source":59,"target":274},{"source":273,"target":24},{"source":274,"target":152},{"source":60,"target":0},{"source":60,"target":38},{"source":60,"target":275},{"source":275,"target":38},{"source":61,"target":0},{"source":61,"target":93},{"source":61,"target":276},{"source":276,"target":93},{"source":62,"target":0},{"source":62,"target":185},{"source":62,"target":277},{"source":277,"target":185},{"source":63,"target":0},{"source":63,"target":162},{"source":63,"target":278},{"source":278,"target":162},{"source":64,"target":0},{"source":64,"target":110},{"source":64,"target":279},{"source":279,"target":110},{"source":65,"target":0},{"source":65,"target":38},{"source":65,"target":280},{"source":280,"target":38},{"source":66,"target":0},{"source":66,"target":38},{"source":66,"target":281},{"source":281,"target":38},{"source":67,"target":0},{"source":67,"target":193},{"source":67,"target":282},{"source":282,"target":193},{"source":68,"target":0},{"source":68,"target":3},{"source":68,"target":283},{"source":283,"target":3},{"source":69,"target":0},{"source":69,"target":112},{"source":69,"target":284},{"source":284,"target":112},{"source":70,"target":0},{"source":70,"target":5},{"source":70,"target":285},{"source":285,"target":5},{"source":71,"target":0},{"source":71,"target":111},{"source":71,"target":286},{"source":286,"target":111},{"source":72,"target":0},{"source":72,"target":180},{"source":72,"target":287},{"source":287,"target":180},{"source":73,"target":0},{"source":73,"target":193},{"source":73,"target":288},{"source":288,"target":193},{"source":74,"target":0},{"source":74,"target":87},{"source":74,"target":289},{"source":289,"target":87},{"source":75,"target":0},{"source":75,"target":110},{"source":75,"target":290},{"source":290,"target":110},{"source":76,"target":0},{"source":76,"target":175},{"source":76,"target":291},{"source":291,"target":175},{"source":77,"target":0},{"source":77,"target":193},{"source":77,"target":292},{"source":292,"target":193},{"source":78,"target":0},{"source":78,"target":156},{"source":78,"target":293},{"source":293,"target":156},{"source":79,"target":0},{"source":79,"target":138},{"source":79,"target":187},{"source":79,"target":294},{"source":79,"target":295},{"source":294,"target":138},{"source":295,"target":187},{"source":80,"target":0},{"source":80,"target":156},{"source":80,"target":296},{"source":296,"target":156},{"source":81,"target":0},{"source":81,"target":24},{"source":81,"target":297},{"source":297,"target":24},{"source":82,"target":0},{"source":82,"target":24},{"source":82,"target":298},{"source":298,"target":24},{"source":83,"target":0},{"source":83,"target":167},{"source":83,"target":185},{"source":83,"target":299},{"source":83,"target":300},{"source":299,"target":167},{"source":300,"target":185},{"source":84,"target":0},{"source":84,"target":157},{"source":84,"target":301},{"source":301,"target":157},{"source":85,"target":0},{"source":85,"target":191},{"source":85,"target":302},{"source":302,"target":191},{"source":86,"target":0},{"source":86,"target":108},{"source":86,"target":303},{"source":303,"target":108},{"source":87,"target":0},{"source":87,"target":38},{"source":87,"target":138},{"source":87,"target":304},{"source":87,"target":305},{"source":304,"target":38},{"source":305,"target":138},{"source":88,"target":0},{"source":88,"target":29},{"source":88,"target":306},{"source":306,"target":29},{"source":89,"target":0},{"source":89,"target":187},{"source":89,"target":307},{"source":307,"target":187},{"source":90,"target":0},{"source":90,"target":187},{"source":90,"target":308},{"source":308,"target":187},{"source":91,"target":0},{"source":91,"target":62},{"source":91,"target":309},{"source":309,"target":62},{"source":92,"target":0},{"source":92,"target":129},{"source":92,"target":310},{"source":310,"target":129},{"source":93,"target":0},{"source":93,"target":193},{"source":93,"target":311},{"source":311,"target":193},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":312},{"source":312,"target":93},{"source":95,"target":0},{"source":95,"target":189},{"source":95,"target":313},{"source":313,"target":189},{"source":96,"target":0},{"source":96,"target":124},{"source":96,"target":314},{"source":314,"target":124},{"source":97,"target":0},{"source":97,"target":157},{"source":97,"target":315},{"source":315,"target":157},{"source":98,"target":0},{"source":98,"target":58},{"source":98,"target":316},{"source":316,"target":58},{"source":99,"target":0},{"source":99,"target":175},{"source":99,"target":185},{"source":99,"target":317},{"source":99,"target":318},{"source":317,"target":175},{"source":318,"target":185},{"source":100,"target":0},{"source":100,"target":17},{"source":100,"target":319},{"source":319,"target":17},{"source":101,"target":0},{"source":101,"target":125},{"source":101,"target":320},{"source":320,"target":125},{"source":102,"target":0},{"source":102,"target":189},{"source":102,"target":321},{"source":321,"target":189},{"source":103,"target":0},{"source":103,"target":187},{"source":103,"target":322},{"source":322,"target":187},{"source":104,"target":0},{"source":104,"target":147},{"source":104,"target":323},{"source":323,"target":147},{"source":105,"target":0},{"source":105,"target":111},{"source":105,"target":324},{"source":324,"target":111},{"source":106,"target":0},{"source":106,"target":93},{"source":106,"target":325},{"source":325,"target":93},{"source":107,"target":0},{"source":107,"target":187},{"source":107,"target":163},{"source":107,"target":152},{"source":107,"target":326},{"source":107,"target":327},{"source":107,"target":328},{"source":326,"target":187},{"source":327,"target":163},{"source":328,"target":152},{"source":108,"target":0},{"source":108,"target":24},{"source":108,"target":329},{"source":329,"target":24},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":330},{"source":330,"target":111},{"source":110,"target":0},{"source":110,"target":106},{"source":110,"target":185},{"source":110,"target":331},{"source":110,"target":332},{"source":331,"target":106},{"source":332,"target":185},{"source":111,"target":0},{"source":111,"target":106},{"source":111,"target":333},{"source":333,"target":106},{"source":112,"target":0},{"source":112,"target":62},{"source":112,"target":334},{"source":334,"target":62},{"source":113,"target":0},{"source":113,"target":110},{"source":113,"target":335},{"source":335,"target":110},{"source":114,"target":0},{"source":114,"target":23},{"source":114,"target":336},{"source":336,"target":23},{"source":115,"target":0},{"source":115,"target":38},{"source":115,"target":337},{"source":337,"target":38},{"source":116,"target":0},{"source":116,"target":106},{"source":116,"target":338},{"source":338,"target":106},{"source":117,"target":0},{"source":117,"target":138},{"source":117,"target":93},{"source":117,"target":3},{"source":117,"target":339},{"source":117,"target":340},{"source":117,"target":341},{"source":339,"target":138},{"source":340,"target":93},{"source":341,"target":3},{"source":118,"target":0},{"source":118,"target":38},{"source":118,"target":342},{"source":342,"target":38},{"source":119,"target":0},{"source":119,"target":38},{"source":119,"target":343},{"source":343,"target":38},{"source":120,"target":0},{"source":120,"target":24},{"source":120,"target":344},{"source":344,"target":24},{"source":121,"target":0},{"source":121,"target":5},{"source":121,"target":345},{"source":345,"target":5},{"source":122,"target":0},{"source":122,"target":59},{"source":122,"target":346},{"source":346,"target":59},{"source":123,"target":0},{"source":123,"target":24},{"source":123,"target":347},{"source":347,"target":24},{"source":124,"target":0},{"source":124,"target":157},{"source":124,"target":163},{"source":124,"target":348},{"source":124,"target":349},{"source":348,"target":157},{"source":349,"target":163},{"source":125,"target":0},{"source":125,"target":156},{"source":125,"target":350},{"source":350,"target":156},{"source":126,"target":0},{"source":126,"target":61},{"source":126,"target":351},{"source":351,"target":61},{"source":127,"target":0},{"source":127,"target":51},{"source":127,"target":352},{"source":352,"target":51},{"source":128,"target":0},{"source":128,"target":82},{"source":128,"target":353},{"source":353,"target":82},{"source":129,"target":0},{"source":129,"target":38},{"source":129,"target":354},{"source":354,"target":38},{"source":130,"target":0},{"source":130,"target":198},{"source":130,"target":355},{"source":355,"target":198},{"source":131,"target":0},{"source":131,"target":139},{"source":131,"target":356},{"source":356,"target":139},{"source":132,"target":0},{"source":132,"target":148},{"source":132,"target":185},{"source":132,"target":357},{"source":132,"target":358},{"source":357,"target":148},{"source":358,"target":185},{"source":133,"target":0},{"source":133,"target":156},{"source":133,"target":359},{"source":359,"target":156},{"source":134,"target":0},{"source":134,"target":24},{"source":134,"target":360},{"source":360,"target":24},{"source":135,"target":0},{"source":135,"target":97},{"source":135,"target":361},{"source":361,"target":97},{"source":136,"target":0},{"source":136,"target":29},{"source":136,"target":362},{"source":362,"target":29},{"source":137,"target":0},{"source":137,"target":29},{"source":137,"target":363},{"source":363,"target":29},{"source":138,"target":0},{"source":138,"target":193},{"source":138,"target":364},{"source":138,"target":365},{"source":364,"target":193},{"source":364,"target":366},{"source":364,"target":138},{"source":366,"target":193},{"source":365,"target":193},{"source":139,"target":0},{"source":139,"target":193},{"source":139,"target":367},{"source":367,"target":193},{"source":140,"target":0},{"source":140,"target":137},{"source":140,"target":368},{"source":368,"target":137},{"source":141,"target":0},{"source":141,"target":77},{"source":141,"target":369},{"source":369,"target":77},{"source":142,"target":0},{"source":142,"target":197},{"source":142,"target":370},{"source":370,"target":197},{"source":143,"target":0},{"source":143,"target":58},{"source":143,"target":371},{"source":371,"target":58},{"source":144,"target":0},{"source":144,"target":138},{"source":144,"target":93},{"source":144,"target":372},{"source":144,"target":373},{"source":372,"target":138},{"source":373,"target":93},{"source":145,"target":0},{"source":145,"target":167},{"source":145,"target":374},{"source":374,"target":167},{"source":146,"target":0},{"source":146,"target":87},{"source":146,"target":375},{"source":375,"target":87},{"source":147,"target":0},{"source":147,"target":99},{"source":147,"target":148},{"source":147,"target":163},{"source":147,"target":376},{"source":147,"target":377},{"source":147,"target":378},{"source":376,"target":99},{"source":377,"target":148},{"source":378,"target":163},{"source":148,"target":0},{"source":148,"target":193},{"source":148,"target":379},{"source":379,"target":193},{"source":149,"target":0},{"source":149,"target":24},{"source":149,"target":380},{"source":380,"target":24},{"source":150,"target":0},{"source":150,"target":21},{"source":150,"target":381},{"source":381,"target":21},{"source":151,"target":0},{"source":151,"target":38},{"source":151,"target":382},{"source":382,"target":38},{"source":152,"target":0},{"source":152,"target":193},{"source":152,"target":383},{"source":383,"target":193},{"source":153,"target":0},{"source":153,"target":113},{"source":153,"target":384},{"source":384,"target":113},{"source":154,"target":0},{"source":154,"target":124},{"source":154,"target":385},{"source":385,"target":124},{"source":155,"target":0},{"source":155,"target":111},{"source":155,"target":386},{"source":386,"target":111},{"source":156,"target":0},{"source":156,"target":193},{"source":156,"target":387},{"source":387,"target":193},{"source":157,"target":0},{"source":157,"target":108},{"source":157,"target":48},{"source":157,"target":388},{"source":157,"target":389},{"source":388,"target":108},{"source":389,"target":48},{"source":158,"target":0},{"source":158,"target":193},{"source":158,"target":390},{"source":390,"target":193},{"source":159,"target":0},{"source":159,"target":82},{"source":159,"target":391},{"source":391,"target":82},{"source":160,"target":0},{"source":160,"target":4},{"source":160,"target":392},{"source":392,"target":4},{"source":161,"target":0},{"source":161,"target":111},{"source":161,"target":393},{"source":393,"target":111},{"source":162,"target":0},{"source":162,"target":24},{"source":162,"target":394},{"source":394,"target":24},{"source":163,"target":0},{"source":163,"target":193},{"source":163,"target":395},{"source":395,"target":193},{"source":164,"target":0},{"source":164,"target":5},{"source":164,"target":396},{"source":396,"target":5},{"source":165,"target":0},{"source":165,"target":4},{"source":165,"target":397},{"source":397,"target":4},{"source":166,"target":0},{"source":166,"target":187},{"source":166,"target":398},{"source":398,"target":187},{"source":167,"target":0},{"source":167,"target":138},{"source":167,"target":175},{"source":167,"target":399},{"source":167,"target":400},{"source":399,"target":138},{"source":400,"target":175},{"source":168,"target":0},{"source":168,"target":193},{"source":168,"target":401},{"source":401,"target":193},{"source":169,"target":0},{"source":169,"target":110},{"source":169,"target":402},{"source":402,"target":110},{"source":170,"target":0},{"source":170,"target":25},{"source":170,"target":403},{"source":403,"target":25},{"source":171,"target":0},{"source":171,"target":156},{"source":171,"target":404},{"source":404,"target":156},{"source":172,"target":0},{"source":172,"target":176},{"source":172,"target":405},{"source":405,"target":176},{"source":173,"target":0},{"source":173,"target":178},{"source":173,"target":406},{"source":406,"target":178},{"source":174,"target":0},{"source":174,"target":38},{"source":174,"target":407},{"source":407,"target":38},{"source":175,"target":0},{"source":175,"target":93},{"source":175,"target":408},{"source":408,"target":93},{"source":176,"target":0},{"source":176,"target":38},{"source":176,"target":409},{"source":409,"target":38},{"source":177,"target":0},{"source":177,"target":138},{"source":177,"target":156},{"source":177,"target":410},{"source":177,"target":411},{"source":410,"target":138},{"source":411,"target":156},{"source":178,"target":0},{"source":178,"target":64},{"source":178,"target":412},{"source":412,"target":64},{"source":179,"target":0},{"source":179,"target":181},{"source":179,"target":413},{"source":413,"target":181},{"source":180,"target":0},{"source":180,"target":191},{"source":180,"target":414},{"source":414,"target":191},{"source":181,"target":0},{"source":181,"target":38},{"source":181,"target":415},{"source":415,"target":38},{"source":182,"target":0},{"source":182,"target":38},{"source":182,"target":416},{"source":416,"target":38},{"source":183,"target":0},{"source":183,"target":193},{"source":183,"target":417},{"source":417,"target":193},{"source":184,"target":0},{"source":184,"target":64},{"source":184,"target":418},{"source":418,"target":64},{"source":185,"target":0},{"source":185,"target":193},{"source":185,"target":419},{"source":419,"target":193},{"source":186,"target":0},{"source":186,"target":117},{"source":186,"target":420},{"source":420,"target":117},{"source":187,"target":0},{"source":187,"target":193},{"source":187,"target":421},{"source":421,"target":193},{"source":188,"target":0},{"source":188,"target":87},{"source":188,"target":422},{"source":422,"target":87},{"source":189,"target":0},{"source":189,"target":139},{"source":189,"target":423},{"source":423,"target":139},{"source":190,"target":0},{"source":190,"target":21},{"source":190,"target":424},{"source":424,"target":21},{"source":191,"target":0},{"source":191,"target":66},{"source":191,"target":425},{"source":425,"target":66},{"source":192,"target":0},{"source":192,"target":38},{"source":192,"target":426},{"source":426,"target":38},{"source":193,"target":0},{"source":193,"target":427},{"source":427,"target":1},{"source":427,"target":428},{"source":427,"target":193},{"source":428,"target":1},{"source":194,"target":0},{"source":194,"target":5},{"source":194,"target":429},{"source":429,"target":5},{"source":195,"target":0},{"source":195,"target":21},{"source":195,"target":430},{"source":430,"target":21},{"source":196,"target":0},{"source":196,"target":51},{"source":196,"target":431},{"source":431,"target":51},{"source":197,"target":0},{"source":197,"target":62},{"source":197,"target":432},{"source":432,"target":62},{"source":198,"target":0},{"source":198,"target":187},{"source":198,"target":433},{"source":433,"target":187},{"source":199,"target":0},{"source":199,"target":193},{"source":199,"target":434},{"source":434,"target":193}],"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="wc" nsURI="platform:/plugin/tdt4250.football.model/model/footballWorldCups.ecore" nsPrefix="wc"> <eClassifiers xsi:type="ecore:EClass" name="Universe"> <eStructuralFeatures xsi:type="ecore:EReference" name="worldCups" upperBound="-1" eType="#//WorldCup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorldCup"> <eStructuralFeatures xsi:type="ecore:EReference" name="stageOneGroups" upperBound="-1" eType="#//StageOneGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roundOf16" lowerBound="8" upperBound="8" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="quarterFinals" lowerBound="4" upperBound="4" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semiFinals" lowerBound="2" upperBound="2" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thirdPlacePlayoff" lowerBound="1" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="final" lowerBound="1" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teams" upperBound="-1" eType="#//Team" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arenas" upperBound="-1" eType="#//Arena" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match"> <eStructuralFeatures xsi:type="ecore:EReference" name="homeTeam" lowerBound="1" eType="#//TeamMatchDetails" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="awayTeam" lowerBound="1" eType="#//TeamMatchDetails" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arena" lowerBound="1" eType="#//Arena"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weather" eType="#//Weather"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datetime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Team"> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shirtNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="player" lowerBound="1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arena"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" 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="weatherHistory" upperBound="-1" eType="#//Weather" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartStrategy"> <eStructuralFeatures xsi:type="ecore:EReference" name="goalie" lowerBound="1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defender" upperBound="-1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="midfield" upperBound="-1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forward" upperBound="-1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="captain" lowerBound="1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitutes" upperBound="-1" eType="#//Player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Weather"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="humidity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempCelcius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempFarenheit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windSpeed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StageOneGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="match" upperBound="-1" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupLetter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamMatchDetails"> <eStructuralFeatures xsi:type="ecore:EReference" name="team" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teamComposition" lowerBound="1" eType="#//StartStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statistics" lowerBound="1" eType="#//TeamMatchStatistics" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamMatchStatistics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="penalties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attemptsOnGoal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="woodwork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="corners" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offsides" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ballPossession" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passAccuracy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numPasses" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passesCompleted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCovered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ballsRecovered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tackles" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clearances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yellowCards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redCards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foulsCommitted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/matkve/TDT4250_project/tdt4250.football.model/model/footballWorldCups.ecore
ecore
wc Universe worldCups WorldCup stageOneGroups roundOf16 quarterFinals semiFinals thirdPlacePlayoff final year teams arenas Match homeTeam awayTeam arena weather datetime Team players country code Player name shirtNumber Event player description time Arena city name weatherHistory StartStrategy goalie defender midfield forward captain substitutes Weather humidity tempCelcius tempFarenheit windSpeed description StageOneGroup match groupLetter TeamMatchDetails team events teamComposition winner false statistics TeamMatchStatistics goals penalties attemptsOnGoal onTarget offTarget blocked woodwork corners offsides ballPossession passAccuracy numPasses passesCompleted distanceCovered ballsRecovered tackles clearances yellowCards redCards foulsCommitted
null
{"directed":true,"nodes":[{"nsPrefix":"wc","nsURI":"platform:/plugin/tdt4250.football.model/model/footballWorldCups.ecore","name":"wc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Universe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorldCup","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Team","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arena","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartStrategy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Weather","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StageOneGroup","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamMatchDetails","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamMatchStatistics","instanceClass":null,"abstract":false,"id":12,"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":"worldCups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stageOneGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":8,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roundOf16","changeable":true,"resolveProxies":true,"lowerBound":8,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quarterFinals","changeable":true,"resolveProxies":true,"lowerBound":4,"id":17,"derived":false},{"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":"semiFinals","changeable":true,"resolveProxies":true,"lowerBound":2,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thirdPlacePlayoff","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":true,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teams","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":"arenas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"homeTeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"awayTeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arena","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"weather","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"country","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":"code","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"shirtNumber","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weatherHistory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goalie","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defender","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":false,"unsettable":false,"transient":false,"unique":true,"name":"midfield","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forward","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"captain","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"substitutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"humidity","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempCelcius","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempFarenheit","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windSpeed","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupLetter","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"teamComposition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"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":"winner","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statistics","changeable":true,"resolveProxies":true,"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"penalties","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attemptsOnGoal","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onTarget","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offTarget","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocked","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"woodwork","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"corners","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offsides","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ballPossession","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passAccuracy","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numPasses","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passesCompleted","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCovered","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ballsRecovered","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tackles","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clearances","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yellowCards","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redCards","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foulsCommitted","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":15,"target":10},{"source":15,"target":24},{"source":15,"target":2},{"source":24,"target":10},{"source":16,"target":3},{"source":16,"target":25},{"source":16,"target":2},{"source":25,"target":3},{"source":17,"target":3},{"source":17,"target":26},{"source":17,"target":2},{"source":26,"target":3},{"source":18,"target":3},{"source":18,"target":27},{"source":18,"target":2},{"source":27,"target":3},{"source":19,"target":3},{"source":19,"target":28},{"source":19,"target":2},{"source":28,"target":3},{"source":20,"target":3},{"source":20,"target":29},{"source":20,"target":2},{"source":29,"target":3},{"source":21,"target":30},{"source":21,"target":2},{"source":22,"target":4},{"source":22,"target":31},{"source":22,"target":2},{"source":31,"target":4},{"source":23,"target":7},{"source":23,"target":32},{"source":23,"target":2},{"source":32,"target":7},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":33,"target":11},{"source":33,"target":38},{"source":33,"target":3},{"source":38,"target":11},{"source":34,"target":11},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":11},{"source":35,"target":7},{"source":35,"target":40},{"source":35,"target":3},{"source":40,"target":7},{"source":36,"target":9},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":9},{"source":37,"target":42},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":43,"target":5},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":5},{"source":44,"target":47},{"source":44,"target":4},{"source":45,"target":48},{"source":45,"target":4},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":49,"target":51},{"source":49,"target":5},{"source":50,"target":52},{"source":50,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":53,"target":5},{"source":53,"target":56},{"source":53,"target":6},{"source":56,"target":5},{"source":54,"target":57},{"source":54,"target":6},{"source":55,"target":58},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":59,"target":62},{"source":59,"target":7},{"source":60,"target":63},{"source":60,"target":7},{"source":61,"target":9},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":9},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":65,"target":5},{"source":65,"target":71},{"source":65,"target":8},{"source":71,"target":5},{"source":66,"target":5},{"source":66,"target":72},{"source":66,"target":8},{"source":72,"target":5},{"source":67,"target":5},{"source":67,"target":73},{"source":67,"target":8},{"source":73,"target":5},{"source":68,"target":5},{"source":68,"target":74},{"source":68,"target":8},{"source":74,"target":5},{"source":69,"target":5},{"source":69,"target":75},{"source":69,"target":8},{"source":75,"target":5},{"source":70,"target":5},{"source":70,"target":76},{"source":70,"target":8},{"source":76,"target":5},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":77,"target":82},{"source":77,"target":9},{"source":78,"target":83},{"source":78,"target":9},{"source":79,"target":84},{"source":79,"target":9},{"source":80,"target":85},{"source":80,"target":9},{"source":81,"target":86},{"source":81,"target":9},{"source":10,"target":0},{"source":10,"target":87},{"source":10,"target":88},{"source":87,"target":3},{"source":87,"target":89},{"source":87,"target":10},{"source":89,"target":3},{"source":88,"target":90},{"source":88,"target":10},{"source":11,"target":0},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":91,"target":4},{"source":91,"target":96},{"source":91,"target":11},{"source":96,"target":4},{"source":92,"target":6},{"source":92,"target":97},{"source":92,"target":11},{"source":97,"target":6},{"source":93,"target":8},{"source":93,"target":98},{"source":93,"target":11},{"source":98,"target":8},{"source":94,"target":99},{"source":94,"target":11},{"source":95,"target":12},{"source":95,"target":100},{"source":95,"target":11},{"source":100,"target":12},{"source":12,"target":0},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":101,"target":121},{"source":101,"target":12},{"source":102,"target":122},{"source":102,"target":12},{"source":103,"target":123},{"source":103,"target":12},{"source":104,"target":124},{"source":104,"target":12},{"source":105,"target":125},{"source":105,"target":12},{"source":106,"target":126},{"source":106,"target":12},{"source":107,"target":127},{"source":107,"target":12},{"source":108,"target":128},{"source":108,"target":12},{"source":109,"target":129},{"source":109,"target":12},{"source":110,"target":130},{"source":110,"target":12},{"source":111,"target":131},{"source":111,"target":12},{"source":112,"target":132},{"source":112,"target":12},{"source":113,"target":133},{"source":113,"target":12},{"source":114,"target":134},{"source":114,"target":12},{"source":115,"target":135},{"source":115,"target":12},{"source":116,"target":136},{"source":116,"target":12},{"source":117,"target":137},{"source":117,"target":12},{"source":118,"target":138},{"source":118,"target":12},{"source":119,"target":139},{"source":119,"target":12},{"source":120,"target":140},{"source":120,"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="relationsToTraceClass" nsURI="http://www.eclipse.org/qvt/1.0/RelationsToTraceClass" nsPrefix="rttc"> <eClassifiers xsi:type="ecore:EClass" name="TTransformationToPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="rt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationalTransformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRelationToTraceClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rc" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tv" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdp" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//DomainPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rd" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//Relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore#//RelationalTransformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TSubTemplateToTraceClassProps"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tv" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tp" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pt" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//PropertyTemplateItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//ObjectTemplateExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rc" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/RelationsToTraceClass.ecore
ecore
relationsToTraceClass TTransformationToPackage rt p TRelationToTraceClass a rc c p tv t rdp rd r rt TSubTemplateToTraceClassProps c tv tp pt t a rc
null
{"directed":true,"nodes":[{"nsPrefix":"rttc","nsURI":"http://www.eclipse.org/qvt/1.0/RelationsToTraceClass","name":"relationsToTraceClass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TTransformationToPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRelationToTraceClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSubTemplateToTraceClassProps","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":"rt","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"p","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":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":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":"p","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":"tv","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":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"tv","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":"tp","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":"pt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":8,"target":18},{"source":8,"target":2},{"source":9,"target":19},{"source":9,"target":2},{"source":10,"target":20},{"source":10,"target":2},{"source":11,"target":21},{"source":11,"target":2},{"source":12,"target":22},{"source":12,"target":2},{"source":13,"target":23},{"source":13,"target":2},{"source":14,"target":24},{"source":14,"target":2},{"source":15,"target":25},{"source":15,"target":2},{"source":16,"target":26},{"source":16,"target":2},{"source":17,"target":27},{"source":17,"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":3,"target":34},{"source":28,"target":35},{"source":28,"target":3},{"source":29,"target":36},{"source":29,"target":3},{"source":30,"target":37},{"source":30,"target":3},{"source":31,"target":38},{"source":31,"target":3},{"source":32,"target":39},{"source":32,"target":3},{"source":33,"target":40},{"source":33,"target":3},{"source":34,"target":41},{"source":34,"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="uppaalTrace" nsURI="http://fmt.ewi.utwente.nl/FMT/AFTModel/uppaalTrace" nsPrefix="uppaalTrace"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> <details key="uppaal" value="http://www.muml.org/uppaal/1.0.0#/"/> <details key="uppaalSMC" value="http://fmt.ewi.utwente.nl/FMT/AFTModel/uppaalSMC#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TemplateInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//templates/Template"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1" eType="#//LocationInstance" containment="true" eOpposite="#//LocationInstance/template"/> <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="LocationInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//templates/Location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//TemplateInstance" eOpposite="#//TemplateInstance/locations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Valuation"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//declarations/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//types/Type"/> <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="value" lowerBound="1" eType="#//value/Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//TemplateInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionTo" eType="#//transitions/AbstractTransition" eOpposite="#//transitions/AbstractTransition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1" eType="#//LocationInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuations" upperBound="-1" eType="#//Valuation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clocks" upperBound="-1" eType="#//clocks/AbstractClockBoundary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionFrom" eType="#//transitions/AbstractTransition" eOpposite="#//transitions/AbstractTransition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//TemplateInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="NSTA" lowerBound="1" eType="ecore:EClass http://fmt.ewi.utwente.nl/FMT/AFTModel/uppaalSMC#//NSTA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//transitions/AbstractTransition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//TemplateInstance" containment="true"/> </eClassifiers> <eSubpackages name="value" nsURI="uppaalTrace.value" nsPrefix="uppaalTrace.value"> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BuiltInTypeValue" abstract="true" eSuperTypes="#//value/Value"/> <eClassifiers xsi:type="ecore:EClass" name="ChanValue" eSuperTypes="#//value/BuiltInTypeValue"/> <eClassifiers xsi:type="ecore:EClass" name="BoolValue" eSuperTypes="#//value/BuiltInTypeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntValue" eSuperTypes="#//value/BuiltInTypeValue"> <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="ClockValue" eSuperTypes="#//value/BuiltInTypeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidValue" eSuperTypes="#//value/BuiltInTypeValue"/> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecificationValue" abstract="true" eSuperTypes="#//value/Value"/> <eClassifiers xsi:type="ecore:EClass" name="ScalarSpecificationValue" eSuperTypes="#//value/TypeSpecificationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//value/IntValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructSpecificationValue" eSuperTypes="#//value/TypeSpecificationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//value/DataVariableDeclarationValuation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeSpecificationValue" eSuperTypes="#//value/TypeSpecificationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//value/IntValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariableDeclarationValuation"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataVariableDeclaration" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//declarations/DataVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuation" upperBound="-1" eType="#//Valuation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayValue" eSuperTypes="#//value/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//value/Value" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="clocks" nsURI="uppaalTrace.Clocks" nsPrefix="uppaalTrace.Clocks"> <eClassifiers xsi:type="ecore:EClass" name="AbstractClockBoundary" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" lowerBound="1" eType="#//clocks/Relation" defaultValueLiteral="LE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleClockBoundary" eSuperTypes="#//clocks/AbstractClockBoundary"/> <eClassifiers xsi:type="ecore:EClass" name="InverseClockBoundary" eSuperTypes="#//clocks/AbstractClockBoundary"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedClockBoundary" eSuperTypes="#//clocks/AbstractClockBoundary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtrahend" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Relation"> <eLiterals name="EQ"/> <eLiterals name="NE" value="1"/> <eLiterals name="LT" value="2"/> <eLiterals name="LE" value="3"/> <eLiterals name="GT" value="4"/> <eLiterals name="GE" value="5"/> </eClassifiers> </eSubpackages> <eSubpackages name="transitions" nsURI="uppaalTrace.transitions" nsPrefix="uppaalTrace.transitions"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTransition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/transitionTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/transitionFrom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelayTransition" eSuperTypes="#//transitions/AbstractTransition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeTransition" eSuperTypes="#//transitions/AbstractTransition"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="ecore:EClass http://www.muml.org/uppaal/visuals/1.0.0#//templates/Edge"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/utwente-fmt/attop/Trace_schedule/UPPAAL-trace-parser/uppaalTrace.ecore
ecore
uppaalTrace TemplateInstance template locations name LocationInstance location template Valuation variable type name value template State transitionTo locations valuations clocks transitionFrom templates time Trace states NSTA transitions templates value Value BuiltInTypeValue ChanValue BoolValue value IntValue value ClockValue value VoidValue TypeSpecificationValue ScalarSpecificationValue value StructSpecificationValue value RangeSpecificationValue value DataVariableDeclarationValuation dataVariableDeclaration valuation ArrayValue value clocks AbstractClockBoundary value relation LE target SingleClockBoundary InverseClockBoundary CombinedClockBoundary subtrahend Relation EQ EQ NE NE LT LT LE LE GT GT GE GE transitions AbstractTransition source target DelayTransition delay EdgeTransition edges
null
{"directed":true,"nodes":[{"nsPrefix":"uppaalTrace","nsURI":"http://fmt.ewi.utwente.nl/FMT/AFTModel/uppaalTrace","name":"uppaalTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInstance","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationInstance","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Valuation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"uppaalTrace.value","nsURI":"uppaalTrace.value","name":"value","id":6,"eClass":"EPackage"},{"nsPrefix":"uppaalTrace.Clocks","nsURI":"uppaalTrace.Clocks","name":"clocks","id":7,"eClass":"EPackage"},{"nsPrefix":"uppaalTrace.transitions","nsURI":"uppaalTrace.transitions","name":"transitions","id":8,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"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":21,"derived":false},{"container":false,"ordered":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":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":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locations","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":"valuations","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":"clocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionFrom","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":false,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTransition","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClockBoundary","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"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":"target","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"NSTA","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInTypeValue","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChanValue","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolValue","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockValue","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidValue","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecificationValue","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarSpecificationValue","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructSpecificationValue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeSpecificationValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariableDeclarationValuation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayValue","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataVariableDeclaration","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":"valuation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleClockBoundary","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InverseClockBoundary","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedClockBoundary","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"id":100,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"LE","unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtrahend","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"name":"EQ","id":112,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"NE","id":113,"value":1,"literal":"NE","eClass":"EEnumLiteral"},{"name":"LT","id":114,"value":2,"literal":"LT","eClass":"EEnumLiteral"},{"name":"LE","id":115,"value":3,"literal":"LE","eClass":"EEnumLiteral"},{"name":"GT","id":116,"value":4,"literal":"GT","eClass":"EEnumLiteral"},{"name":"GE","id":117,"value":5,"literal":"GE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayTransition","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeTransition","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"delay","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":9,"target":12},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":14},{"source":13,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":14},{"source":16,"target":17},{"source":16,"target":2},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":14,"target":10},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":25},{"source":20,"target":3},{"source":21,"target":26},{"source":21,"target":3},{"source":22,"target":27},{"source":22,"target":28},{"source":22,"target":3},{"source":28,"target":27},{"source":23,"target":1},{"source":23,"target":29},{"source":23,"target":3},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":30,"target":37},{"source":30,"target":38},{"source":30,"target":4},{"source":30,"target":39},{"source":38,"target":37},{"source":31,"target":2},{"source":31,"target":40},{"source":31,"target":4},{"source":40,"target":2},{"source":32,"target":3},{"source":32,"target":41},{"source":32,"target":4},{"source":41,"target":3},{"source":33,"target":42},{"source":33,"target":43},{"source":33,"target":4},{"source":43,"target":42},{"source":34,"target":37},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":45},{"source":44,"target":37},{"source":35,"target":1},{"source":35,"target":46},{"source":35,"target":4},{"source":46,"target":1},{"source":36,"target":47},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":48,"target":4},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":4},{"source":49,"target":53},{"source":49,"target":5},{"source":50,"target":37},{"source":50,"target":54},{"source":50,"target":5},{"source":54,"target":37},{"source":51,"target":1},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":1},{"source":6,"target":27},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":0},{"source":27,"target":6},{"source":56,"target":6},{"source":56,"target":27},{"source":56,"target":68},{"source":68,"target":27},{"source":57,"target":6},{"source":57,"target":56},{"source":57,"target":69},{"source":69,"target":56},{"source":58,"target":6},{"source":58,"target":56},{"source":58,"target":70},{"source":58,"target":71},{"source":70,"target":72},{"source":70,"target":58},{"source":71,"target":56},{"source":59,"target":6},{"source":59,"target":56},{"source":59,"target":73},{"source":59,"target":74},{"source":73,"target":75},{"source":73,"target":59},{"source":74,"target":56},{"source":60,"target":6},{"source":60,"target":56},{"source":60,"target":76},{"source":60,"target":77},{"source":76,"target":78},{"source":76,"target":60},{"source":77,"target":56},{"source":61,"target":6},{"source":61,"target":56},{"source":61,"target":79},{"source":79,"target":56},{"source":62,"target":6},{"source":62,"target":27},{"source":62,"target":80},{"source":80,"target":27},{"source":63,"target":6},{"source":63,"target":62},{"source":63,"target":81},{"source":63,"target":82},{"source":81,"target":59},{"source":81,"target":83},{"source":81,"target":63},{"source":83,"target":59},{"source":82,"target":62},{"source":64,"target":6},{"source":64,"target":62},{"source":64,"target":84},{"source":64,"target":85},{"source":84,"target":66},{"source":84,"target":86},{"source":84,"target":64},{"source":86,"target":66},{"source":85,"target":62},{"source":65,"target":6},{"source":65,"target":62},{"source":65,"target":87},{"source":65,"target":88},{"source":87,"target":59},{"source":87,"target":89},{"source":87,"target":65},{"source":89,"target":59},{"source":88,"target":62},{"source":66,"target":6},{"source":66,"target":90},{"source":66,"target":91},{"source":90,"target":92},{"source":90,"target":66},{"source":91,"target":3},{"source":91,"target":93},{"source":91,"target":66},{"source":93,"target":3},{"source":67,"target":6},{"source":67,"target":27},{"source":67,"target":94},{"source":67,"target":95},{"source":94,"target":27},{"source":94,"target":96},{"source":94,"target":67},{"source":96,"target":27},{"source":95,"target":27},{"source":7,"target":42},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":0},{"source":42,"target":7},{"source":42,"target":101},{"source":42,"target":102},{"source":42,"target":103},{"source":101,"target":104},{"source":101,"target":42},{"source":102,"target":100},{"source":102,"target":105},{"source":102,"target":42},{"source":105,"target":100},{"source":103,"target":106},{"source":103,"target":42},{"source":97,"target":7},{"source":97,"target":42},{"source":97,"target":107},{"source":107,"target":42},{"source":98,"target":7},{"source":98,"target":42},{"source":98,"target":108},{"source":108,"target":42},{"source":99,"target":7},{"source":99,"target":42},{"source":99,"target":109},{"source":99,"target":110},{"source":109,"target":111},{"source":109,"target":99},{"source":110,"target":42},{"source":100,"target":7},{"source":100,"target":112},{"source":100,"target":113},{"source":100,"target":114},{"source":100,"target":115},{"source":100,"target":116},{"source":100,"target":117},{"source":112,"target":100},{"source":113,"target":100},{"source":114,"target":100},{"source":115,"target":100},{"source":116,"target":100},{"source":117,"target":100},{"source":8,"target":37},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":0},{"source":37,"target":8},{"source":37,"target":39},{"source":37,"target":45},{"source":39,"target":4},{"source":39,"target":120},{"source":39,"target":37},{"source":39,"target":30},{"source":120,"target":4},{"source":45,"target":4},{"source":45,"target":121},{"source":45,"target":37},{"source":45,"target":34},{"source":121,"target":4},{"source":118,"target":8},{"source":118,"target":37},{"source":118,"target":122},{"source":118,"target":123},{"source":122,"target":124},{"source":122,"target":118},{"source":123,"target":37},{"source":119,"target":8},{"source":119,"target":37},{"source":119,"target":125},{"source":119,"target":126},{"source":125,"target":127},{"source":125,"target":119},{"source":126,"target":37}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMATLABinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public TimeConstraint InteractionFragment Device ValueSpecification Operation DeploymentSpecification EventOccurrence Realization ReadLinkObjectEndAction CreateLinkObjectAction CentralBufferNode ParameterSet Interval Actor ClearVariableAction EnumerationLiteral ProtocolTransition JoinNode ObjectNode GeneralOrdering ProtocolStateMachine Manifestation Interface Stop DestroyLinkAction InitialNode LiteralString ForkNode InvocationAction ValuePin ReadSelfAction EncapsulatedClassifier TemplateableClassifier Message Port TimeObservationAction InstanceValue GeneralizationSet CallAction Class ActivityNode DurationConstraint TypedElement MessageEnd Namespace member DataStoreNode Gate CallBehaviorAction Pin ControlNode ExpansionNode DurationObservationAction FinalNode InteractionConstraint ClearStructuralFeatureAction Profile WriteLinkAction Continuation ExtensionPoint StructuredActivityNode ReadStructuralFeatureAction AcceptCallAction InteractionOperand ReadIsClassifiedObjectAction DataType Node Expression ExecutableNode LiteralNull MergeNode Reception PackageableElement BehavioralFeature FlowFinalNode LoopNode ConnectableElement Lifeline ParameterableClassifier Classifier inheritedMember generalization ActivityPartition PartDecomposition Trigger Enumeration ActivityParameterNode OpaqueExpression ApplyFunctionAction Activity PrimitiveFunction Signal DurationInterval CreateLinkAction NamedElement visibility LiteralInteger FinalState Type Deployment StructuralFeatureAction Abstraction Behavior BehavioredClassifier Substitution Connector Include ChangeTrigger RaiseExceptionAction Interaction UseCase LiteralBoolean OutputPin LiteralSpecification StateInvariant WriteStructuralFeatureAction ActivityFinalNode Extend ExecutionOccurrence Implementation ExtensionEnd ExpansionRegion SendObjectAction ReadLinkObjectEndQualifierAction Collaboration CallTrigger ClearAssociationAction ConditionalNode IntervalConstraint Extension InformationItem Stereotype ObjectFlow RedefinableElement AddVariableValueAction CommunicationPath Component Artifact InteractionOccurrence BroadcastSignalAction Model Property AssociationClass ActivityEdge TestIdentityAction PrimitiveType Generalization general WriteVariableAction LinkAction State ControlFlow Region DecisionNode ConnectionPointReference SendSignalAction RemoveVariableValueAction CallOperationAction InstanceSpecification TimeTrigger Feature MessageTrigger Package AddStructuralFeatureValueAction ExecutionEnvironment Action SignalTrigger ReadExtentAction Duration InformationFlow Dependency Permission ReadVariableAction DeployedArtifact DeploymentTarget StateMachine TimeInterval Association StructuredClassifier Constraint VariableAction StartOwnedBehaviorAction Pseudostate DestroyObjectAction CreateObjectAction RedefinableTemplateSignature CombinedFragment Parameter Transition ReadLinkAction LiteralUnlimitedNatural AcceptEventAction TimeExpression AnyTrigger StructuralFeature ReclassifyObjectAction InputPin Variable Usage CollaborationOccurrence Vertex ReplyAction RemoveStructuralFeatureValueAction
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"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"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"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,"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":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":126},{"source":2,"target":204},{"source":204,"target":126},{"source":3,"target":0},{"source":3,"target":93},{"source":3,"target":205},{"source":205,"target":93},{"source":4,"target":0},{"source":4,"target":67},{"source":4,"target":206},{"source":206,"target":67},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":207},{"source":207,"target":44},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":44},{"source":6,"target":208},{"source":6,"target":209},{"source":208,"target":74},{"source":209,"target":44},{"source":7,"target":0},{"source":7,"target":135},{"source":7,"target":210},{"source":210,"target":135},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":45},{"source":8,"target":211},{"source":8,"target":212},{"source":211,"target":3},{"source":212,"target":45},{"source":9,"target":0},{"source":9,"target":99},{"source":9,"target":213},{"source":213,"target":99},{"source":10,"target":0},{"source":10,"target":162},{"source":10,"target":214},{"source":214,"target":162},{"source":11,"target":0},{"source":11,"target":92},{"source":11,"target":215},{"source":215,"target":92},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":216},{"source":216,"target":20},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":217},{"source":217,"target":93},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":218},{"source":218,"target":5},{"source":15,"target":0},{"source":15,"target":80},{"source":15,"target":219},{"source":219,"target":80},{"source":16,"target":0},{"source":16,"target":177},{"source":16,"target":220},{"source":220,"target":177},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":221},{"source":221,"target":155},{"source":18,"target":0},{"source":18,"target":185},{"source":18,"target":222},{"source":222,"target":185},{"source":19,"target":0},{"source":19,"target":51},{"source":19,"target":223},{"source":223,"target":51},{"source":20,"target":0},{"source":20,"target":42},{"source":20,"target":44},{"source":20,"target":224},{"source":20,"target":225},{"source":224,"target":42},{"source":225,"target":44},{"source":21,"target":0},{"source":21,"target":93},{"source":21,"target":226},{"source":226,"target":93},{"source":22,"target":0},{"source":22,"target":172},{"source":22,"target":227},{"source":227,"target":172},{"source":23,"target":0},{"source":23,"target":99},{"source":23,"target":228},{"source":228,"target":99},{"source":24,"target":0},{"source":24,"target":80},{"source":24,"target":229},{"source":229,"target":80},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":230},{"source":230,"target":8},{"source":26,"target":0},{"source":26,"target":58},{"source":26,"target":231},{"source":231,"target":58},{"source":27,"target":0},{"source":27,"target":51},{"source":27,"target":232},{"source":232,"target":51},{"source":28,"target":0},{"source":28,"target":111},{"source":28,"target":233},{"source":233,"target":111},{"source":29,"target":0},{"source":29,"target":51},{"source":29,"target":234},{"source":234,"target":51},{"source":30,"target":0},{"source":30,"target":162},{"source":30,"target":235},{"source":235,"target":162},{"source":31,"target":0},{"source":31,"target":193},{"source":31,"target":236},{"source":236,"target":193},{"source":32,"target":0},{"source":32,"target":162},{"source":32,"target":237},{"source":237,"target":162},{"source":33,"target":0},{"source":33,"target":175},{"source":33,"target":238},{"source":238,"target":175},{"source":34,"target":0},{"source":34,"target":80},{"source":34,"target":239},{"source":239,"target":80},{"source":35,"target":0},{"source":35,"target":93},{"source":35,"target":240},{"source":240,"target":93},{"source":36,"target":0},{"source":36,"target":139},{"source":36,"target":241},{"source":241,"target":139},{"source":37,"target":0},{"source":37,"target":113},{"source":37,"target":242},{"source":242,"target":113},{"source":38,"target":0},{"source":38,"target":5},{"source":38,"target":243},{"source":243,"target":5},{"source":39,"target":0},{"source":39,"target":73},{"source":39,"target":244},{"source":244,"target":73},{"source":40,"target":0},{"source":40,"target":30},{"source":40,"target":245},{"source":245,"target":30},{"source":41,"target":0},{"source":41,"target":101},{"source":41,"target":33},{"source":41,"target":246},{"source":41,"target":247},{"source":246,"target":101},{"source":247,"target":33},{"source":42,"target":0},{"source":42,"target":131},{"source":42,"target":248},{"source":248,"target":131},{"source":43,"target":0},{"source":43,"target":126},{"source":43,"target":249},{"source":249,"target":126},{"source":44,"target":0},{"source":44,"target":93},{"source":44,"target":250},{"source":250,"target":93},{"source":45,"target":0},{"source":45,"target":93},{"source":45,"target":251},{"source":251,"target":93},{"source":46,"target":0},{"source":46,"target":93},{"source":46,"target":252},{"source":46,"target":253},{"source":252,"target":93},{"source":252,"target":254},{"source":252,"target":46},{"source":254,"target":93},{"source":253,"target":93},{"source":47,"target":0},{"source":47,"target":12},{"source":47,"target":255},{"source":255,"target":12},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":256},{"source":256,"target":45},{"source":49,"target":0},{"source":49,"target":40},{"source":49,"target":257},{"source":257,"target":40},{"source":50,"target":0},{"source":50,"target":20},{"source":50,"target":258},{"source":258,"target":20},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":259},{"source":259,"target":42},{"source":52,"target":0},{"source":52,"target":20},{"source":52,"target":260},{"source":260,"target":20},{"source":53,"target":0},{"source":53,"target":113},{"source":53,"target":261},{"source":261,"target":113},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":262},{"source":262,"target":51},{"source":55,"target":0},{"source":55,"target":176},{"source":55,"target":263},{"source":263,"target":176},{"source":56,"target":0},{"source":56,"target":98},{"source":56,"target":264},{"source":264,"target":98},{"source":57,"target":0},{"source":57,"target":159},{"source":57,"target":265},{"source":265,"target":159},{"source":58,"target":0},{"source":58,"target":146},{"source":58,"target":266},{"source":266,"target":146},{"source":59,"target":0},{"source":59,"target":3},{"source":59,"target":267},{"source":267,"target":3},{"source":60,"target":0},{"source":60,"target":131},{"source":60,"target":268},{"source":268,"target":131},{"source":61,"target":0},{"source":61,"target":162},{"source":61,"target":46},{"source":61,"target":269},{"source":61,"target":270},{"source":269,"target":162},{"source":270,"target":46},{"source":62,"target":0},{"source":62,"target":98},{"source":62,"target":271},{"source":271,"target":98},{"source":63,"target":0},{"source":63,"target":188},{"source":63,"target":272},{"source":272,"target":188},{"source":64,"target":0},{"source":64,"target":46},{"source":64,"target":3},{"source":64,"target":273},{"source":64,"target":274},{"source":273,"target":46},{"source":274,"target":3},{"source":65,"target":0},{"source":65,"target":162},{"source":65,"target":275},{"source":275,"target":162},{"source":66,"target":0},{"source":66,"target":80},{"source":66,"target":276},{"source":276,"target":80},{"source":67,"target":0},{"source":67,"target":41},{"source":67,"target":171},{"source":67,"target":277},{"source":67,"target":278},{"source":277,"target":41},{"source":278,"target":171},{"source":68,"target":0},{"source":68,"target":86},{"source":68,"target":279},{"source":279,"target":86},{"source":69,"target":0},{"source":69,"target":42},{"source":69,"target":280},{"source":280,"target":42},{"source":70,"target":0},{"source":70,"target":111},{"source":70,"target":281},{"source":281,"target":111},{"source":71,"target":0},{"source":71,"target":51},{"source":71,"target":282},{"source":282,"target":51},{"source":72,"target":0},{"source":72,"target":74},{"source":72,"target":283},{"source":283,"target":74},{"source":73,"target":0},{"source":73,"target":93},{"source":73,"target":284},{"source":284,"target":93},{"source":74,"target":0},{"source":74,"target":46},{"source":74,"target":157},{"source":74,"target":285},{"source":74,"target":286},{"source":285,"target":46},{"source":286,"target":157},{"source":75,"target":0},{"source":75,"target":54},{"source":75,"target":287},{"source":287,"target":54},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":288},{"source":288,"target":61},{"source":77,"target":0},{"source":77,"target":93},{"source":77,"target":289},{"source":289,"target":93},{"source":78,"target":0},{"source":78,"target":93},{"source":78,"target":290},{"source":290,"target":93},{"source":79,"target":0},{"source":79,"target":80},{"source":79,"target":291},{"source":291,"target":80},{"source":80,"target":0},{"source":80,"target":46},{"source":80,"target":96},{"source":80,"target":131},{"source":80,"target":292},{"source":80,"target":293},{"source":80,"target":294},{"source":80,"target":295},{"source":80,"target":296},{"source":292,"target":93},{"source":292,"target":297},{"source":292,"target":80},{"source":297,"target":93},{"source":293,"target":144},{"source":293,"target":298},{"source":293,"target":80},{"source":298,"target":144},{"source":294,"target":46},{"source":295,"target":96},{"source":296,"target":131},{"source":81,"target":0},{"source":81,"target":93},{"source":81,"target":299},{"source":299,"target":93},{"source":82,"target":0},{"source":82,"target":136},{"source":82,"target":300},{"source":300,"target":136},{"source":83,"target":0},{"source":83,"target":93},{"source":83,"target":301},{"source":301,"target":93},{"source":84,"target":0},{"source":84,"target":66},{"source":84,"target":302},{"source":302,"target":66},{"source":85,"target":0},{"source":85,"target":20},{"source":85,"target":303},{"source":303,"target":20},{"source":86,"target":0},{"source":86,"target":5},{"source":86,"target":304},{"source":304,"target":5},{"source":87,"target":0},{"source":87,"target":162},{"source":87,"target":305},{"source":305,"target":162},{"source":88,"target":0},{"source":88,"target":100},{"source":88,"target":306},{"source":306,"target":100},{"source":89,"target":0},{"source":89,"target":73},{"source":89,"target":307},{"source":307,"target":73},{"source":90,"target":0},{"source":90,"target":80},{"source":90,"target":308},{"source":308,"target":80},{"source":91,"target":0},{"source":91,"target":14},{"source":91,"target":309},{"source":309,"target":14},{"source":92,"target":0},{"source":92,"target":58},{"source":92,"target":310},{"source":310,"target":58},{"source":93,"target":0},{"source":93,"target":311},{"source":311,"target":1},{"source":311,"target":312},{"source":311,"target":93},{"source":312,"target":1},{"source":94,"target":0},{"source":94,"target":111},{"source":94,"target":313},{"source":313,"target":111},{"source":95,"target":0},{"source":95,"target":147},{"source":95,"target":314},{"source":314,"target":147},{"source":96,"target":0},{"source":96,"target":73},{"source":96,"target":315},{"source":315,"target":73},{"source":97,"target":0},{"source":97,"target":167},{"source":97,"target":316},{"source":316,"target":167},{"source":98,"target":0},{"source":98,"target":162},{"source":98,"target":317},{"source":317,"target":162},{"source":99,"target":0},{"source":99,"target":167},{"source":99,"target":318},{"source":318,"target":167},{"source":100,"target":0},{"source":100,"target":41},{"source":100,"target":319},{"source":319,"target":41},{"source":101,"target":0},{"source":101,"target":80},{"source":101,"target":320},{"source":320,"target":80},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":321},{"source":321,"target":9},{"source":103,"target":0},{"source":103,"target":157},{"source":103,"target":322},{"source":322,"target":157},{"source":104,"target":0},{"source":104,"target":93},{"source":104,"target":323},{"source":323,"target":93},{"source":105,"target":0},{"source":105,"target":83},{"source":105,"target":324},{"source":324,"target":83},{"source":106,"target":0},{"source":106,"target":162},{"source":106,"target":325},{"source":325,"target":162},{"source":107,"target":0},{"source":107,"target":100},{"source":107,"target":3},{"source":107,"target":326},{"source":107,"target":327},{"source":326,"target":100},{"source":327,"target":3},{"source":108,"target":0},{"source":108,"target":101},{"source":108,"target":328},{"source":328,"target":101},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":329},{"source":329,"target":111},{"source":110,"target":0},{"source":110,"target":50},{"source":110,"target":330},{"source":330,"target":50},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":331},{"source":331,"target":5},{"source":112,"target":0},{"source":112,"target":3},{"source":112,"target":332},{"source":332,"target":3},{"source":113,"target":0},{"source":113,"target":98},{"source":113,"target":333},{"source":333,"target":98},{"source":114,"target":0},{"source":114,"target":54},{"source":114,"target":334},{"source":334,"target":54},{"source":115,"target":0},{"source":115,"target":93},{"source":115,"target":335},{"source":335,"target":93},{"source":116,"target":0},{"source":116,"target":3},{"source":116,"target":336},{"source":336,"target":3},{"source":117,"target":0},{"source":117,"target":9},{"source":117,"target":337},{"source":337,"target":9},{"source":118,"target":0},{"source":118,"target":139},{"source":118,"target":338},{"source":338,"target":139},{"source":119,"target":0},{"source":119,"target":61},{"source":119,"target":339},{"source":339,"target":61},{"source":120,"target":0},{"source":120,"target":30},{"source":120,"target":340},{"source":340,"target":30},{"source":121,"target":0},{"source":121,"target":162},{"source":121,"target":341},{"source":341,"target":162},{"source":122,"target":0},{"source":122,"target":101},{"source":122,"target":175},{"source":122,"target":342},{"source":122,"target":343},{"source":342,"target":101},{"source":343,"target":175},{"source":123,"target":0},{"source":123,"target":158},{"source":123,"target":344},{"source":344,"target":158},{"source":124,"target":0},{"source":124,"target":162},{"source":124,"target":345},{"source":345,"target":162},{"source":125,"target":0},{"source":125,"target":61},{"source":125,"target":346},{"source":346,"target":61},{"source":126,"target":0},{"source":126,"target":176},{"source":126,"target":347},{"source":347,"target":176},{"source":127,"target":0},{"source":127,"target":174},{"source":127,"target":348},{"source":348,"target":174},{"source":128,"target":0},{"source":128,"target":80},{"source":128,"target":349},{"source":349,"target":80},{"source":129,"target":0},{"source":129,"target":41},{"source":129,"target":350},{"source":350,"target":41},{"source":130,"target":0},{"source":130,"target":141},{"source":130,"target":351},{"source":351,"target":141},{"source":131,"target":0},{"source":131,"target":93},{"source":131,"target":352},{"source":352,"target":93},{"source":132,"target":0},{"source":132,"target":145},{"source":132,"target":353},{"source":353,"target":145},{"source":133,"target":0},{"source":133,"target":174},{"source":133,"target":354},{"source":354,"target":174},{"source":134,"target":0},{"source":134,"target":41},{"source":134,"target":355},{"source":355,"target":41},{"source":135,"target":0},{"source":135,"target":80},{"source":135,"target":170},{"source":135,"target":356},{"source":135,"target":357},{"source":356,"target":80},{"source":357,"target":170},{"source":136,"target":0},{"source":136,"target":3},{"source":136,"target":358},{"source":358,"target":3},{"source":137,"target":0},{"source":137,"target":30},{"source":137,"target":359},{"source":359,"target":30},{"source":138,"target":0},{"source":138,"target":159},{"source":138,"target":360},{"source":360,"target":159},{"source":139,"target":0},{"source":139,"target":191},{"source":139,"target":77},{"source":139,"target":171},{"source":139,"target":361},{"source":139,"target":362},{"source":139,"target":363},{"source":361,"target":191},{"source":362,"target":77},{"source":363,"target":171},{"source":140,"target":0},{"source":140,"target":41},{"source":140,"target":174},{"source":140,"target":364},{"source":140,"target":365},{"source":364,"target":41},{"source":365,"target":174},{"source":141,"target":0},{"source":141,"target":131},{"source":141,"target":366},{"source":366,"target":131},{"source":142,"target":0},{"source":142,"target":162},{"source":142,"target":367},{"source":367,"target":162},{"source":143,"target":0},{"source":143,"target":66},{"source":143,"target":368},{"source":368,"target":66},{"source":144,"target":0},{"source":144,"target":369},{"source":369,"target":80},{"source":369,"target":370},{"source":369,"target":144},{"source":370,"target":80},{"source":145,"target":0},{"source":145,"target":177},{"source":145,"target":371},{"source":371,"target":177},{"source":146,"target":0},{"source":146,"target":162},{"source":146,"target":372},{"source":372,"target":162},{"source":147,"target":0},{"source":147,"target":46},{"source":147,"target":131},{"source":147,"target":197},{"source":147,"target":373},{"source":147,"target":374},{"source":147,"target":375},{"source":373,"target":46},{"source":374,"target":131},{"source":375,"target":197},{"source":148,"target":0},{"source":148,"target":141},{"source":148,"target":376},{"source":376,"target":141},{"source":149,"target":0},{"source":149,"target":46},{"source":149,"target":131},{"source":149,"target":377},{"source":149,"target":378},{"source":377,"target":46},{"source":378,"target":131},{"source":150,"target":0},{"source":150,"target":51},{"source":150,"target":379},{"source":379,"target":51},{"source":151,"target":0},{"source":151,"target":197},{"source":151,"target":380},{"source":380,"target":197},{"source":152,"target":0},{"source":152,"target":30},{"source":152,"target":381},{"source":381,"target":30},{"source":153,"target":0},{"source":153,"target":145},{"source":153,"target":382},{"source":382,"target":145},{"source":154,"target":0},{"source":154,"target":40},{"source":154,"target":383},{"source":383,"target":40},{"source":155,"target":0},{"source":155,"target":73},{"source":155,"target":171},{"source":155,"target":170},{"source":155,"target":384},{"source":155,"target":385},{"source":155,"target":386},{"source":384,"target":73},{"source":385,"target":171},{"source":386,"target":170},{"source":156,"target":0},{"source":156,"target":83},{"source":156,"target":387},{"source":387,"target":83},{"source":157,"target":0},{"source":157,"target":131},{"source":157,"target":388},{"source":388,"target":131},{"source":158,"target":0},{"source":158,"target":83},{"source":158,"target":389},{"source":389,"target":83},{"source":159,"target":0},{"source":159,"target":46},{"source":159,"target":73},{"source":159,"target":390},{"source":159,"target":391},{"source":390,"target":46},{"source":391,"target":73},{"source":160,"target":0},{"source":160,"target":113},{"source":160,"target":392},{"source":392,"target":113},{"source":161,"target":0},{"source":161,"target":67},{"source":161,"target":393},{"source":393,"target":67},{"source":162,"target":0},{"source":162,"target":69},{"source":162,"target":394},{"source":394,"target":69},{"source":163,"target":0},{"source":163,"target":158},{"source":163,"target":395},{"source":395,"target":158},{"source":164,"target":0},{"source":164,"target":162},{"source":164,"target":396},{"source":396,"target":162},{"source":165,"target":0},{"source":165,"target":5},{"source":165,"target":397},{"source":397,"target":5},{"source":166,"target":0},{"source":166,"target":73},{"source":166,"target":398},{"source":398,"target":73},{"source":167,"target":0},{"source":167,"target":73},{"source":167,"target":399},{"source":399,"target":73},{"source":168,"target":0},{"source":168,"target":167},{"source":168,"target":400},{"source":400,"target":167},{"source":169,"target":0},{"source":169,"target":177},{"source":169,"target":401},{"source":401,"target":177},{"source":170,"target":0},{"source":170,"target":93},{"source":170,"target":402},{"source":402,"target":93},{"source":171,"target":0},{"source":171,"target":93},{"source":171,"target":403},{"source":403,"target":93},{"source":172,"target":0},{"source":172,"target":100},{"source":172,"target":404},{"source":404,"target":100},{"source":173,"target":0},{"source":173,"target":14},{"source":173,"target":405},{"source":405,"target":14},{"source":174,"target":0},{"source":174,"target":80},{"source":174,"target":406},{"source":406,"target":80},{"source":175,"target":0},{"source":175,"target":80},{"source":175,"target":407},{"source":407,"target":80},{"source":176,"target":0},{"source":176,"target":73},{"source":176,"target":408},{"source":408,"target":73},{"source":177,"target":0},{"source":177,"target":162},{"source":177,"target":409},{"source":409,"target":162},{"source":178,"target":0},{"source":178,"target":162},{"source":178,"target":410},{"source":410,"target":162},{"source":179,"target":0},{"source":179,"target":197},{"source":179,"target":411},{"source":411,"target":197},{"source":180,"target":0},{"source":180,"target":162},{"source":180,"target":412},{"source":412,"target":162},{"source":181,"target":0},{"source":181,"target":162},{"source":181,"target":413},{"source":413,"target":162},{"source":182,"target":0},{"source":182,"target":131},{"source":182,"target":414},{"source":414,"target":131},{"source":183,"target":0},{"source":183,"target":3},{"source":183,"target":415},{"source":415,"target":3},{"source":184,"target":0},{"source":184,"target":77},{"source":184,"target":44},{"source":184,"target":416},{"source":184,"target":417},{"source":416,"target":77},{"source":417,"target":44},{"source":185,"target":0},{"source":185,"target":131},{"source":185,"target":418},{"source":418,"target":131},{"source":186,"target":0},{"source":186,"target":146},{"source":186,"target":419},{"source":419,"target":146},{"source":187,"target":0},{"source":187,"target":111},{"source":187,"target":420},{"source":420,"target":111},{"source":188,"target":0},{"source":188,"target":162},{"source":188,"target":421},{"source":421,"target":162},{"source":189,"target":0},{"source":189,"target":5},{"source":189,"target":422},{"source":422,"target":5},{"source":190,"target":0},{"source":190,"target":158},{"source":190,"target":423},{"source":423,"target":158},{"source":191,"target":0},{"source":191,"target":157},{"source":191,"target":44},{"source":191,"target":424},{"source":191,"target":425},{"source":424,"target":157},{"source":425,"target":44},{"source":192,"target":0},{"source":192,"target":162},{"source":192,"target":426},{"source":426,"target":162},{"source":193,"target":0},{"source":193,"target":50},{"source":193,"target":427},{"source":427,"target":50},{"source":194,"target":0},{"source":194,"target":77},{"source":194,"target":44},{"source":194,"target":428},{"source":194,"target":429},{"source":428,"target":77},{"source":429,"target":44},{"source":195,"target":0},{"source":195,"target":167},{"source":195,"target":430},{"source":430,"target":167},{"source":196,"target":0},{"source":196,"target":93},{"source":196,"target":431},{"source":431,"target":93},{"source":197,"target":0},{"source":197,"target":93},{"source":197,"target":432},{"source":432,"target":93},{"source":198,"target":0},{"source":198,"target":162},{"source":198,"target":433},{"source":433,"target":162},{"source":199,"target":0},{"source":199,"target":113},{"source":199,"target":434},{"source":434,"target":113}],"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="BONModel" nsURI="http://www.ucd.ie/bonide/BONModel" nsPrefix="BONModel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eOperations name="covariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="featureOne" eType="#//Feature"/> <eParameters name="featureTwo" eType="#//Feature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" upperBound="-1" eType="#//Inheritance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractions" upperBound="-1" eType="#//Abstraction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Abstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticRelationship" abstract="true" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="StaticAbstraction" abstract="true" eSuperTypes="#//Abstraction"> <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="Inheritance" eSuperTypes="#//StaticRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ClientSupplier" abstract="true" eSuperTypes="#//StaticRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//ClientSupplier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//ClientSupplier"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Cluster" eSuperTypes="#//StaticAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//StaticAbstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BONClass" eSuperTypes="#//StaticAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInInvariants" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientFeatures" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//Renaming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renameClassParents" upperBound="-1" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefined" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//DoubleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eOperations name="isValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="aClass" eType="#//BONClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"> <eOperations name="rename"> <eParameters name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRedefined" 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:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInPrecondition" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInPostcondition" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" upperBound="-1" eType="#//Query"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postCondition" eType="#//DoubleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" eType="#//SingleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Renaming"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicAbstraction" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//DynamicAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//BONClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectCluster" eSuperTypes="#//DynamicAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//DynamicAbstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noContract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BONClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectCall" eSuperTypes="#//Call"/> <eClassifiers xsi:type="ecore:EClass" name="ChainedCall" eSuperTypes="#//Call"> <eStructuralFeatures xsi:type="ecore:EReference" name="chain" eType="#//Call"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SingleStateAssertion" eSuperTypes="#//Assertion"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleStateAssertion" eSuperTypes="#//Assertion"/> <eClassifiers xsi:type="ecore:EClass" name="Entity"/> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipType"> <eLiterals name="Inheritance"/> <eLiterals name="Association"/> <eLiterals name="Aggregation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/bonide_PandO.ecore
ecore
BONModel Model covariant featureOne featureTwo closure abstractions relationships Relationship source target Abstraction relationships contains StaticRelationship StaticAbstraction name Inheritance ClientSupplier label Aggregation Association Message Cluster contents BONClass callsInInvariants clientFeatures renamings renameClassParents isDeferred isEffective isPersistent isExternal isRoot redefined allNames invariant features Call isValid aClass arguments feature entity Feature rename newName isDeferred isEffective isRedefined name comment accessors callsInPrecondition callsInPostcondition frame postCondition preCondition parameters preConditionString postConditionString Renaming DynamicAbstraction Object class ObjectCluster contents Command Query result noContract Parameter name type DirectCall ChainedCall chain Expression resultType contents BooleanExpression Assertion SingleStateAssertion DoubleStateAssertion Entity RelationshipType Inheritance Inheritance Association Association Aggregation Aggregation
null
{"directed":true,"nodes":[{"nsPrefix":"BONModel","nsURI":"http://www.ucd.ie/bonide/BONModel","name":"BONModel","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":"Relationship","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRelationship","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticAbstraction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inheritance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientSupplier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cluster","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BONClass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicAbstraction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectCluster","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectCall","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainedCall","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleStateAssertion","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleStateAssertion","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"covariant","lowerBound":0,"id":31,"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":"closure","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":"abstractions","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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureOne","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureTwo","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInInvariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientFeatures","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":false,"unsettable":false,"transient":false,"unique":true,"name":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"renameClassParents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPersistent","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExternal","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allNames","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":false,"unsettable":false,"transient":false,"unique":true,"name":"invariant","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":0,"id":92,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aClass","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rename","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"isRedefined","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPostcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preConditionString","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":"postConditionString","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"newName","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"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":"noContract","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"chain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"contents","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"Inheritance","id":162,"value":0,"literal":"Inheritance","eClass":"EEnumLiteral"},{"name":"Association","id":163,"value":0,"literal":"Association","eClass":"EEnumLiteral"},{"name":"Aggregation","id":164,"value":0,"literal":"Aggregation","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":31,"target":35},{"source":31,"target":1},{"source":31,"target":36},{"source":31,"target":37},{"source":36,"target":14},{"source":36,"target":38},{"source":36,"target":31},{"source":38,"target":14},{"source":37,"target":14},{"source":37,"target":39},{"source":37,"target":31},{"source":39,"target":14},{"source":32,"target":6},{"source":32,"target":40},{"source":32,"target":1},{"source":40,"target":6},{"source":33,"target":3},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":3},{"source":34,"target":2},{"source":34,"target":42},{"source":34,"target":1},{"source":42,"target":2},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":43,"target":3},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":3},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":2},{"source":46,"target":3},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":3},{"source":49,"target":2},{"source":48,"target":3},{"source":48,"target":50},{"source":48,"target":3},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":51,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":53,"target":3},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":55},{"source":55,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":58},{"source":56,"target":7},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":59},{"source":59,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":60},{"source":60,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":61},{"source":61,"target":2},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":5},{"source":62,"target":64},{"source":62,"target":11},{"source":64,"target":5},{"source":63,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":65,"target":13},{"source":65,"target":79},{"source":65,"target":12},{"source":79,"target":13},{"source":66,"target":14},{"source":66,"target":80},{"source":66,"target":12},{"source":80,"target":14},{"source":67,"target":15},{"source":67,"target":81},{"source":67,"target":12},{"source":81,"target":15},{"source":68,"target":12},{"source":68,"target":82},{"source":68,"target":12},{"source":82,"target":12},{"source":69,"target":83},{"source":69,"target":12},{"source":70,"target":84},{"source":70,"target":12},{"source":71,"target":85},{"source":71,"target":12},{"source":72,"target":86},{"source":72,"target":12},{"source":73,"target":87},{"source":73,"target":12},{"source":74,"target":14},{"source":74,"target":88},{"source":74,"target":12},{"source":88,"target":14},{"source":75,"target":89},{"source":75,"target":12},{"source":76,"target":28},{"source":76,"target":90},{"source":76,"target":12},{"source":90,"target":28},{"source":77,"target":14},{"source":77,"target":91},{"source":77,"target":12},{"source":91,"target":14},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":92,"target":96},{"source":92,"target":13},{"source":92,"target":97},{"source":97,"target":12},{"source":97,"target":98},{"source":97,"target":92},{"source":98,"target":12},{"source":93,"target":21},{"source":93,"target":99},{"source":93,"target":13},{"source":99,"target":21},{"source":94,"target":14},{"source":94,"target":100},{"source":94,"target":13},{"source":100,"target":14},{"source":95,"target":29},{"source":95,"target":101},{"source":95,"target":13},{"source":101,"target":29},{"source":14,"target":0},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":102,"target":14},{"source":102,"target":117},{"source":117,"target":118},{"source":117,"target":102},{"source":103,"target":119},{"source":103,"target":14},{"source":104,"target":120},{"source":104,"target":14},{"source":105,"target":121},{"source":105,"target":14},{"source":106,"target":122},{"source":106,"target":14},{"source":107,"target":123},{"source":107,"target":14},{"source":108,"target":12},{"source":108,"target":124},{"source":108,"target":14},{"source":124,"target":12},{"source":109,"target":13},{"source":109,"target":125},{"source":109,"target":14},{"source":125,"target":13},{"source":110,"target":13},{"source":110,"target":126},{"source":110,"target":14},{"source":126,"target":13},{"source":111,"target":20},{"source":111,"target":127},{"source":111,"target":14},{"source":127,"target":20},{"source":112,"target":28},{"source":112,"target":128},{"source":112,"target":14},{"source":128,"target":28},{"source":113,"target":27},{"source":113,"target":129},{"source":113,"target":14},{"source":129,"target":27},{"source":114,"target":21},{"source":114,"target":130},{"source":114,"target":14},{"source":130,"target":21},{"source":115,"target":131},{"source":115,"target":14},{"source":116,"target":132},{"source":116,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":133},{"source":133,"target":3},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":12},{"source":134,"target":136},{"source":134,"target":17},{"source":136,"target":12},{"source":135,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":137},{"source":18,"target":138},{"source":137,"target":16},{"source":137,"target":139},{"source":137,"target":18},{"source":139,"target":16},{"source":138,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":140},{"source":140,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":141,"target":12},{"source":141,"target":144},{"source":141,"target":20},{"source":144,"target":12},{"source":142,"target":145},{"source":142,"target":20},{"source":143,"target":14},{"source":21,"target":0},{"source":21,"target":146},{"source":21,"target":147},{"source":146,"target":148},{"source":146,"target":21},{"source":147,"target":12},{"source":147,"target":149},{"source":147,"target":21},{"source":149,"target":12},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":150},{"source":150,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":151},{"source":23,"target":152},{"source":151,"target":13},{"source":151,"target":153},{"source":151,"target":23},{"source":153,"target":13},{"source":152,"target":13},{"source":24,"target":0},{"source":24,"target":154},{"source":24,"target":155},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":24},{"source":156,"target":12},{"source":155,"target":157},{"source":155,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":158},{"source":158,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":159},{"source":159,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":160},{"source":160,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":161},{"source":161,"target":26},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":162},{"source":30,"target":163},{"source":30,"target":164},{"source":162,"target":30},{"source":163,"target":30},{"source":164,"target":30}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="errorstm" nsURI="http://errorstm" nsPrefix="_errorstm"> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=from"/> <details key="ref=to"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=actions"/> <details key="ref=incoming"/> <details key="ref=outgoing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=states"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//CompositeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ActionKind" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionKind"> <eLiterals name="ENTRY" value="1"/> <eLiterals name="EXIT" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/errorstm.ecore
ecore
errorstm Transition event guard from to name AbstractState incoming outgoing actions name CompositeState states transitions StateMachine state InitialState SimpleState FinalState Action kind ActionKind ENTRY ENTRY EXIT EXIT
null
{"directed":true,"nodes":[{"nsPrefix":"_errorstm","nsURI":"http://errorstm","name":"errorstm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"name":"ENTRY","id":40,"value":1,"literal":"ENTRY","eClass":"EEnumLiteral"},{"name":"EXIT","id":41,"value":2,"literal":"EXIT","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":17,"target":2},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":18},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":1},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":13},{"source":24,"target":1},{"source":18,"target":1},{"source":18,"target":25},{"source":18,"target":2},{"source":18,"target":12},{"source":25,"target":1},{"source":22,"target":8},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":8},{"source":23,"target":27},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":2},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":1},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":33},{"source":33,"target":3},{"source":33,"target":34},{"source":33,"target":4},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":35},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":36,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":37},{"source":37,"target":2},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":9},{"source":38,"target":39},{"source":38,"target":8},{"source":39,"target":9},{"source":9,"target":0},{"source":9,"target":40},{"source":9,"target":41},{"source":40,"target":9},{"source":41,"target":9}],"multigraph":true}
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="adl103" nsURI="http://adl103" nsPrefix="_adl103"> <eClassifiers xsi:type="ecore:EClass" name="System"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//CNamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pref=offers"/> <details key="pref=uses"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="offers" upperBound="-1" eType="#//Provided" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Required" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//CNamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Required.connections"/> <details key="lsrc=from"/> <details key="ltrg=to"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Provided"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CNamedElement" 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="Port" 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="Required" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" eType="#//Connection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Foo" eSuperTypes="#//Component"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="e" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bar" eSuperTypes="#//Component"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=boozes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boozes" upperBound="-1" eType="#//Booz" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Booz" eSuperTypes="#//CNamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Barstuff"/> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl103.ecore
ecore
adl103 System components Provided Component offers uses Connection to from CNamedElement name Port name Required connections Foo e Bar a b boozes Booz Barstuff
null
{"directed":true,"nodes":[{"nsPrefix":"_adl103","nsURI":"http://adl103","name":"adl103","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":"Provided","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CNamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foo","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bar","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booz","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Barstuff","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offers","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":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"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},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"e","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":"a","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":"b","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boozes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":12,"target":3},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":14},{"source":14,"target":6},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":2},{"source":16,"target":7},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":7},{"source":17,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":2},{"source":21,"target":7},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":7},{"source":22,"target":5},{"source":5,"target":0},{"source":5,"target":25},{"source":25,"target":26},{"source":25,"target":5},{"source":6,"target":0},{"source":6,"target":27},{"source":27,"target":28},{"source":27,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":4},{"source":29,"target":31},{"source":29,"target":7},{"source":31,"target":4},{"source":30,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":32},{"source":8,"target":33},{"source":32,"target":34},{"source":32,"target":8},{"source":33,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":35,"target":39},{"source":35,"target":9},{"source":36,"target":40},{"source":36,"target":9},{"source":37,"target":10},{"source":37,"target":41},{"source":37,"target":9},{"source":41,"target":10},{"source":38,"target":3},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":42},{"source":42,"target":5},{"source":11,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsER2MOFinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public RedefinableElement NamedElement visibility ClearVariableAction AnyTrigger CombinedFragment InteractionOperand Association EnumerationLiteral State WriteVariableAction ConditionalNode DecisionNode ClearAssociationAction LiteralSpecification Classifier inheritedMember generalization PartDecomposition FlowFinalNode IntervalConstraint InstanceSpecification Namespace member ObjectNode AcceptEventAction SignalTrigger StructuredClassifier BroadcastSignalAction CreateLinkObjectAction VariableAction Activity Extend CreateLinkAction EncapsulatedClassifier ChangeTrigger CallTrigger Device Reception ReadSelfAction DeployedArtifact ReadStructuralFeatureAction ConnectionPointReference StateInvariant MessageTrigger ReplyAction Manifestation CallAction DurationObservationAction WriteLinkAction DataType RemoveVariableValueAction Generalization general Artifact TimeTrigger RedefinableTemplateSignature InformationItem Region CallOperationAction Collaboration ExecutionOccurrence ExpansionNode CommunicationPath Action MergeNode Trigger LinkAction ProtocolStateMachine MessageEnd LiteralInteger CentralBufferNode ControlFlow Expression Substitution Constraint RaiseExceptionAction Parameter GeneralizationSet InputPin AddStructuralFeatureValueAction Implementation Include StructuredActivityNode PrimitiveFunction GeneralOrdering FinalNode DeploymentTarget ReadLinkObjectEndQualifierAction InteractionOccurrence Pin ProtocolTransition Node ControlNode ReadExtentAction Permission TypedElement Message Type TimeObservationAction Interface TemplateableClassifier Variable ActivityFinalNode Class BehavioredClassifier ReclassifyObjectAction Operation ClearStructuralFeatureAction LiteralUnlimitedNatural LiteralBoolean DataStoreNode DurationInterval ActivityEdge ReadLinkAction ApplyFunctionAction ExtensionPoint InitialNode Behavior Lifeline Profile ExtensionEnd StructuralFeatureAction InteractionConstraint Abstraction WriteStructuralFeatureAction ActivityNode Deployment UseCase DestroyObjectAction CallBehaviorAction AddVariableValueAction StartOwnedBehaviorAction CollaborationOccurrence Enumeration Connector OutputPin Interval ReadIsClassifiedObjectAction InformationFlow SendSignalAction AcceptCallAction PackageableElement DeploymentSpecification Continuation PrimitiveType DurationConstraint Port ValuePin Stereotype InstanceValue Feature ActivityParameterNode Stop TimeExpression Usage RemoveStructuralFeatureValueAction Actor Pseudostate Dependency ReadVariableAction Vertex SendObjectAction Duration Interaction StateMachine AssociationClass LiteralString EventOccurrence TimeInterval CreateObjectAction Property ExecutionEnvironment ValueSpecification Extension Realization ActivityPartition ParameterSet ObjectFlow Model TestIdentityAction Component StructuralFeature Gate LoopNode ExecutableNode ConnectableElement JoinNode InteractionFragment ForkNode Transition Signal TimeConstraint ExpansionRegion DestroyLinkAction FinalState BehavioralFeature ReadLinkObjectEndAction InvocationAction OpaqueExpression Package ParameterableClassifier LiteralNull
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"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":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":204},{"source":204,"target":3},{"source":3,"target":0},{"source":3,"target":205},{"source":205,"target":1},{"source":205,"target":206},{"source":205,"target":3},{"source":206,"target":1},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":207},{"source":207,"target":28},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":208},{"source":208,"target":42},{"source":6,"target":0},{"source":6,"target":185},{"source":6,"target":209},{"source":209,"target":185},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":185},{"source":7,"target":210},{"source":7,"target":211},{"source":210,"target":21},{"source":211,"target":185},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":212},{"source":212,"target":16},{"source":9,"target":0},{"source":9,"target":20},{"source":9,"target":213},{"source":213,"target":20},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":2},{"source":10,"target":158},{"source":10,"target":214},{"source":10,"target":215},{"source":10,"target":216},{"source":214,"target":21},{"source":215,"target":2},{"source":216,"target":158},{"source":11,"target":0},{"source":11,"target":28},{"source":11,"target":217},{"source":217,"target":28},{"source":12,"target":0},{"source":12,"target":80},{"source":12,"target":218},{"source":218,"target":80},{"source":13,"target":0},{"source":13,"target":90},{"source":13,"target":219},{"source":219,"target":90},{"source":14,"target":0},{"source":14,"target":61},{"source":14,"target":220},{"source":220,"target":61},{"source":15,"target":0},{"source":15,"target":170},{"source":15,"target":221},{"source":221,"target":170},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":95},{"source":16,"target":2},{"source":16,"target":222},{"source":16,"target":223},{"source":16,"target":224},{"source":16,"target":225},{"source":16,"target":226},{"source":222,"target":3},{"source":222,"target":227},{"source":222,"target":16},{"source":227,"target":3},{"source":223,"target":50},{"source":223,"target":228},{"source":223,"target":16},{"source":228,"target":50},{"source":224,"target":21},{"source":225,"target":95},{"source":226,"target":2},{"source":17,"target":0},{"source":17,"target":86},{"source":17,"target":229},{"source":229,"target":86},{"source":18,"target":0},{"source":18,"target":83},{"source":18,"target":230},{"source":230,"target":83},{"source":19,"target":0},{"source":19,"target":72},{"source":19,"target":231},{"source":231,"target":72},{"source":20,"target":0},{"source":20,"target":139},{"source":20,"target":84},{"source":20,"target":38},{"source":20,"target":232},{"source":20,"target":233},{"source":20,"target":234},{"source":232,"target":139},{"source":233,"target":84},{"source":234,"target":38},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":235},{"source":21,"target":236},{"source":235,"target":3},{"source":235,"target":237},{"source":235,"target":21},{"source":237,"target":3},{"source":236,"target":3},{"source":22,"target":0},{"source":22,"target":123},{"source":22,"target":93},{"source":22,"target":238},{"source":22,"target":239},{"source":238,"target":123},{"source":239,"target":93},{"source":23,"target":0},{"source":23,"target":61},{"source":23,"target":240},{"source":240,"target":61},{"source":24,"target":0},{"source":24,"target":42},{"source":24,"target":241},{"source":241,"target":42},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":242},{"source":242,"target":16},{"source":26,"target":0},{"source":26,"target":195},{"source":26,"target":243},{"source":243,"target":195},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":244},{"source":244,"target":31},{"source":28,"target":0},{"source":28,"target":61},{"source":28,"target":245},{"source":245,"target":61},{"source":29,"target":0},{"source":29,"target":115},{"source":29,"target":246},{"source":246,"target":115},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":247},{"source":247,"target":3},{"source":31,"target":0},{"source":31,"target":47},{"source":31,"target":248},{"source":248,"target":47},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":249},{"source":249,"target":25},{"source":33,"target":0},{"source":33,"target":63},{"source":33,"target":250},{"source":250,"target":63},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":251},{"source":251,"target":42},{"source":35,"target":0},{"source":35,"target":89},{"source":35,"target":252},{"source":252,"target":89},{"source":36,"target":0},{"source":36,"target":193},{"source":36,"target":253},{"source":253,"target":193},{"source":37,"target":0},{"source":37,"target":61},{"source":37,"target":254},{"source":254,"target":61},{"source":38,"target":0},{"source":38,"target":3},{"source":38,"target":255},{"source":255,"target":3},{"source":39,"target":0},{"source":39,"target":119},{"source":39,"target":256},{"source":256,"target":119},{"source":40,"target":0},{"source":40,"target":158},{"source":40,"target":257},{"source":257,"target":158},{"source":41,"target":0},{"source":41,"target":185},{"source":41,"target":258},{"source":258,"target":185},{"source":42,"target":0},{"source":42,"target":63},{"source":42,"target":259},{"source":259,"target":63},{"source":43,"target":0},{"source":43,"target":61},{"source":43,"target":260},{"source":260,"target":61},{"source":44,"target":0},{"source":44,"target":121},{"source":44,"target":261},{"source":261,"target":121},{"source":45,"target":0},{"source":45,"target":195},{"source":45,"target":262},{"source":262,"target":195},{"source":46,"target":0},{"source":46,"target":122},{"source":46,"target":263},{"source":263,"target":122},{"source":47,"target":0},{"source":47,"target":64},{"source":47,"target":264},{"source":264,"target":64},{"source":48,"target":0},{"source":48,"target":16},{"source":48,"target":265},{"source":265,"target":16},{"source":49,"target":0},{"source":49,"target":11},{"source":49,"target":266},{"source":266,"target":11},{"source":50,"target":0},{"source":50,"target":267},{"source":267,"target":16},{"source":267,"target":268},{"source":267,"target":50},{"source":268,"target":16},{"source":51,"target":0},{"source":51,"target":16},{"source":51,"target":38},{"source":51,"target":269},{"source":51,"target":270},{"source":269,"target":16},{"source":270,"target":38},{"source":52,"target":0},{"source":52,"target":63},{"source":52,"target":271},{"source":271,"target":63},{"source":53,"target":0},{"source":53,"target":2},{"source":53,"target":272},{"source":272,"target":2},{"source":54,"target":0},{"source":54,"target":16},{"source":54,"target":273},{"source":273,"target":16},{"source":55,"target":0},{"source":55,"target":21},{"source":55,"target":2},{"source":55,"target":274},{"source":55,"target":275},{"source":274,"target":21},{"source":275,"target":2},{"source":56,"target":0},{"source":56,"target":45},{"source":56,"target":276},{"source":276,"target":45},{"source":57,"target":0},{"source":57,"target":102},{"source":57,"target":25},{"source":57,"target":277},{"source":57,"target":278},{"source":277,"target":102},{"source":278,"target":25},{"source":58,"target":0},{"source":58,"target":185},{"source":58,"target":279},{"source":279,"target":185},{"source":59,"target":0},{"source":59,"target":22},{"source":59,"target":280},{"source":280,"target":22},{"source":60,"target":0},{"source":60,"target":8},{"source":60,"target":281},{"source":281,"target":8},{"source":61,"target":0},{"source":61,"target":182},{"source":61,"target":282},{"source":282,"target":182},{"source":62,"target":0},{"source":62,"target":90},{"source":62,"target":283},{"source":283,"target":90},{"source":63,"target":0},{"source":63,"target":3},{"source":63,"target":284},{"source":284,"target":3},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":285},{"source":285,"target":61},{"source":65,"target":0},{"source":65,"target":162},{"source":65,"target":286},{"source":286,"target":162},{"source":66,"target":0},{"source":66,"target":3},{"source":66,"target":287},{"source":287,"target":3},{"source":67,"target":0},{"source":67,"target":15},{"source":67,"target":288},{"source":288,"target":15},{"source":68,"target":0},{"source":68,"target":22},{"source":68,"target":289},{"source":289,"target":22},{"source":69,"target":0},{"source":69,"target":110},{"source":69,"target":290},{"source":290,"target":110},{"source":70,"target":0},{"source":70,"target":196},{"source":70,"target":291},{"source":291,"target":196},{"source":71,"target":0},{"source":71,"target":172},{"source":71,"target":292},{"source":292,"target":172},{"source":72,"target":0},{"source":72,"target":139},{"source":72,"target":293},{"source":293,"target":139},{"source":73,"target":0},{"source":73,"target":61},{"source":73,"target":294},{"source":294,"target":61},{"source":74,"target":0},{"source":74,"target":183},{"source":74,"target":93},{"source":74,"target":295},{"source":74,"target":296},{"source":295,"target":183},{"source":296,"target":93},{"source":75,"target":0},{"source":75,"target":139},{"source":75,"target":297},{"source":297,"target":139},{"source":76,"target":0},{"source":76,"target":87},{"source":76,"target":298},{"source":298,"target":87},{"source":77,"target":0},{"source":77,"target":122},{"source":77,"target":299},{"source":299,"target":122},{"source":78,"target":0},{"source":78,"target":172},{"source":78,"target":300},{"source":300,"target":172},{"source":79,"target":0},{"source":79,"target":3},{"source":79,"target":301},{"source":301,"target":3},{"source":80,"target":0},{"source":80,"target":61},{"source":80,"target":21},{"source":80,"target":302},{"source":80,"target":303},{"source":302,"target":61},{"source":303,"target":21},{"source":81,"target":0},{"source":81,"target":139},{"source":81,"target":304},{"source":304,"target":139},{"source":82,"target":0},{"source":82,"target":3},{"source":82,"target":305},{"source":305,"target":3},{"source":83,"target":0},{"source":83,"target":90},{"source":83,"target":306},{"source":306,"target":90},{"source":84,"target":0},{"source":84,"target":3},{"source":84,"target":307},{"source":307,"target":3},{"source":85,"target":0},{"source":85,"target":61},{"source":85,"target":308},{"source":308,"target":61},{"source":86,"target":0},{"source":86,"target":185},{"source":86,"target":309},{"source":309,"target":185},{"source":87,"target":0},{"source":87,"target":22},{"source":87,"target":310},{"source":310,"target":22},{"source":88,"target":0},{"source":88,"target":187},{"source":88,"target":311},{"source":311,"target":187},{"source":89,"target":0},{"source":89,"target":101},{"source":89,"target":84},{"source":89,"target":312},{"source":89,"target":313},{"source":312,"target":101},{"source":313,"target":84},{"source":90,"target":0},{"source":90,"target":123},{"source":90,"target":314},{"source":314,"target":123},{"source":91,"target":0},{"source":91,"target":61},{"source":91,"target":315},{"source":315,"target":61},{"source":92,"target":0},{"source":92,"target":156},{"source":92,"target":316},{"source":316,"target":156},{"source":93,"target":0},{"source":93,"target":3},{"source":93,"target":317},{"source":317,"target":3},{"source":94,"target":0},{"source":94,"target":3},{"source":94,"target":318},{"source":318,"target":3},{"source":95,"target":0},{"source":95,"target":139},{"source":95,"target":319},{"source":319,"target":139},{"source":96,"target":0},{"source":96,"target":122},{"source":96,"target":320},{"source":320,"target":122},{"source":97,"target":0},{"source":97,"target":16},{"source":97,"target":321},{"source":321,"target":16},{"source":98,"target":0},{"source":98,"target":16},{"source":98,"target":322},{"source":322,"target":16},{"source":99,"target":0},{"source":99,"target":183},{"source":99,"target":93},{"source":99,"target":323},{"source":99,"target":324},{"source":323,"target":183},{"source":324,"target":93},{"source":100,"target":0},{"source":100,"target":83},{"source":100,"target":325},{"source":325,"target":83},{"source":101,"target":0},{"source":101,"target":102},{"source":101,"target":32},{"source":101,"target":326},{"source":101,"target":327},{"source":326,"target":102},{"source":327,"target":32},{"source":102,"target":0},{"source":102,"target":16},{"source":102,"target":328},{"source":328,"target":16},{"source":103,"target":0},{"source":103,"target":61},{"source":103,"target":329},{"source":329,"target":61},{"source":104,"target":0},{"source":104,"target":193},{"source":104,"target":93},{"source":104,"target":330},{"source":104,"target":331},{"source":330,"target":193},{"source":331,"target":93},{"source":105,"target":0},{"source":105,"target":119},{"source":105,"target":332},{"source":332,"target":119},{"source":106,"target":0},{"source":106,"target":15},{"source":106,"target":333},{"source":333,"target":15},{"source":107,"target":0},{"source":107,"target":15},{"source":107,"target":334},{"source":334,"target":15},{"source":108,"target":0},{"source":108,"target":68},{"source":108,"target":335},{"source":335,"target":68},{"source":109,"target":0},{"source":109,"target":134},{"source":109,"target":336},{"source":336,"target":134},{"source":110,"target":0},{"source":110,"target":2},{"source":110,"target":337},{"source":337,"target":2},{"source":111,"target":0},{"source":111,"target":64},{"source":111,"target":338},{"source":338,"target":64},{"source":112,"target":0},{"source":112,"target":61},{"source":112,"target":339},{"source":339,"target":61},{"source":113,"target":0},{"source":113,"target":2},{"source":113,"target":340},{"source":340,"target":2},{"source":114,"target":0},{"source":114,"target":90},{"source":114,"target":341},{"source":341,"target":90},{"source":115,"target":0},{"source":115,"target":101},{"source":115,"target":342},{"source":342,"target":101},{"source":116,"target":0},{"source":116,"target":3},{"source":116,"target":343},{"source":343,"target":3},{"source":117,"target":0},{"source":117,"target":197},{"source":117,"target":344},{"source":344,"target":197},{"source":118,"target":0},{"source":118,"target":168},{"source":118,"target":345},{"source":345,"target":168},{"source":119,"target":0},{"source":119,"target":61},{"source":119,"target":346},{"source":346,"target":61},{"source":120,"target":0},{"source":120,"target":72},{"source":120,"target":347},{"source":347,"target":72},{"source":121,"target":0},{"source":121,"target":156},{"source":121,"target":348},{"source":348,"target":156},{"source":122,"target":0},{"source":122,"target":119},{"source":122,"target":349},{"source":349,"target":119},{"source":123,"target":0},{"source":123,"target":2},{"source":123,"target":350},{"source":350,"target":2},{"source":124,"target":0},{"source":124,"target":156},{"source":124,"target":351},{"source":351,"target":156},{"source":125,"target":0},{"source":125,"target":102},{"source":125,"target":352},{"source":352,"target":102},{"source":126,"target":0},{"source":126,"target":61},{"source":126,"target":353},{"source":353,"target":61},{"source":127,"target":0},{"source":127,"target":45},{"source":127,"target":354},{"source":354,"target":45},{"source":128,"target":0},{"source":128,"target":11},{"source":128,"target":355},{"source":355,"target":11},{"source":129,"target":0},{"source":129,"target":61},{"source":129,"target":356},{"source":356,"target":61},{"source":130,"target":0},{"source":130,"target":3},{"source":130,"target":357},{"source":357,"target":3},{"source":131,"target":0},{"source":131,"target":48},{"source":131,"target":358},{"source":358,"target":48},{"source":132,"target":0},{"source":132,"target":148},{"source":132,"target":359},{"source":359,"target":148},{"source":133,"target":0},{"source":133,"target":87},{"source":133,"target":360},{"source":360,"target":87},{"source":134,"target":0},{"source":134,"target":170},{"source":134,"target":361},{"source":361,"target":170},{"source":135,"target":0},{"source":135,"target":61},{"source":135,"target":362},{"source":362,"target":61},{"source":136,"target":0},{"source":136,"target":139},{"source":136,"target":363},{"source":363,"target":139},{"source":137,"target":0},{"source":137,"target":195},{"source":137,"target":364},{"source":364,"target":195},{"source":138,"target":0},{"source":138,"target":23},{"source":138,"target":365},{"source":365,"target":23},{"source":139,"target":0},{"source":139,"target":3},{"source":139,"target":366},{"source":366,"target":3},{"source":140,"target":0},{"source":140,"target":51},{"source":140,"target":367},{"source":367,"target":51},{"source":141,"target":0},{"source":141,"target":185},{"source":141,"target":368},{"source":368,"target":185},{"source":142,"target":0},{"source":142,"target":48},{"source":142,"target":369},{"source":369,"target":48},{"source":143,"target":0},{"source":143,"target":19},{"source":143,"target":370},{"source":370,"target":19},{"source":144,"target":0},{"source":144,"target":168},{"source":144,"target":371},{"source":371,"target":168},{"source":145,"target":0},{"source":145,"target":76},{"source":145,"target":372},{"source":372,"target":76},{"source":146,"target":0},{"source":146,"target":101},{"source":146,"target":373},{"source":373,"target":101},{"source":147,"target":0},{"source":147,"target":170},{"source":147,"target":374},{"source":374,"target":170},{"source":148,"target":0},{"source":148,"target":2},{"source":148,"target":375},{"source":375,"target":2},{"source":149,"target":0},{"source":149,"target":22},{"source":149,"target":376},{"source":376,"target":22},{"source":150,"target":0},{"source":150,"target":165},{"source":150,"target":377},{"source":377,"target":165},{"source":151,"target":0},{"source":151,"target":170},{"source":151,"target":378},{"source":378,"target":170},{"source":152,"target":0},{"source":152,"target":156},{"source":152,"target":379},{"source":379,"target":156},{"source":153,"target":0},{"source":153,"target":122},{"source":153,"target":380},{"source":380,"target":122},{"source":154,"target":0},{"source":154,"target":16},{"source":154,"target":381},{"source":381,"target":16},{"source":155,"target":0},{"source":155,"target":158},{"source":155,"target":382},{"source":382,"target":158},{"source":156,"target":0},{"source":156,"target":139},{"source":156,"target":383},{"source":383,"target":139},{"source":157,"target":0},{"source":157,"target":28},{"source":157,"target":384},{"source":384,"target":28},{"source":158,"target":0},{"source":158,"target":3},{"source":158,"target":385},{"source":385,"target":3},{"source":159,"target":0},{"source":159,"target":195},{"source":159,"target":386},{"source":386,"target":195},{"source":160,"target":0},{"source":160,"target":170},{"source":160,"target":387},{"source":387,"target":170},{"source":161,"target":0},{"source":161,"target":115},{"source":161,"target":185},{"source":161,"target":388},{"source":161,"target":389},{"source":388,"target":115},{"source":389,"target":185},{"source":162,"target":0},{"source":162,"target":115},{"source":162,"target":390},{"source":390,"target":115},{"source":163,"target":0},{"source":163,"target":101},{"source":163,"target":8},{"source":163,"target":391},{"source":163,"target":392},{"source":391,"target":101},{"source":392,"target":8},{"source":164,"target":0},{"source":164,"target":15},{"source":164,"target":393},{"source":393,"target":15},{"source":165,"target":0},{"source":165,"target":185},{"source":165,"target":66},{"source":165,"target":394},{"source":165,"target":395},{"source":394,"target":185},{"source":395,"target":66},{"source":166,"target":0},{"source":166,"target":134},{"source":166,"target":396},{"source":396,"target":134},{"source":167,"target":0},{"source":167,"target":61},{"source":167,"target":397},{"source":397,"target":61},{"source":168,"target":0},{"source":168,"target":179},{"source":168,"target":183},{"source":168,"target":84},{"source":168,"target":398},{"source":168,"target":399},{"source":168,"target":400},{"source":398,"target":179},{"source":399,"target":183},{"source":400,"target":84},{"source":169,"target":0},{"source":169,"target":89},{"source":169,"target":401},{"source":401,"target":89},{"source":170,"target":0},{"source":170,"target":93},{"source":170,"target":402},{"source":402,"target":93},{"source":171,"target":0},{"source":171,"target":8},{"source":171,"target":403},{"source":403,"target":8},{"source":172,"target":0},{"source":172,"target":121},{"source":172,"target":404},{"source":404,"target":121},{"source":173,"target":0},{"source":173,"target":3},{"source":173,"target":405},{"source":405,"target":3},{"source":174,"target":0},{"source":174,"target":3},{"source":174,"target":406},{"source":406,"target":3},{"source":175,"target":0},{"source":175,"target":110},{"source":175,"target":407},{"source":407,"target":110},{"source":176,"target":0},{"source":176,"target":197},{"source":176,"target":408},{"source":408,"target":197},{"source":177,"target":0},{"source":177,"target":61},{"source":177,"target":409},{"source":409,"target":61},{"source":178,"target":0},{"source":178,"target":101},{"source":178,"target":410},{"source":410,"target":101},{"source":179,"target":0},{"source":179,"target":148},{"source":179,"target":93},{"source":179,"target":411},{"source":179,"target":412},{"source":411,"target":148},{"source":412,"target":93},{"source":180,"target":0},{"source":180,"target":66},{"source":180,"target":413},{"source":413,"target":66},{"source":181,"target":0},{"source":181,"target":80},{"source":181,"target":414},{"source":414,"target":80},{"source":182,"target":0},{"source":182,"target":123},{"source":182,"target":415},{"source":415,"target":123},{"source":183,"target":0},{"source":183,"target":3},{"source":183,"target":416},{"source":416,"target":3},{"source":184,"target":0},{"source":184,"target":90},{"source":184,"target":417},{"source":417,"target":90},{"source":185,"target":0},{"source":185,"target":3},{"source":185,"target":418},{"source":418,"target":3},{"source":186,"target":0},{"source":186,"target":90},{"source":186,"target":419},{"source":419,"target":90},{"source":187,"target":0},{"source":187,"target":2},{"source":187,"target":420},{"source":420,"target":2},{"source":188,"target":0},{"source":188,"target":16},{"source":188,"target":421},{"source":421,"target":16},{"source":189,"target":0},{"source":189,"target":19},{"source":189,"target":422},{"source":422,"target":19},{"source":190,"target":0},{"source":190,"target":80},{"source":190,"target":423},{"source":423,"target":80},{"source":191,"target":0},{"source":191,"target":47},{"source":191,"target":424},{"source":424,"target":47},{"source":192,"target":0},{"source":192,"target":10},{"source":192,"target":425},{"source":425,"target":10},{"source":193,"target":0},{"source":193,"target":21},{"source":193,"target":148},{"source":193,"target":426},{"source":193,"target":427},{"source":426,"target":21},{"source":427,"target":148},{"source":194,"target":0},{"source":194,"target":61},{"source":194,"target":428},{"source":428,"target":61},{"source":195,"target":0},{"source":195,"target":61},{"source":195,"target":429},{"source":429,"target":61},{"source":196,"target":0},{"source":196,"target":170},{"source":196,"target":430},{"source":430,"target":170},{"source":197,"target":0},{"source":197,"target":21},{"source":197,"target":139},{"source":197,"target":431},{"source":197,"target":432},{"source":431,"target":21},{"source":432,"target":139},{"source":198,"target":0},{"source":198,"target":16},{"source":198,"target":433},{"source":433,"target":16},{"source":199,"target":0},{"source":199,"target":15},{"source":199,"target":434},{"source":434,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="flow" nsURI="http://www.obeo.fr/dsl/designer/sample/flow" nsPrefix="flow"> <eAnnotations source="Tags"> <details key="test"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="StateProcessor" eSuperTypes="#//Processor"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//ComputationResult" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="current" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fork"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" upperBound="-1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Processor" eSuperTypes="#//FlowTarget #//CapacityBound #//FlowSource #//Powered"> <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="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="#//FlowElement #//Powered"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1000"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Physical"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeProcessor" eSuperTypes="#//System #//FlowTarget #//CapacityBound #//FlowSource"/> <eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//CapacityBound"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//FlowTarget" eOpposite="#//FlowTarget/incomingFlows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//FlowSource" eOpposite="#//FlowSource/outgoingFlows"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapacityBound" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="load" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Powered"> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//DataFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//FlowElement" containment="true"/> <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="temperature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerOutputs" upperBound="-1" eType="#//PowerOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerInputs" upperBound="-1" eType="#//PowerInput" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="power" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1000"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//PowerLink" containment="true" eOpposite="#//PowerLink/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Powered" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="consumption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerStatus" lowerBound="1" eType="#//PoweredStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PoweredStatus"> <eLiterals name="none"/> <eLiterals name="low" value="1"/> <eLiterals name="ok" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerInput"/> <eClassifiers xsi:type="ecore:EClass" name="PowerLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PowerInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PowerOutput" eOpposite="#//PowerOutput/links"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSource" abstract="true" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingFlows" upperBound="-1" eType="#//DataFlow" containment="true" eOpposite="#//DataFlow/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowTarget" abstract="true" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingFlows" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSource" eSuperTypes="#//FlowSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/> <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="State" eSuperTypes="#//AbstractState"> <eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1" eType="#//Event"/> <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="execute" upperBound="-1" eType="#//Operation" eOpposite="#//Operation/calledBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputationResult" eSuperTypes="#//FlowSource"/> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//State"/> <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="Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" eType="#//ComputationResult"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledBy" upperBound="-1" eType="#//State" eOpposite="#//State/execute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//FlowElementStatus" defaultValueLiteral="active"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" lowerBound="1" eType="#//FlowElementUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowElementStatus"> <eLiterals name="inactive"/> <eLiterals name="active" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowElementUsage"> <eLiterals name="unused" literal="unused"/> <eLiterals name="low" value="1" literal="low"/> <eLiterals name="standard" value="2" literal="standard"/> <eLiterals name="high" value="3" literal="high"/> <eLiterals name="over" value="4" literal="over"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Flow.ecore
ecore
flow StateProcessor outputs states current first events operations Fork next AbstractState Processor name volume 2 weight 10 Fan speed 1000 weight 3 Physical CompositeProcessor DataFlow target source CapacityBound capacity 10 load 0 System flows elements name temperature 0 weight 0 powerOutputs powerInputs PowerOutput power 1000 links Powered consumption 0 powerStatus PoweredStatus none none low low ok ok PowerInput PowerLink target source FlowSource outgoingFlows FlowTarget incomingFlows DataSource volume 2 name State catches name execute next ComputationResult Event next name Operation output volume name calledBy FlowElement status active usage FlowElementStatus inactive inactive active active FlowElementUsage unused unused low low standard standard high high over over
null
{"directed":true,"nodes":[{"nsPrefix":"flow","nsURI":"http://www.obeo.fr/dsl/designer/sample/flow","name":"flow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateProcessor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Physical","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeProcessor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapacityBound","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerOutput","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Powered","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PoweredStatus","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerInput","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSource","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowTarget","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationResult","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementStatus","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementUsage","instanceClass":null,"id":25,"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":"outputs","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"current","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":"first","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":"events","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":"operations","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":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":61,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"load","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"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":75,"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":"temperature","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"powerOutputs","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":"powerInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"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":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"power","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"container":false,"ordered":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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"consumption","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerStatus","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"none","id":97,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"low","id":98,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"ok","id":99,"value":2,"literal":"ok","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"execute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"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":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"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":"volume","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"active","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"name":"inactive","id":138,"value":0,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"active","id":139,"value":1,"literal":"active","eClass":"EEnumLiteral"},{"name":"unused","id":140,"value":0,"literal":"unused","eClass":"EEnumLiteral"},{"name":"low","id":141,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"standard","id":142,"value":2,"literal":"standard","eClass":"EEnumLiteral"},{"name":"high","id":143,"value":3,"literal":"high","eClass":"EEnumLiteral"},{"name":"over","id":144,"value":4,"literal":"over","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":4},{"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":26,"target":20},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":20},{"source":27,"target":3},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":3},{"source":28,"target":19},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":19},{"source":29,"target":19},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":19},{"source":30,"target":21},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":21},{"source":31,"target":22},{"source":31,"target":38},{"source":31,"target":1},{"source":38,"target":22},{"source":32,"target":4},{"source":2,"target":0},{"source":2,"target":39},{"source":39,"target":19},{"source":39,"target":40},{"source":39,"target":2},{"source":40,"target":19},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":9},{"source":4,"target":16},{"source":4,"target":12},{"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":41,"target":48},{"source":41,"target":4},{"source":42,"target":49},{"source":42,"target":4},{"source":43,"target":50},{"source":43,"target":4},{"source":44,"target":17},{"source":45,"target":9},{"source":46,"target":16},{"source":47,"target":12},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":12},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":51,"target":55},{"source":51,"target":5},{"source":52,"target":56},{"source":52,"target":5},{"source":53,"target":23},{"source":54,"target":12},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":17},{"source":7,"target":9},{"source":7,"target":16},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":57,"target":10},{"source":58,"target":17},{"source":59,"target":9},{"source":60,"target":16},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":17},{"source":61,"target":64},{"source":61,"target":8},{"source":61,"target":65},{"source":64,"target":17},{"source":62,"target":16},{"source":62,"target":66},{"source":62,"target":8},{"source":62,"target":67},{"source":66,"target":16},{"source":63,"target":9},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":71},{"source":68,"target":9},{"source":69,"target":72},{"source":69,"target":9},{"source":70,"target":23},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":73,"target":8},{"source":73,"target":81},{"source":73,"target":10},{"source":81,"target":8},{"source":74,"target":23},{"source":74,"target":82},{"source":74,"target":10},{"source":82,"target":23},{"source":75,"target":83},{"source":75,"target":10},{"source":76,"target":84},{"source":76,"target":10},{"source":77,"target":85},{"source":77,"target":10},{"source":78,"target":11},{"source":78,"target":86},{"source":78,"target":10},{"source":86,"target":11},{"source":79,"target":14},{"source":79,"target":87},{"source":79,"target":10},{"source":87,"target":14},{"source":80,"target":12},{"source":11,"target":0},{"source":11,"target":88},{"source":11,"target":89},{"source":88,"target":90},{"source":88,"target":11},{"source":89,"target":15},{"source":89,"target":91},{"source":89,"target":11},{"source":89,"target":92},{"source":91,"target":15},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":94},{"source":93,"target":95},{"source":93,"target":12},{"source":94,"target":13},{"source":94,"target":96},{"source":94,"target":12},{"source":96,"target":13},{"source":13,"target":0},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":97,"target":13},{"source":98,"target":13},{"source":99,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":100},{"source":15,"target":92},{"source":100,"target":14},{"source":100,"target":101},{"source":100,"target":15},{"source":101,"target":14},{"source":92,"target":11},{"source":92,"target":102},{"source":92,"target":15},{"source":92,"target":89},{"source":102,"target":11},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":67},{"source":16,"target":103},{"source":67,"target":8},{"source":67,"target":104},{"source":67,"target":16},{"source":67,"target":62},{"source":104,"target":8},{"source":103,"target":23},{"source":17,"target":0},{"source":17,"target":23},{"source":17,"target":65},{"source":17,"target":105},{"source":65,"target":8},{"source":65,"target":106},{"source":65,"target":17},{"source":65,"target":61},{"source":106,"target":8},{"source":105,"target":23},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":107,"target":110},{"source":107,"target":18},{"source":108,"target":111},{"source":108,"target":18},{"source":109,"target":16},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":112,"target":21},{"source":112,"target":117},{"source":112,"target":19},{"source":117,"target":21},{"source":113,"target":118},{"source":113,"target":19},{"source":114,"target":22},{"source":114,"target":119},{"source":114,"target":19},{"source":114,"target":120},{"source":119,"target":22},{"source":115,"target":19},{"source":115,"target":121},{"source":115,"target":19},{"source":121,"target":19},{"source":116,"target":3},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":122},{"source":122,"target":16},{"source":21,"target":0},{"source":21,"target":123},{"source":21,"target":124},{"source":123,"target":19},{"source":123,"target":125},{"source":123,"target":21},{"source":125,"target":19},{"source":124,"target":126},{"source":124,"target":21},{"source":22,"target":0},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":120},{"source":127,"target":20},{"source":127,"target":130},{"source":127,"target":22},{"source":130,"target":20},{"source":128,"target":131},{"source":128,"target":22},{"source":129,"target":132},{"source":129,"target":22},{"source":120,"target":19},{"source":120,"target":133},{"source":120,"target":22},{"source":120,"target":114},{"source":133,"target":19},{"source":23,"target":0},{"source":23,"target":134},{"source":23,"target":135},{"source":134,"target":24},{"source":134,"target":136},{"source":134,"target":23},{"source":136,"target":24},{"source":135,"target":25},{"source":135,"target":137},{"source":135,"target":23},{"source":137,"target":25},{"source":24,"target":0},{"source":24,"target":138},{"source":24,"target":139},{"source":138,"target":24},{"source":139,"target":24},{"source":25,"target":0},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":25,"target":143},{"source":25,"target":144},{"source":140,"target":25},{"source":141,"target":25},{"source":142,"target":25},{"source":143,"target":25},{"source":144,"target":25}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsRoyalAndLoyalinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public Enumeration Activity MergeNode SendSignalAction Constraint DataStoreNode VariableAction Substitution ReadSelfAction DurationConstraint RemoveVariableValueAction Classifier inheritedMember generalization ExpansionRegion TimeConstraint WriteStructuralFeatureAction DeployedArtifact ExecutableNode CombinedFragment FinalState InstanceSpecification Property Signal LinkAction InitialNode ProtocolStateMachine ActivityNode DeploymentSpecification TimeExpression ConditionalNode PackageableElement LoopNode PartDecomposition BehavioredClassifier CollaborationOccurrence AddVariableValueAction ApplyFunctionAction AcceptCallAction JoinNode Device ExecutionOccurrence Region CreateObjectAction ExecutionEnvironment CallAction AssociationClass InteractionConstraint Package ChangeTrigger ObjectNode DurationInterval StructuralFeatureAction Action InteractionOperand OutputPin Lifeline Namespace member ProtocolTransition Connector Expression ConnectionPointReference WriteVariableAction StructuredActivityNode ReadExtentAction ActivityEdge LiteralNull ReclassifyObjectAction ControlNode FinalNode DestroyObjectAction Gate ReadVariableAction Profile Include InvocationAction MessageEnd FlowFinalNode LiteralString GeneralizationSet TestIdentityAction Reception RemoveStructuralFeatureValueAction WriteLinkAction RedefinableTemplateSignature ExtensionPoint Dependency Interaction Variable ClearVariableAction StructuralFeature ActivityParameterNode Actor UseCase ExtensionEnd Deployment EnumerationLiteral TemplateableClassifier Usage ReadStructuralFeatureAction TypedElement Interval EventOccurrence Association LiteralBoolean CreateLinkObjectAction Model Operation ReadLinkObjectEndAction Trigger AcceptEventAction Continuation ActivityPartition Node ReplyAction ValuePin BroadcastSignalAction DataType TimeTrigger Extend Manifestation Implementation StructuredClassifier LiteralInteger LiteralUnlimitedNatural InteractionFragment ExpansionNode ConnectableElement SendObjectAction CallBehaviorAction Pin Extension LiteralSpecification SignalTrigger ReadLinkObjectEndQualifierAction Stereotype CreateLinkAction InformationItem DecisionNode RedefinableElement Feature ReadLinkAction ObjectFlow EncapsulatedClassifier ClearAssociationAction CommunicationPath AnyTrigger Vertex IntervalConstraint RaiseExceptionAction Message Behavior ClearStructuralFeatureAction Transition CallOperationAction State ValueSpecification CallTrigger DurationObservationAction StartOwnedBehaviorAction Duration Stop StateMachine InputPin ControlFlow OpaqueExpression InteractionOccurrence InstanceValue Permission PrimitiveFunction CentralBufferNode StateInvariant ParameterableClassifier Collaboration GeneralOrdering ParameterSet Abstraction ActivityFinalNode BehavioralFeature Interface Component MessageTrigger AddStructuralFeatureValueAction PrimitiveType Class ReadIsClassifiedObjectAction DestroyLinkAction DeploymentTarget Artifact TimeObservationAction TimeInterval Port NamedElement visibility InformationFlow Type Realization Generalization general ForkNode Pseudostate Parameter
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":117},{"source":2,"target":204},{"source":204,"target":117},{"source":3,"target":0},{"source":3,"target":151},{"source":3,"target":205},{"source":205,"target":151},{"source":4,"target":0},{"source":4,"target":68},{"source":4,"target":206},{"source":206,"target":68},{"source":5,"target":0},{"source":5,"target":75},{"source":5,"target":207},{"source":207,"target":75},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":208},{"source":208,"target":31},{"source":7,"target":0},{"source":7,"target":170},{"source":7,"target":209},{"source":209,"target":170},{"source":8,"target":0},{"source":8,"target":53},{"source":8,"target":210},{"source":210,"target":53},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":211},{"source":211,"target":195},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":212},{"source":212,"target":53},{"source":11,"target":0},{"source":11,"target":148},{"source":11,"target":213},{"source":213,"target":148},{"source":12,"target":0},{"source":12,"target":62},{"source":12,"target":214},{"source":214,"target":62},{"source":13,"target":0},{"source":13,"target":57},{"source":13,"target":194},{"source":13,"target":139},{"source":13,"target":215},{"source":13,"target":216},{"source":13,"target":217},{"source":13,"target":218},{"source":13,"target":219},{"source":215,"target":192},{"source":215,"target":220},{"source":215,"target":13},{"source":220,"target":192},{"source":216,"target":196},{"source":216,"target":221},{"source":216,"target":13},{"source":221,"target":196},{"source":217,"target":57},{"source":218,"target":194},{"source":219,"target":139},{"source":14,"target":0},{"source":14,"target":63},{"source":14,"target":222},{"source":222,"target":63},{"source":15,"target":0},{"source":15,"target":148},{"source":15,"target":223},{"source":223,"target":148},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":224},{"source":224,"target":52},{"source":17,"target":0},{"source":17,"target":192},{"source":17,"target":225},{"source":225,"target":192},{"source":18,"target":0},{"source":18,"target":27},{"source":18,"target":226},{"source":226,"target":27},{"source":19,"target":0},{"source":19,"target":125},{"source":19,"target":227},{"source":227,"target":125},{"source":20,"target":0},{"source":20,"target":155},{"source":20,"target":228},{"source":228,"target":155},{"source":21,"target":0},{"source":21,"target":31},{"source":21,"target":187},{"source":21,"target":17},{"source":21,"target":229},{"source":21,"target":230},{"source":21,"target":231},{"source":229,"target":31},{"source":230,"target":187},{"source":231,"target":17},{"source":22,"target":0},{"source":22,"target":90},{"source":22,"target":127},{"source":22,"target":187},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":232,"target":90},{"source":233,"target":127},{"source":234,"target":187},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":235},{"source":235,"target":13},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":236},{"source":236,"target":53},{"source":25,"target":0},{"source":25,"target":68},{"source":25,"target":237},{"source":237,"target":68},{"source":26,"target":0},{"source":26,"target":162},{"source":26,"target":238},{"source":238,"target":162},{"source":27,"target":0},{"source":27,"target":139},{"source":27,"target":239},{"source":239,"target":139},{"source":28,"target":0},{"source":28,"target":188},{"source":28,"target":240},{"source":240,"target":188},{"source":29,"target":0},{"source":29,"target":156},{"source":29,"target":241},{"source":241,"target":156},{"source":30,"target":0},{"source":30,"target":63},{"source":30,"target":242},{"source":242,"target":63},{"source":31,"target":0},{"source":31,"target":192},{"source":31,"target":243},{"source":243,"target":192},{"source":32,"target":0},{"source":32,"target":63},{"source":32,"target":244},{"source":244,"target":63},{"source":33,"target":0},{"source":33,"target":166},{"source":33,"target":245},{"source":245,"target":166},{"source":34,"target":0},{"source":34,"target":13},{"source":34,"target":246},{"source":246,"target":13},{"source":35,"target":0},{"source":35,"target":192},{"source":35,"target":247},{"source":247,"target":192},{"source":36,"target":0},{"source":36,"target":62},{"source":36,"target":248},{"source":248,"target":62},{"source":37,"target":0},{"source":37,"target":53},{"source":37,"target":249},{"source":249,"target":53},{"source":38,"target":0},{"source":38,"target":110},{"source":38,"target":250},{"source":250,"target":110},{"source":39,"target":0},{"source":39,"target":68},{"source":39,"target":251},{"source":251,"target":68},{"source":40,"target":0},{"source":40,"target":113},{"source":40,"target":252},{"source":252,"target":113},{"source":41,"target":0},{"source":41,"target":125},{"source":41,"target":253},{"source":253,"target":125},{"source":42,"target":0},{"source":42,"target":57},{"source":42,"target":139},{"source":42,"target":254},{"source":42,"target":255},{"source":254,"target":57},{"source":255,"target":139},{"source":43,"target":0},{"source":43,"target":53},{"source":43,"target":256},{"source":256,"target":53},{"source":44,"target":0},{"source":44,"target":113},{"source":44,"target":257},{"source":257,"target":113},{"source":45,"target":0},{"source":45,"target":75},{"source":45,"target":258},{"source":258,"target":75},{"source":46,"target":0},{"source":46,"target":184},{"source":46,"target":103},{"source":46,"target":259},{"source":46,"target":260},{"source":259,"target":184},{"source":260,"target":103},{"source":47,"target":0},{"source":47,"target":6},{"source":47,"target":261},{"source":261,"target":6},{"source":48,"target":0},{"source":48,"target":57},{"source":48,"target":31},{"source":48,"target":262},{"source":48,"target":263},{"source":262,"target":57},{"source":263,"target":31},{"source":49,"target":0},{"source":49,"target":109},{"source":49,"target":264},{"source":264,"target":109},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":100},{"source":50,"target":265},{"source":50,"target":266},{"source":265,"target":27},{"source":266,"target":100},{"source":51,"target":0},{"source":51,"target":101},{"source":51,"target":267},{"source":267,"target":101},{"source":52,"target":0},{"source":52,"target":53},{"source":52,"target":268},{"source":268,"target":53},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":269},{"source":269,"target":18},{"source":54,"target":0},{"source":54,"target":57},{"source":54,"target":125},{"source":54,"target":270},{"source":54,"target":271},{"source":270,"target":57},{"source":271,"target":125},{"source":55,"target":0},{"source":55,"target":130},{"source":55,"target":272},{"source":272,"target":130},{"source":56,"target":0},{"source":56,"target":192},{"source":56,"target":273},{"source":273,"target":192},{"source":57,"target":0},{"source":57,"target":192},{"source":57,"target":274},{"source":57,"target":275},{"source":274,"target":192},{"source":274,"target":276},{"source":274,"target":57},{"source":276,"target":192},{"source":275,"target":192},{"source":58,"target":0},{"source":58,"target":153},{"source":58,"target":277},{"source":277,"target":153},{"source":59,"target":0},{"source":59,"target":140},{"source":59,"target":278},{"source":278,"target":140},{"source":60,"target":0},{"source":60,"target":165},{"source":60,"target":279},{"source":279,"target":165},{"source":61,"target":0},{"source":61,"target":147},{"source":61,"target":280},{"source":280,"target":147},{"source":62,"target":0},{"source":62,"target":8},{"source":62,"target":281},{"source":281,"target":8},{"source":63,"target":0},{"source":63,"target":53},{"source":63,"target":57},{"source":63,"target":282},{"source":63,"target":283},{"source":282,"target":53},{"source":283,"target":57},{"source":64,"target":0},{"source":64,"target":53},{"source":64,"target":284},{"source":284,"target":53},{"source":65,"target":0},{"source":65,"target":139},{"source":65,"target":285},{"source":285,"target":139},{"source":66,"target":0},{"source":66,"target":132},{"source":66,"target":286},{"source":286,"target":132},{"source":67,"target":0},{"source":67,"target":53},{"source":67,"target":287},{"source":287,"target":53},{"source":68,"target":0},{"source":68,"target":27},{"source":68,"target":288},{"source":288,"target":27},{"source":69,"target":0},{"source":69,"target":68},{"source":69,"target":289},{"source":289,"target":68},{"source":70,"target":0},{"source":70,"target":53},{"source":70,"target":290},{"source":290,"target":53},{"source":71,"target":0},{"source":71,"target":76},{"source":71,"target":291},{"source":291,"target":76},{"source":72,"target":0},{"source":72,"target":8},{"source":72,"target":292},{"source":292,"target":8},{"source":73,"target":0},{"source":73,"target":48},{"source":73,"target":293},{"source":293,"target":48},{"source":74,"target":0},{"source":74,"target":192},{"source":74,"target":294},{"source":294,"target":192},{"source":75,"target":0},{"source":75,"target":53},{"source":75,"target":295},{"source":295,"target":53},{"source":76,"target":0},{"source":76,"target":192},{"source":76,"target":296},{"source":296,"target":192},{"source":77,"target":0},{"source":77,"target":69},{"source":77,"target":297},{"source":297,"target":69},{"source":78,"target":0},{"source":78,"target":132},{"source":78,"target":298},{"source":298,"target":132},{"source":79,"target":0},{"source":79,"target":31},{"source":79,"target":299},{"source":299,"target":31},{"source":80,"target":0},{"source":80,"target":53},{"source":80,"target":300},{"source":300,"target":53},{"source":81,"target":0},{"source":81,"target":178},{"source":81,"target":301},{"source":301,"target":178},{"source":82,"target":0},{"source":82,"target":16},{"source":82,"target":302},{"source":302,"target":16},{"source":83,"target":0},{"source":83,"target":24},{"source":83,"target":303},{"source":303,"target":24},{"source":84,"target":0},{"source":84,"target":139},{"source":84,"target":304},{"source":304,"target":139},{"source":85,"target":0},{"source":85,"target":139},{"source":85,"target":305},{"source":305,"target":139},{"source":86,"target":0},{"source":86,"target":31},{"source":86,"target":306},{"source":306,"target":31},{"source":87,"target":0},{"source":87,"target":151},{"source":87,"target":125},{"source":87,"target":307},{"source":87,"target":308},{"source":307,"target":151},{"source":308,"target":125},{"source":88,"target":0},{"source":88,"target":127},{"source":88,"target":100},{"source":88,"target":309},{"source":88,"target":310},{"source":309,"target":127},{"source":310,"target":100},{"source":89,"target":0},{"source":89,"target":8},{"source":89,"target":311},{"source":311,"target":8},{"source":90,"target":0},{"source":90,"target":140},{"source":90,"target":100},{"source":90,"target":312},{"source":90,"target":313},{"source":312,"target":140},{"source":313,"target":100},{"source":91,"target":0},{"source":91,"target":50},{"source":91,"target":314},{"source":314,"target":50},{"source":92,"target":0},{"source":92,"target":13},{"source":92,"target":315},{"source":315,"target":13},{"source":93,"target":0},{"source":93,"target":34},{"source":93,"target":316},{"source":316,"target":34},{"source":94,"target":0},{"source":94,"target":22},{"source":94,"target":317},{"source":317,"target":22},{"source":95,"target":0},{"source":95,"target":86},{"source":95,"target":318},{"source":318,"target":86},{"source":96,"target":0},{"source":96,"target":21},{"source":96,"target":319},{"source":319,"target":21},{"source":97,"target":0},{"source":97,"target":13},{"source":97,"target":320},{"source":320,"target":13},{"source":98,"target":0},{"source":98,"target":86},{"source":98,"target":321},{"source":321,"target":86},{"source":99,"target":0},{"source":99,"target":52},{"source":99,"target":322},{"source":322,"target":52},{"source":100,"target":0},{"source":100,"target":192},{"source":100,"target":323},{"source":323,"target":192},{"source":101,"target":0},{"source":101,"target":156},{"source":101,"target":324},{"source":324,"target":156},{"source":102,"target":0},{"source":102,"target":125},{"source":102,"target":76},{"source":102,"target":325},{"source":102,"target":326},{"source":325,"target":125},{"source":326,"target":76},{"source":103,"target":0},{"source":103,"target":13},{"source":103,"target":327},{"source":327,"target":13},{"source":104,"target":0},{"source":104,"target":132},{"source":104,"target":328},{"source":328,"target":132},{"source":105,"target":0},{"source":105,"target":136},{"source":105,"target":329},{"source":329,"target":136},{"source":106,"target":0},{"source":106,"target":48},{"source":106,"target":330},{"source":330,"target":48},{"source":107,"target":0},{"source":107,"target":178},{"source":107,"target":100},{"source":107,"target":331},{"source":107,"target":332},{"source":331,"target":178},{"source":332,"target":100},{"source":108,"target":0},{"source":108,"target":53},{"source":108,"target":333},{"source":333,"target":53},{"source":109,"target":0},{"source":109,"target":192},{"source":109,"target":334},{"source":334,"target":192},{"source":110,"target":0},{"source":110,"target":53},{"source":110,"target":335},{"source":335,"target":53},{"source":111,"target":0},{"source":111,"target":125},{"source":111,"target":336},{"source":336,"target":125},{"source":112,"target":0},{"source":112,"target":192},{"source":112,"target":337},{"source":337,"target":192},{"source":113,"target":0},{"source":113,"target":184},{"source":113,"target":187},{"source":113,"target":338},{"source":113,"target":339},{"source":338,"target":184},{"source":339,"target":187},{"source":114,"target":0},{"source":114,"target":53},{"source":114,"target":340},{"source":340,"target":53},{"source":115,"target":0},{"source":115,"target":163},{"source":115,"target":341},{"source":341,"target":163},{"source":116,"target":0},{"source":116,"target":75},{"source":116,"target":342},{"source":342,"target":75},{"source":117,"target":0},{"source":117,"target":13},{"source":117,"target":343},{"source":343,"target":13},{"source":118,"target":0},{"source":118,"target":109},{"source":118,"target":344},{"source":344,"target":109},{"source":119,"target":0},{"source":119,"target":192},{"source":119,"target":345},{"source":345,"target":192},{"source":120,"target":0},{"source":120,"target":176},{"source":120,"target":346},{"source":346,"target":176},{"source":121,"target":0},{"source":121,"target":195},{"source":121,"target":347},{"source":347,"target":195},{"source":122,"target":0},{"source":122,"target":13},{"source":122,"target":348},{"source":348,"target":13},{"source":123,"target":0},{"source":123,"target":132},{"source":123,"target":349},{"source":349,"target":132},{"source":124,"target":0},{"source":124,"target":132},{"source":124,"target":350},{"source":350,"target":132},{"source":125,"target":0},{"source":125,"target":192},{"source":125,"target":351},{"source":351,"target":192},{"source":126,"target":0},{"source":126,"target":50},{"source":126,"target":352},{"source":352,"target":50},{"source":127,"target":0},{"source":127,"target":192},{"source":127,"target":353},{"source":353,"target":192},{"source":128,"target":0},{"source":128,"target":75},{"source":128,"target":354},{"source":354,"target":75},{"source":129,"target":0},{"source":129,"target":45},{"source":129,"target":355},{"source":355,"target":45},{"source":130,"target":0},{"source":130,"target":50},{"source":130,"target":356},{"source":356,"target":50},{"source":131,"target":0},{"source":131,"target":103},{"source":131,"target":357},{"source":357,"target":103},{"source":132,"target":0},{"source":132,"target":156},{"source":132,"target":358},{"source":358,"target":156},{"source":133,"target":0},{"source":133,"target":181},{"source":133,"target":359},{"source":359,"target":181},{"source":134,"target":0},{"source":134,"target":53},{"source":134,"target":360},{"source":360,"target":53},{"source":135,"target":0},{"source":135,"target":184},{"source":135,"target":361},{"source":361,"target":184},{"source":136,"target":0},{"source":136,"target":83},{"source":136,"target":362},{"source":362,"target":83},{"source":137,"target":0},{"source":137,"target":13},{"source":137,"target":363},{"source":363,"target":13},{"source":138,"target":0},{"source":138,"target":68},{"source":138,"target":364},{"source":364,"target":68},{"source":139,"target":0},{"source":139,"target":192},{"source":139,"target":365},{"source":365,"target":192},{"source":140,"target":0},{"source":140,"target":139},{"source":140,"target":366},{"source":366,"target":139},{"source":141,"target":0},{"source":141,"target":24},{"source":141,"target":367},{"source":367,"target":24},{"source":142,"target":0},{"source":142,"target":65},{"source":142,"target":368},{"source":368,"target":65},{"source":143,"target":0},{"source":143,"target":122},{"source":143,"target":369},{"source":369,"target":122},{"source":144,"target":0},{"source":144,"target":53},{"source":144,"target":370},{"source":370,"target":53},{"source":145,"target":0},{"source":145,"target":103},{"source":145,"target":371},{"source":371,"target":103},{"source":146,"target":0},{"source":146,"target":181},{"source":146,"target":372},{"source":372,"target":181},{"source":147,"target":0},{"source":147,"target":192},{"source":147,"target":373},{"source":373,"target":192},{"source":148,"target":0},{"source":148,"target":6},{"source":148,"target":374},{"source":374,"target":6},{"source":149,"target":0},{"source":149,"target":53},{"source":149,"target":375},{"source":375,"target":53},{"source":150,"target":0},{"source":150,"target":192},{"source":150,"target":376},{"source":376,"target":192},{"source":151,"target":0},{"source":151,"target":184},{"source":151,"target":377},{"source":377,"target":184},{"source":152,"target":0},{"source":152,"target":52},{"source":152,"target":378},{"source":378,"target":52},{"source":153,"target":0},{"source":153,"target":139},{"source":153,"target":379},{"source":379,"target":139},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":380},{"source":380,"target":45},{"source":155,"target":0},{"source":155,"target":57},{"source":155,"target":139},{"source":155,"target":147},{"source":155,"target":381},{"source":155,"target":382},{"source":155,"target":383},{"source":381,"target":57},{"source":382,"target":139},{"source":383,"target":147},{"source":156,"target":0},{"source":156,"target":100},{"source":156,"target":384},{"source":384,"target":100},{"source":157,"target":0},{"source":157,"target":181},{"source":157,"target":385},{"source":385,"target":181},{"source":158,"target":0},{"source":158,"target":16},{"source":158,"target":386},{"source":386,"target":16},{"source":159,"target":0},{"source":159,"target":53},{"source":159,"target":387},{"source":387,"target":53},{"source":160,"target":0},{"source":160,"target":156},{"source":160,"target":388},{"source":388,"target":156},{"source":161,"target":0},{"source":161,"target":102},{"source":161,"target":389},{"source":389,"target":102},{"source":162,"target":0},{"source":162,"target":151},{"source":162,"target":390},{"source":390,"target":151},{"source":163,"target":0},{"source":163,"target":130},{"source":163,"target":391},{"source":391,"target":130},{"source":164,"target":0},{"source":164,"target":65},{"source":164,"target":392},{"source":392,"target":65},{"source":165,"target":0},{"source":165,"target":156},{"source":165,"target":393},{"source":393,"target":156},{"source":166,"target":0},{"source":166,"target":125},{"source":166,"target":394},{"source":394,"target":125},{"source":167,"target":0},{"source":167,"target":156},{"source":167,"target":395},{"source":395,"target":156},{"source":168,"target":0},{"source":168,"target":86},{"source":168,"target":396},{"source":396,"target":86},{"source":169,"target":0},{"source":169,"target":31},{"source":169,"target":397},{"source":397,"target":31},{"source":170,"target":0},{"source":170,"target":50},{"source":170,"target":398},{"source":398,"target":50},{"source":171,"target":0},{"source":171,"target":125},{"source":171,"target":399},{"source":399,"target":125},{"source":172,"target":0},{"source":172,"target":13},{"source":172,"target":400},{"source":400,"target":13},{"source":173,"target":0},{"source":173,"target":34},{"source":173,"target":122},{"source":173,"target":401},{"source":173,"target":402},{"source":401,"target":34},{"source":402,"target":122},{"source":174,"target":0},{"source":174,"target":192},{"source":174,"target":403},{"source":403,"target":192},{"source":175,"target":0},{"source":175,"target":192},{"source":175,"target":404},{"source":404,"target":192},{"source":176,"target":0},{"source":176,"target":86},{"source":176,"target":405},{"source":405,"target":86},{"source":177,"target":0},{"source":177,"target":69},{"source":177,"target":406},{"source":406,"target":69},{"source":178,"target":0},{"source":178,"target":57},{"source":178,"target":140},{"source":178,"target":407},{"source":178,"target":408},{"source":407,"target":57},{"source":408,"target":140},{"source":179,"target":0},{"source":179,"target":13},{"source":179,"target":409},{"source":409,"target":13},{"source":180,"target":0},{"source":180,"target":184},{"source":180,"target":410},{"source":410,"target":184},{"source":181,"target":0},{"source":181,"target":109},{"source":181,"target":411},{"source":411,"target":109},{"source":182,"target":0},{"source":182,"target":16},{"source":182,"target":412},{"source":412,"target":16},{"source":183,"target":0},{"source":183,"target":117},{"source":183,"target":413},{"source":413,"target":117},{"source":184,"target":0},{"source":184,"target":34},{"source":184,"target":143},{"source":184,"target":414},{"source":184,"target":415},{"source":414,"target":34},{"source":415,"target":143},{"source":185,"target":0},{"source":185,"target":53},{"source":185,"target":416},{"source":416,"target":53},{"source":186,"target":0},{"source":186,"target":83},{"source":186,"target":417},{"source":417,"target":83},{"source":187,"target":0},{"source":187,"target":192},{"source":187,"target":418},{"source":418,"target":192},{"source":188,"target":0},{"source":188,"target":13},{"source":188,"target":17},{"source":188,"target":419},{"source":188,"target":420},{"source":419,"target":13},{"source":420,"target":17},{"source":189,"target":0},{"source":189,"target":16},{"source":189,"target":421},{"source":421,"target":16},{"source":190,"target":0},{"source":190,"target":101},{"source":190,"target":422},{"source":422,"target":101},{"source":191,"target":0},{"source":191,"target":22},{"source":191,"target":423},{"source":423,"target":22},{"source":192,"target":0},{"source":192,"target":424},{"source":424,"target":1},{"source":424,"target":425},{"source":424,"target":192},{"source":425,"target":1},{"source":193,"target":0},{"source":193,"target":31},{"source":193,"target":426},{"source":426,"target":31},{"source":194,"target":0},{"source":194,"target":31},{"source":194,"target":427},{"source":427,"target":31},{"source":195,"target":0},{"source":195,"target":176},{"source":195,"target":428},{"source":428,"target":176},{"source":196,"target":0},{"source":196,"target":429},{"source":429,"target":13},{"source":429,"target":430},{"source":429,"target":196},{"source":430,"target":13},{"source":197,"target":0},{"source":197,"target":68},{"source":197,"target":431},{"source":431,"target":68},{"source":198,"target":0},{"source":198,"target":147},{"source":198,"target":432},{"source":432,"target":147},{"source":199,"target":0},{"source":199,"target":127},{"source":199,"target":100},{"source":199,"target":433},{"source":199,"target":434},{"source":433,"target":127},{"source":434,"target":100}],"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="polyglotmodel" nsURI="polyglotmodel" nsPrefix="polyglotmodel"> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> <details key="rcp" value="false"/> <details key="onefile" value="true"/> <details key="diagram.extension" value="eer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="modelosnosql" upperBound="-1" eType="#//NosqlEsquema" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entidade" eSuperTypes="#//Elemento"> <eAnnotations source="gmf.node"> <details key="label" value="nome"/> <details key="figure" value="rectangle"/> <details key="border.style" value="solid"/> <details key="label.icon" value="true"/> <details key="tool.small.bundle" value="bigdatamodel.edit"/> <details key="tool.small.path" value="/icons/full/obj16/Entidade.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntidadeNaoEstruturada" eSuperTypes="#//Entidade"> <eAnnotations source="gmf.node"> <details key="label" value="nome"/> <details key="figure" value="rectangle"/> <details key="border.style" value="dash"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo" eSuperTypes="#//Elemento"> <eAnnotations source="gmf.node"> <details key="label" value="nome"/> <details key="figure" value="ellipse"/> <details key="border.style" value="solid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoatributo" eType="#//TiposAtributo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="obrigatorio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chavedeparticao" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TiposAtributo"> <eLiterals name="SIMPLES"/> <eLiterals name="COMPOSTO" value="1"/> <eLiterals name="DERIVADO" value="2"/> <eLiterals name="MULTIVALORADO" value="3"/> <eLiterals name="IDENTIFICADOR" value="4"/> <eLiterals name="DISCRIMINADOR" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relacionamento" eSuperTypes="#//Elemento"> <eAnnotations source="gmf.node"> <details key="label" value="nome"/> <details key="figure" value="polygon"/> <details key="polygon.x" value="0 40 80 40 0"/> <details key="polygon.y" value="40 0 40 80 40"/> <details key="size" value="90,45"/> <details key="border.style" value="solid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelacionamentoLink"> <eAnnotations source="gmf.link"> <details key="label" value="cardinalidade"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="solid"/> <details key="width" value="1"/> <details key="source.decoration" value="square"/> <details key="incoming" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participacao" eType="#//Participacao" defaultValueLiteral="TOTAL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalidade" eType="#//TiposCardinalidade"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identificador" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Entidade"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Relacionamento"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TiposNosql"> <eLiterals name="DOCUMENT"/> <eLiterals name="KEYVALUE" value="1"/> <eLiterals name="GRAPH" value="2"/> <eLiterals name="COLUMNS" value="3"/> <eLiterals name="MULTIMODEL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Participacao"> <eLiterals name="TOTAL"/> <eLiterals name="PARCIAL" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtributoEntidadeLink"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="solid"/> <details key="width" value="1"/> <details key="source.decoration" value="none"/> <details key="incoming" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Entidade"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Atributo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtributoRelacionamentoLink"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="solid"/> <details key="width" value="1"/> <details key="source.decoration" value="none"/> <details key="incoming" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Relacionamento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Atributo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TiposCardinalidade"> <eLiterals name="ONE"/> <eLiterals name="MANY" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NosqlEsquema"> <eAnnotations source="gmf.node"> <details key="label" value="modelobd"/> <details key="figure" value="rectangle"/> <details key="border.style" value="solid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelobd" eType="#//TiposNosql"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementos" upperBound="-1" eType="#//Elemento" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="false"/> <details key="width" value="15"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//RelacionamentoNosqlEsquema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relacionamentosnosqlesquemas" upperBound="-1" eType="#//RelacionamentoNosqlEsquema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributosrelacionamentolink" upperBound="-1" eType="#//AtributoRelacionamentoLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relacionamentoslink" upperBound="-1" eType="#//RelacionamentoLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributosentidadelink" upperBound="-1" eType="#//AtributoEntidadeLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relacionamentosentidadesagregadas" upperBound="-1" eType="#//RelacionamentoEntidadesAgregadasLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Elemento"/> <eClassifiers xsi:type="ecore:EClass" name="EntidadeSemiEstruturada" eSuperTypes="#//Entidade"> <eAnnotations source="gmf.node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntidadeAgregada" eSuperTypes="#//Entidade"> <eAnnotations source="gmf.node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//RelacionamentoEntidadesAgregadasLink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelacionamentoEntidadesAgregadasLink"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalidade" eType="#//TiposCardinalidade"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//EntidadeAgregada"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//EntidadeAgregada"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelacionamentoNosqlEsquema"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NosqlEsquema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NosqlEsquema"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descricao" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/inacioloy/NoSQLCase/model/nosqlcase.ecore
ecore
polyglotmodel Schema modelosnosql Entidade nome EntidadeNaoEstruturada Atributo nome tipoatributo obrigatorio chavedeparticao TiposAtributo SIMPLES SIMPLES COMPOSTO COMPOSTO DERIVADO DERIVADO MULTIVALORADO MULTIVALORADO IDENTIFICADOR IDENTIFICADOR DISCRIMINADOR DISCRIMINADOR Relacionamento nome RelacionamentoLink participacao TOTAL cardinalidade role identificador source target TiposNosql DOCUMENT DOCUMENT KEYVALUE KEYVALUE GRAPH GRAPH COLUMNS COLUMNS MULTIMODEL MULTIMODEL Participacao TOTAL TOTAL PARCIAL PARCIAL AtributoEntidadeLink source target AtributoRelacionamentoLink source target TiposCardinalidade ONE ONE MANY MANY NosqlEsquema modelobd elementos source relacionamentosnosqlesquemas atributosrelacionamentolink relacionamentoslink atributosentidadelink relacionamentosentidadesagregadas Elemento EntidadeSemiEstruturada EntidadeAgregada source RelacionamentoEntidadesAgregadasLink cardinalidade target source RelacionamentoNosqlEsquema target source descricao
null
{"directed":true,"nodes":[{"nsPrefix":"polyglotmodel","nsURI":"polyglotmodel","name":"polyglotmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entidade","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntidadeNaoEstruturada","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TiposAtributo","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relacionamento","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelacionamentoLink","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TiposNosql","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Participacao","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtributoEntidadeLink","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtributoRelacionamentoLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TiposCardinalidade","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NosqlEsquema","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elemento","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntidadeSemiEstruturada","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntidadeAgregada","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelacionamentoEntidadesAgregadasLink","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelacionamentoNosqlEsquema","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":"modelosnosql","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoatributo","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"obrigatorio","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"chavedeparticao","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"},{"name":"SIMPLES","id":34,"value":0,"literal":"SIMPLES","eClass":"EEnumLiteral"},{"name":"COMPOSTO","id":35,"value":1,"literal":"COMPOSTO","eClass":"EEnumLiteral"},{"name":"DERIVADO","id":36,"value":2,"literal":"DERIVADO","eClass":"EEnumLiteral"},{"name":"MULTIVALORADO","id":37,"value":3,"literal":"MULTIVALORADO","eClass":"EEnumLiteral"},{"name":"IDENTIFICADOR","id":38,"value":4,"literal":"IDENTIFICADOR","eClass":"EEnumLiteral"},{"name":"DISCRIMINADOR","id":39,"value":5,"literal":"DISCRIMINADOR","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":"nome","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TOTAL","unsettable":false,"transient":false,"unique":true,"name":"participacao","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinalidade","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"identificador","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"DOCUMENT","id":55,"value":0,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"KEYVALUE","id":56,"value":1,"literal":"KEYVALUE","eClass":"EEnumLiteral"},{"name":"GRAPH","id":57,"value":2,"literal":"GRAPH","eClass":"EEnumLiteral"},{"name":"COLUMNS","id":58,"value":3,"literal":"COLUMNS","eClass":"EEnumLiteral"},{"name":"MULTIMODEL","id":59,"value":4,"literal":"MULTIMODEL","eClass":"EEnumLiteral"},{"name":"TOTAL","id":60,"value":0,"literal":"TOTAL","eClass":"EEnumLiteral"},{"name":"PARCIAL","id":61,"value":1,"literal":"PARCIAL","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":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":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"ONE","id":70,"value":0,"literal":"ONE","eClass":"EEnumLiteral"},{"name":"MANY","id":71,"value":1,"literal":"MANY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelobd","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":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":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relacionamentosnosqlesquemas","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":"atributosrelacionamentolink","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":"relacionamentoslink","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":"atributosentidadelink","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":"relacionamentosentidadesagregadas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"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"},{"container":false,"ordered":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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinalidade","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"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":"descricao","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":13},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":13},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":23},{"source":21,"target":2},{"source":22,"target":14},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":25,"target":30},{"source":25,"target":4},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":4},{"source":31,"target":5},{"source":27,"target":32},{"source":27,"target":4},{"source":28,"target":33},{"source":28,"target":4},{"source":29,"target":14},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":34,"target":5},{"source":35,"target":5},{"source":36,"target":5},{"source":37,"target":5},{"source":38,"target":5},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":14},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":42},{"source":40,"target":6},{"source":41,"target":14},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":43,"target":9},{"source":43,"target":49},{"source":43,"target":7},{"source":49,"target":9},{"source":44,"target":12},{"source":44,"target":50},{"source":44,"target":7},{"source":50,"target":12},{"source":45,"target":51},{"source":45,"target":7},{"source":46,"target":52},{"source":46,"target":7},{"source":47,"target":2},{"source":47,"target":53},{"source":47,"target":7},{"source":53,"target":2},{"source":48,"target":6},{"source":48,"target":54},{"source":48,"target":7},{"source":54,"target":6},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":55,"target":8},{"source":56,"target":8},{"source":57,"target":8},{"source":58,"target":8},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":2},{"source":62,"target":64},{"source":62,"target":10},{"source":64,"target":2},{"source":63,"target":4},{"source":63,"target":65},{"source":63,"target":10},{"source":65,"target":4},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":67},{"source":66,"target":6},{"source":66,"target":68},{"source":66,"target":11},{"source":68,"target":6},{"source":67,"target":4},{"source":67,"target":69},{"source":67,"target":11},{"source":69,"target":4},{"source":12,"target":0},{"source":12,"target":70},{"source":12,"target":71},{"source":70,"target":12},{"source":71,"target":12},{"source":13,"target":0},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":72,"target":8},{"source":72,"target":80},{"source":72,"target":13},{"source":80,"target":8},{"source":73,"target":14},{"source":73,"target":81},{"source":73,"target":13},{"source":81,"target":14},{"source":74,"target":18},{"source":74,"target":82},{"source":74,"target":13},{"source":82,"target":18},{"source":75,"target":18},{"source":75,"target":83},{"source":75,"target":13},{"source":83,"target":18},{"source":76,"target":11},{"source":76,"target":84},{"source":76,"target":13},{"source":84,"target":11},{"source":77,"target":7},{"source":77,"target":85},{"source":77,"target":13},{"source":85,"target":7},{"source":78,"target":10},{"source":78,"target":86},{"source":78,"target":13},{"source":86,"target":10},{"source":79,"target":17},{"source":79,"target":87},{"source":79,"target":13},{"source":87,"target":17},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":88},{"source":88,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":17},{"source":89,"target":91},{"source":89,"target":16},{"source":91,"target":17},{"source":90,"target":2},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":92,"target":12},{"source":92,"target":95},{"source":92,"target":17},{"source":95,"target":12},{"source":93,"target":16},{"source":93,"target":96},{"source":93,"target":17},{"source":96,"target":16},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":17},{"source":97,"target":16},{"source":18,"target":0},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":98,"target":13},{"source":98,"target":101},{"source":98,"target":18},{"source":101,"target":13},{"source":99,"target":13},{"source":99,"target":102},{"source":99,"target":18},{"source":102,"target":13},{"source":100,"target":103},{"source":100,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsLRBACinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public StructuredActivityNode MessageEnd Generalization general FinalNode ReadStructuralFeatureAction ActivityParameterNode Parameter LiteralInteger ExtensionPoint ActivityNode StructuralFeatureAction ApplyFunctionAction ExecutionEnvironment Message Include InvocationAction Type AssociationClass ConnectionPointReference ActivityPartition ExecutableNode PartDecomposition DataStoreNode ExpansionRegion Collaboration Activity DurationObservationAction TimeObservationAction Continuation CommunicationPath WriteStructuralFeatureAction Constraint AcceptCallAction Interface Component RedefinableTemplateSignature ActivityEdge ObjectFlow GeneralizationSet CallAction Vertex UseCase LiteralUnlimitedNatural WriteVariableAction ReadExtentAction DataType Transition InteractionFragment Interaction ReadLinkObjectEndAction AddVariableValueAction PrimitiveType Gate Enumeration Extension RaiseExceptionAction InteractionOccurrence DeploymentSpecification Signal TimeInterval LinkAction ControlFlow TestIdentityAction TimeConstraint DestroyLinkAction LiteralSpecification AddStructuralFeatureValueAction ConnectableElement LiteralBoolean MessageTrigger RedefinableElement Usage ExecutionOccurrence Duration ForkNode InitialNode Device DecisionNode OutputPin AnyTrigger ReadSelfAction StateMachine InputPin PackageableElement LiteralString Profile VariableAction EnumerationLiteral Classifier inheritedMember generalization Pin LoopNode StateInvariant BehavioredClassifier Variable RemoveVariableValueAction Node GeneralOrdering NamedElement visibility ObjectNode DeploymentTarget Actor CreateLinkObjectAction ReadLinkAction Port Interval Pseudostate Implementation ReplyAction SendObjectAction ControlNode State InteractionConstraint BroadcastSignalAction SignalTrigger ActivityFinalNode Deployment DurationInterval CentralBufferNode ReadVariableAction Permission Package CombinedFragment Model Association ProtocolStateMachine EncapsulatedClassifier ReclassifyObjectAction Namespace member Action TemplateableClassifier StructuralFeature SendSignalAction RemoveStructuralFeatureValueAction InstanceValue InstanceSpecification CreateObjectAction ReadLinkObjectEndQualifierAction InformationFlow TimeTrigger ExtensionEnd JoinNode DestroyObjectAction PrimitiveFunction Class ConditionalNode Stereotype StructuredClassifier Region ParameterSet ClearVariableAction Dependency Reception CallTrigger DurationConstraint ValueSpecification InformationItem OpaqueExpression Operation ClearStructuralFeatureAction CallOperationAction StartOwnedBehaviorAction WriteLinkAction Manifestation Lifeline CallBehaviorAction ValuePin Expression ExpansionNode TypedElement CollaborationOccurrence InteractionOperand FlowFinalNode MergeNode ChangeTrigger ProtocolTransition ParameterableClassifier AcceptEventAction Feature LiteralNull DeployedArtifact Trigger Substitution BehavioralFeature Artifact EventOccurrence Realization IntervalConstraint ReadIsClassifiedObjectAction TimeExpression CreateLinkAction FinalState ClearAssociationAction Abstraction Extend Behavior Property Stop Connector
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","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":"LiteralInteger","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":130},{"source":2,"target":129},{"source":2,"target":204},{"source":2,"target":205},{"source":204,"target":130},{"source":205,"target":129},{"source":3,"target":0},{"source":3,"target":99},{"source":3,"target":206},{"source":206,"target":99},{"source":4,"target":0},{"source":4,"target":207},{"source":207,"target":90},{"source":207,"target":208},{"source":207,"target":4},{"source":208,"target":90},{"source":5,"target":0},{"source":5,"target":111},{"source":5,"target":209},{"source":209,"target":111},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":210},{"source":210,"target":12},{"source":7,"target":0},{"source":7,"target":100},{"source":7,"target":211},{"source":211,"target":100},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":170},{"source":8,"target":212},{"source":8,"target":213},{"source":212,"target":69},{"source":213,"target":170},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":214},{"source":214,"target":67},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":215},{"source":215,"target":72},{"source":11,"target":0},{"source":11,"target":72},{"source":11,"target":216},{"source":216,"target":72},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":217},{"source":217,"target":130},{"source":13,"target":0},{"source":13,"target":130},{"source":13,"target":218},{"source":218,"target":130},{"source":14,"target":0},{"source":14,"target":97},{"source":14,"target":219},{"source":219,"target":97},{"source":15,"target":0},{"source":15,"target":99},{"source":15,"target":220},{"source":220,"target":99},{"source":16,"target":0},{"source":16,"target":99},{"source":16,"target":221},{"source":221,"target":99},{"source":17,"target":0},{"source":17,"target":130},{"source":17,"target":222},{"source":222,"target":130},{"source":18,"target":0},{"source":18,"target":85},{"source":18,"target":223},{"source":223,"target":85},{"source":19,"target":0},{"source":19,"target":145},{"source":19,"target":125},{"source":19,"target":224},{"source":19,"target":225},{"source":224,"target":145},{"source":225,"target":125},{"source":20,"target":0},{"source":20,"target":42},{"source":20,"target":226},{"source":226,"target":42},{"source":21,"target":0},{"source":21,"target":99},{"source":21,"target":227},{"source":227,"target":99},{"source":22,"target":0},{"source":22,"target":11},{"source":22,"target":228},{"source":228,"target":11},{"source":23,"target":0},{"source":23,"target":58},{"source":23,"target":229},{"source":229,"target":58},{"source":24,"target":0},{"source":24,"target":119},{"source":24,"target":230},{"source":230,"target":119},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":231},{"source":231,"target":2},{"source":26,"target":0},{"source":26,"target":94},{"source":26,"target":148},{"source":26,"target":232},{"source":26,"target":233},{"source":232,"target":94},{"source":233,"target":148},{"source":27,"target":0},{"source":27,"target":196},{"source":27,"target":234},{"source":234,"target":196},{"source":28,"target":0},{"source":28,"target":32},{"source":28,"target":235},{"source":235,"target":32},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":236},{"source":236,"target":32},{"source":30,"target":0},{"source":30,"target":49},{"source":30,"target":237},{"source":237,"target":49},{"source":31,"target":0},{"source":31,"target":125},{"source":31,"target":238},{"source":238,"target":125},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":239},{"source":239,"target":12},{"source":33,"target":0},{"source":33,"target":85},{"source":33,"target":240},{"source":240,"target":85},{"source":34,"target":0},{"source":34,"target":178},{"source":34,"target":241},{"source":241,"target":178},{"source":35,"target":0},{"source":35,"target":90},{"source":35,"target":242},{"source":242,"target":90},{"source":36,"target":0},{"source":36,"target":145},{"source":36,"target":243},{"source":243,"target":145},{"source":37,"target":0},{"source":37,"target":72},{"source":37,"target":244},{"source":244,"target":72},{"source":38,"target":0},{"source":38,"target":72},{"source":38,"target":245},{"source":245,"target":72},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":246},{"source":246,"target":38},{"source":40,"target":0},{"source":40,"target":85},{"source":40,"target":247},{"source":247,"target":85},{"source":41,"target":0},{"source":41,"target":17},{"source":41,"target":248},{"source":248,"target":17},{"source":42,"target":0},{"source":42,"target":99},{"source":42,"target":249},{"source":249,"target":99},{"source":43,"target":0},{"source":43,"target":94},{"source":43,"target":250},{"source":250,"target":94},{"source":44,"target":0},{"source":44,"target":67},{"source":44,"target":251},{"source":251,"target":67},{"source":45,"target":0},{"source":45,"target":88},{"source":45,"target":252},{"source":252,"target":88},{"source":46,"target":0},{"source":46,"target":130},{"source":46,"target":253},{"source":253,"target":130},{"source":47,"target":0},{"source":47,"target":90},{"source":47,"target":254},{"source":254,"target":90},{"source":48,"target":0},{"source":48,"target":72},{"source":48,"target":255},{"source":255,"target":72},{"source":49,"target":0},{"source":49,"target":99},{"source":49,"target":256},{"source":256,"target":99},{"source":50,"target":0},{"source":50,"target":196},{"source":50,"target":49},{"source":50,"target":257},{"source":50,"target":258},{"source":257,"target":196},{"source":258,"target":49},{"source":51,"target":0},{"source":51,"target":130},{"source":51,"target":259},{"source":259,"target":130},{"source":52,"target":0},{"source":52,"target":45},{"source":52,"target":260},{"source":260,"target":45},{"source":53,"target":0},{"source":53,"target":47},{"source":53,"target":261},{"source":261,"target":47},{"source":54,"target":0},{"source":54,"target":3},{"source":54,"target":262},{"source":262,"target":3},{"source":55,"target":0},{"source":55,"target":47},{"source":55,"target":263},{"source":263,"target":47},{"source":56,"target":0},{"source":56,"target":125},{"source":56,"target":264},{"source":264,"target":125},{"source":57,"target":0},{"source":57,"target":130},{"source":57,"target":265},{"source":265,"target":130},{"source":58,"target":0},{"source":58,"target":49},{"source":58,"target":266},{"source":266,"target":49},{"source":59,"target":0},{"source":59,"target":185},{"source":59,"target":267},{"source":267,"target":185},{"source":60,"target":0},{"source":60,"target":90},{"source":60,"target":268},{"source":268,"target":90},{"source":61,"target":0},{"source":61,"target":106},{"source":61,"target":269},{"source":269,"target":106},{"source":62,"target":0},{"source":62,"target":130},{"source":62,"target":270},{"source":270,"target":130},{"source":63,"target":0},{"source":63,"target":38},{"source":63,"target":271},{"source":271,"target":38},{"source":64,"target":0},{"source":64,"target":130},{"source":64,"target":272},{"source":272,"target":130},{"source":65,"target":0},{"source":65,"target":188},{"source":65,"target":273},{"source":273,"target":188},{"source":66,"target":0},{"source":66,"target":163},{"source":66,"target":274},{"source":274,"target":163},{"source":67,"target":0},{"source":67,"target":156},{"source":67,"target":275},{"source":275,"target":156},{"source":68,"target":0},{"source":68,"target":32},{"source":68,"target":276},{"source":276,"target":32},{"source":69,"target":0},{"source":69,"target":99},{"source":69,"target":277},{"source":277,"target":99},{"source":70,"target":0},{"source":70,"target":67},{"source":70,"target":278},{"source":278,"target":67},{"source":71,"target":0},{"source":71,"target":182},{"source":71,"target":279},{"source":279,"target":182},{"source":72,"target":0},{"source":72,"target":99},{"source":72,"target":280},{"source":280,"target":99},{"source":73,"target":0},{"source":73,"target":152},{"source":73,"target":281},{"source":281,"target":152},{"source":74,"target":0},{"source":74,"target":49},{"source":74,"target":282},{"source":282,"target":49},{"source":75,"target":0},{"source":75,"target":156},{"source":75,"target":283},{"source":283,"target":156},{"source":76,"target":0},{"source":76,"target":111},{"source":76,"target":284},{"source":284,"target":111},{"source":77,"target":0},{"source":77,"target":111},{"source":77,"target":285},{"source":285,"target":111},{"source":78,"target":0},{"source":78,"target":97},{"source":78,"target":286},{"source":286,"target":97},{"source":79,"target":0},{"source":79,"target":111},{"source":79,"target":287},{"source":287,"target":111},{"source":80,"target":0},{"source":80,"target":91},{"source":80,"target":288},{"source":288,"target":91},{"source":81,"target":0},{"source":81,"target":71},{"source":81,"target":289},{"source":289,"target":71},{"source":82,"target":0},{"source":82,"target":130},{"source":82,"target":290},{"source":290,"target":130},{"source":83,"target":0},{"source":83,"target":196},{"source":83,"target":291},{"source":291,"target":196},{"source":84,"target":0},{"source":84,"target":91},{"source":84,"target":292},{"source":292,"target":91},{"source":85,"target":0},{"source":85,"target":99},{"source":85,"target":293},{"source":293,"target":99},{"source":86,"target":0},{"source":86,"target":67},{"source":86,"target":294},{"source":294,"target":67},{"source":87,"target":0},{"source":87,"target":122},{"source":87,"target":295},{"source":295,"target":122},{"source":88,"target":0},{"source":88,"target":130},{"source":88,"target":296},{"source":296,"target":130},{"source":89,"target":0},{"source":89,"target":136},{"source":89,"target":297},{"source":297,"target":136},{"source":90,"target":0},{"source":90,"target":129},{"source":90,"target":18},{"source":90,"target":72},{"source":90,"target":298},{"source":90,"target":299},{"source":90,"target":300},{"source":90,"target":301},{"source":90,"target":302},{"source":298,"target":99},{"source":298,"target":303},{"source":298,"target":90},{"source":303,"target":99},{"source":299,"target":4},{"source":299,"target":304},{"source":299,"target":90},{"source":304,"target":4},{"source":300,"target":129},{"source":301,"target":18},{"source":302,"target":72},{"source":91,"target":0},{"source":91,"target":100},{"source":91,"target":305},{"source":305,"target":100},{"source":92,"target":0},{"source":92,"target":2},{"source":92,"target":306},{"source":306,"target":2},{"source":93,"target":0},{"source":93,"target":49},{"source":93,"target":307},{"source":307,"target":49},{"source":94,"target":0},{"source":94,"target":90},{"source":94,"target":308},{"source":308,"target":90},{"source":95,"target":0},{"source":95,"target":69},{"source":95,"target":170},{"source":95,"target":309},{"source":95,"target":310},{"source":309,"target":69},{"source":310,"target":170},{"source":96,"target":0},{"source":96,"target":45},{"source":96,"target":311},{"source":311,"target":45},{"source":97,"target":0},{"source":97,"target":145},{"source":97,"target":101},{"source":97,"target":312},{"source":97,"target":313},{"source":312,"target":145},{"source":313,"target":101},{"source":98,"target":0},{"source":98,"target":99},{"source":98,"target":314},{"source":314,"target":99},{"source":99,"target":0},{"source":99,"target":315},{"source":315,"target":1},{"source":315,"target":316},{"source":315,"target":99},{"source":316,"target":1},{"source":100,"target":0},{"source":100,"target":11},{"source":100,"target":170},{"source":100,"target":317},{"source":100,"target":318},{"source":317,"target":11},{"source":318,"target":170},{"source":101,"target":0},{"source":101,"target":99},{"source":101,"target":319},{"source":319,"target":99},{"source":102,"target":0},{"source":102,"target":90},{"source":102,"target":320},{"source":320,"target":90},{"source":103,"target":0},{"source":103,"target":191},{"source":103,"target":321},{"source":321,"target":191},{"source":104,"target":0},{"source":104,"target":62},{"source":104,"target":322},{"source":322,"target":62},{"source":105,"target":0},{"source":105,"target":197},{"source":105,"target":323},{"source":323,"target":197},{"source":106,"target":0},{"source":106,"target":156},{"source":106,"target":324},{"source":324,"target":156},{"source":107,"target":0},{"source":107,"target":42},{"source":107,"target":325},{"source":325,"target":42},{"source":108,"target":0},{"source":108,"target":187},{"source":108,"target":326},{"source":326,"target":187},{"source":109,"target":0},{"source":109,"target":130},{"source":109,"target":327},{"source":327,"target":130},{"source":110,"target":0},{"source":110,"target":17},{"source":110,"target":328},{"source":328,"target":17},{"source":111,"target":0},{"source":111,"target":11},{"source":111,"target":329},{"source":329,"target":11},{"source":112,"target":0},{"source":112,"target":129},{"source":112,"target":72},{"source":112,"target":42},{"source":112,"target":330},{"source":112,"target":331},{"source":112,"target":332},{"source":330,"target":129},{"source":331,"target":72},{"source":332,"target":42},{"source":113,"target":0},{"source":113,"target":33},{"source":113,"target":333},{"source":333,"target":33},{"source":114,"target":0},{"source":114,"target":17},{"source":114,"target":334},{"source":334,"target":17},{"source":115,"target":0},{"source":115,"target":71},{"source":115,"target":335},{"source":335,"target":71},{"source":116,"target":0},{"source":116,"target":5},{"source":116,"target":336},{"source":336,"target":5},{"source":117,"target":0},{"source":117,"target":152},{"source":117,"target":337},{"source":337,"target":152},{"source":118,"target":0},{"source":118,"target":106},{"source":118,"target":338},{"source":338,"target":106},{"source":119,"target":0},{"source":119,"target":100},{"source":119,"target":339},{"source":339,"target":100},{"source":120,"target":0},{"source":120,"target":88},{"source":120,"target":340},{"source":340,"target":88},{"source":121,"target":0},{"source":121,"target":152},{"source":121,"target":341},{"source":341,"target":152},{"source":122,"target":0},{"source":122,"target":129},{"source":122,"target":85},{"source":122,"target":342},{"source":122,"target":343},{"source":342,"target":129},{"source":343,"target":85},{"source":123,"target":0},{"source":123,"target":49},{"source":123,"target":344},{"source":344,"target":49},{"source":124,"target":0},{"source":124,"target":122},{"source":124,"target":345},{"source":345,"target":122},{"source":125,"target":0},{"source":125,"target":90},{"source":125,"target":346},{"source":346,"target":90},{"source":126,"target":0},{"source":126,"target":83},{"source":126,"target":347},{"source":347,"target":83},{"source":127,"target":0},{"source":127,"target":148},{"source":127,"target":348},{"source":348,"target":148},{"source":128,"target":0},{"source":128,"target":130},{"source":128,"target":349},{"source":349,"target":130},{"source":129,"target":0},{"source":129,"target":99},{"source":129,"target":350},{"source":129,"target":351},{"source":350,"target":99},{"source":350,"target":352},{"source":350,"target":129},{"source":352,"target":99},{"source":351,"target":99},{"source":130,"target":0},{"source":130,"target":22},{"source":130,"target":353},{"source":353,"target":22},{"source":131,"target":0},{"source":131,"target":90},{"source":131,"target":354},{"source":354,"target":90},{"source":132,"target":0},{"source":132,"target":179},{"source":132,"target":170},{"source":132,"target":355},{"source":132,"target":356},{"source":355,"target":179},{"source":356,"target":170},{"source":133,"target":0},{"source":133,"target":17},{"source":133,"target":357},{"source":357,"target":17},{"source":134,"target":0},{"source":134,"target":32},{"source":134,"target":358},{"source":358,"target":32},{"source":135,"target":0},{"source":135,"target":156},{"source":135,"target":359},{"source":359,"target":156},{"source":136,"target":0},{"source":136,"target":85},{"source":136,"target":101},{"source":136,"target":181},{"source":136,"target":360},{"source":136,"target":361},{"source":136,"target":362},{"source":360,"target":85},{"source":361,"target":101},{"source":362,"target":181},{"source":137,"target":0},{"source":137,"target":130},{"source":137,"target":363},{"source":363,"target":130},{"source":138,"target":0},{"source":138,"target":130},{"source":138,"target":364},{"source":364,"target":130},{"source":139,"target":0},{"source":139,"target":85},{"source":139,"target":365},{"source":365,"target":85},{"source":140,"target":0},{"source":140,"target":182},{"source":140,"target":366},{"source":366,"target":182},{"source":141,"target":0},{"source":141,"target":197},{"source":141,"target":367},{"source":367,"target":197},{"source":142,"target":0},{"source":142,"target":111},{"source":142,"target":368},{"source":368,"target":111},{"source":143,"target":0},{"source":143,"target":130},{"source":143,"target":369},{"source":369,"target":130},{"source":144,"target":0},{"source":144,"target":85},{"source":144,"target":370},{"source":370,"target":85},{"source":145,"target":0},{"source":145,"target":94},{"source":145,"target":127},{"source":145,"target":371},{"source":145,"target":372},{"source":371,"target":94},{"source":372,"target":127},{"source":146,"target":0},{"source":146,"target":2},{"source":146,"target":373},{"source":373,"target":2},{"source":147,"target":0},{"source":147,"target":145},{"source":147,"target":374},{"source":374,"target":145},{"source":148,"target":0},{"source":148,"target":90},{"source":148,"target":375},{"source":375,"target":90},{"source":149,"target":0},{"source":149,"target":129},{"source":149,"target":72},{"source":149,"target":376},{"source":149,"target":377},{"source":376,"target":129},{"source":377,"target":72},{"source":150,"target":0},{"source":150,"target":99},{"source":150,"target":378},{"source":378,"target":99},{"source":151,"target":0},{"source":151,"target":88},{"source":151,"target":379},{"source":379,"target":88},{"source":152,"target":0},{"source":152,"target":85},{"source":152,"target":380},{"source":380,"target":85},{"source":153,"target":0},{"source":153,"target":184},{"source":153,"target":381},{"source":381,"target":184},{"source":154,"target":0},{"source":154,"target":71},{"source":154,"target":382},{"source":382,"target":71},{"source":155,"target":0},{"source":155,"target":188},{"source":155,"target":383},{"source":383,"target":188},{"source":156,"target":0},{"source":156,"target":170},{"source":156,"target":384},{"source":384,"target":170},{"source":157,"target":0},{"source":157,"target":90},{"source":157,"target":385},{"source":385,"target":90},{"source":158,"target":0},{"source":158,"target":156},{"source":158,"target":386},{"source":386,"target":156},{"source":159,"target":0},{"source":159,"target":184},{"source":159,"target":170},{"source":159,"target":387},{"source":159,"target":388},{"source":387,"target":184},{"source":388,"target":170},{"source":160,"target":0},{"source":160,"target":12},{"source":160,"target":389},{"source":389,"target":12},{"source":161,"target":0},{"source":161,"target":41},{"source":161,"target":390},{"source":390,"target":41},{"source":162,"target":0},{"source":162,"target":130},{"source":162,"target":391},{"source":391,"target":130},{"source":163,"target":0},{"source":163,"target":62},{"source":163,"target":392},{"source":392,"target":62},{"source":164,"target":0},{"source":164,"target":194},{"source":164,"target":393},{"source":393,"target":194},{"source":165,"target":0},{"source":165,"target":99},{"source":165,"target":394},{"source":394,"target":99},{"source":166,"target":0},{"source":166,"target":41},{"source":166,"target":395},{"source":395,"target":41},{"source":167,"target":0},{"source":167,"target":84},{"source":167,"target":396},{"source":396,"target":84},{"source":168,"target":0},{"source":168,"target":158},{"source":168,"target":397},{"source":397,"target":158},{"source":169,"target":0},{"source":169,"target":100},{"source":169,"target":398},{"source":398,"target":100},{"source":170,"target":0},{"source":170,"target":99},{"source":170,"target":399},{"source":399,"target":99},{"source":171,"target":0},{"source":171,"target":99},{"source":171,"target":400},{"source":400,"target":99},{"source":172,"target":0},{"source":172,"target":129},{"source":172,"target":49},{"source":172,"target":401},{"source":172,"target":402},{"source":401,"target":129},{"source":402,"target":49},{"source":173,"target":0},{"source":173,"target":5},{"source":173,"target":403},{"source":403,"target":5},{"source":174,"target":0},{"source":174,"target":111},{"source":174,"target":404},{"source":404,"target":111},{"source":175,"target":0},{"source":175,"target":182},{"source":175,"target":405},{"source":405,"target":182},{"source":176,"target":0},{"source":176,"target":48},{"source":176,"target":406},{"source":406,"target":48},{"source":177,"target":0},{"source":177,"target":90},{"source":177,"target":407},{"source":407,"target":90},{"source":178,"target":0},{"source":178,"target":130},{"source":178,"target":408},{"source":408,"target":130},{"source":179,"target":0},{"source":179,"target":72},{"source":179,"target":409},{"source":409,"target":72},{"source":180,"target":0},{"source":180,"target":67},{"source":180,"target":410},{"source":410,"target":67},{"source":181,"target":0},{"source":181,"target":99},{"source":181,"target":411},{"source":411,"target":99},{"source":182,"target":0},{"source":182,"target":99},{"source":182,"target":412},{"source":412,"target":99},{"source":183,"target":0},{"source":183,"target":187},{"source":183,"target":413},{"source":413,"target":187},{"source":184,"target":0},{"source":184,"target":129},{"source":184,"target":179},{"source":184,"target":414},{"source":184,"target":415},{"source":414,"target":129},{"source":415,"target":179},{"source":185,"target":0},{"source":185,"target":90},{"source":185,"target":181},{"source":185,"target":416},{"source":185,"target":417},{"source":416,"target":90},{"source":417,"target":181},{"source":186,"target":0},{"source":186,"target":49},{"source":186,"target":3},{"source":186,"target":418},{"source":186,"target":419},{"source":418,"target":49},{"source":419,"target":3},{"source":187,"target":0},{"source":187,"target":194},{"source":187,"target":420},{"source":420,"target":194},{"source":188,"target":0},{"source":188,"target":33},{"source":188,"target":421},{"source":421,"target":33},{"source":189,"target":0},{"source":189,"target":130},{"source":189,"target":422},{"source":422,"target":130},{"source":190,"target":0},{"source":190,"target":156},{"source":190,"target":423},{"source":423,"target":156},{"source":191,"target":0},{"source":191,"target":163},{"source":191,"target":424},{"source":424,"target":163},{"source":192,"target":0},{"source":192,"target":112},{"source":192,"target":425},{"source":425,"target":112},{"source":193,"target":0},{"source":193,"target":130},{"source":193,"target":426},{"source":426,"target":130},{"source":194,"target":0},{"source":194,"target":152},{"source":194,"target":427},{"source":427,"target":152},{"source":195,"target":0},{"source":195,"target":99},{"source":195,"target":428},{"source":428,"target":99},{"source":196,"target":0},{"source":196,"target":145},{"source":196,"target":429},{"source":429,"target":145},{"source":197,"target":0},{"source":197,"target":132},{"source":197,"target":69},{"source":197,"target":101},{"source":197,"target":430},{"source":197,"target":431},{"source":197,"target":432},{"source":430,"target":132},{"source":431,"target":69},{"source":432,"target":101},{"source":198,"target":0},{"source":198,"target":186},{"source":198,"target":433},{"source":433,"target":186},{"source":199,"target":0},{"source":199,"target":179},{"source":199,"target":434},{"source":434,"target":179}],"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="stoex_pc_pc" nsURI="http://sdq.ipd.uka.de/StochasticExpressions/1.0_pointcut_pointcut" nsPrefix="stoex_pc_pc"> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//AbstractNamedReference"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceReference" eSuperTypes="#//AbstractNamedReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerReference_NamespaceReference" ordered="false" eType="#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TermOperations"> <eLiterals name="ADD"/> <eLiterals name="SUB" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProductOperations"> <eLiterals name="MULT"/> <eLiterals name="DIV" value="1"/> <eLiterals name="MOD" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperations"> <eLiterals name="GREATER"/> <eLiterals name="EQUALS" value="1"/> <eLiterals name="LESS" value="2"/> <eLiterals name="NOTEQUAL" value="3"/> <eLiterals name="LESSEQUAL" value="4"/> <eLiterals name="GREATEREQUAL" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="id_Variable" ordered="false" eType="#//AbstractNamedReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Unary"/> <eClassifiers xsi:type="ecore:EClass" name="Unary" eSuperTypes="#//Power"/> <eClassifiers xsi:type="ecore:EClass" name="Power" eSuperTypes="#//Product"/> <eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//IfElse"/> <eClassifiers xsi:type="ecore:EClass" name="IfElse" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="TermExpression" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//TermOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductExpression" eSuperTypes="#//Product"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//ProductOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilityFunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="function_ProbabilityFunctionLiteral" ordered="false" eType="ecore:EClass ProbabilityFunction_pointcut_pointcut.ecore#//ProbabilityFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parenthesis" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerExpression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="Units_pointcut_pointcut.ecore#//UnitCarryingElement #//Atom"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//Comparison"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//CompareOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerExpression" eSuperTypes="#//Power"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exponent" ordered="false" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperatorExpression" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//BooleanOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperations"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="XOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters_FunctionLiteral" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfElseExpression" eSuperTypes="#//IfElse"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" ordered="false" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" ordered="false" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomVariable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="namespace" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointcutPointcut"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pointcut"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/max-kramer/geko-model-weaver/examples/pcm/edu.kit.ipd.sdq.mdsd.geko.examples.pcm/metamodel/stoex_pointcut_pointcut.ecore
ecore
stoex_pc_pc VariableReference AbstractNamedReference referenceName NamespaceReference innerReference_NamespaceReference TermOperations ADD ADD SUB SUB ProductOperations MULT MULT DIV DIV MOD MOD CompareOperations GREATER GREATER EQUALS EQUALS LESS LESS NOTEQUAL NOTEQUAL LESSEQUAL LESSEQUAL GREATEREQUAL GREATEREQUAL Variable id_Variable Atom Unary Power Product Term Comparison BooleanExpression IfElse Expression TermExpression left right operation ProductExpression left right operation ProbabilityFunctionLiteral function_ProbabilityFunctionLiteral Parenthesis innerExpression NumericLiteral IntLiteral value DoubleLiteral value CompareExpression left right operation BoolLiteral value StringLiteral value PowerExpression base exponent BooleanOperatorExpression left right operation BooleanOperations AND AND OR OR XOR XOR NotExpression inner NegativeExpression inner FunctionLiteral id parameters_FunctionLiteral IfElseExpression ifExpression elseExpression conditionExpression RandomVariable specification expression PointcutPointcut children Pointcut children
null
{"directed":true,"nodes":[{"nsPrefix":"stoex_pc_pc","nsURI":"http://sdq.ipd.uka.de/StochasticExpressions/1.0_pointcut_pointcut","name":"stoex_pc_pc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedReference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TermOperations","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProductOperations","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperations","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElse","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityFunctionLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parenthesis","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperations","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointcutPointcut","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerReference_NamespaceReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"ADD","id":43,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":44,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MULT","id":45,"value":0,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"DIV","id":46,"value":1,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"MOD","id":47,"value":2,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"GREATER","id":48,"value":0,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"EQUALS","id":49,"value":1,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"LESS","id":50,"value":2,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"NOTEQUAL","id":51,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"LESSEQUAL","id":52,"value":4,"literal":"LESSEQUAL","eClass":"EEnumLiteral"},{"name":"GREATEREQUAL","id":53,"value":5,"literal":"GREATEREQUAL","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"id_Variable","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"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":false,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function_ProbabilityFunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":false,"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":111,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":false,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"AND","id":118,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":119,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":120,"value":2,"literal":"XOR","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters_FunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"expression","changeable":false,"resolveProxies":true,"lowerBound":0,"id":140,"derived":true},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"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":1,"target":0},{"source":1,"target":2},{"source":1,"target":37},{"source":37,"target":2},{"source":2,"target":0},{"source":2,"target":38},{"source":38,"target":39},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":2},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":43,"target":4},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":2},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":2},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":57},{"source":57,"target":9},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":58},{"source":58,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":59},{"source":59,"target":11},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":60},{"source":60,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":61},{"source":61,"target":13},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":62},{"source":62,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":63},{"source":63,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":64},{"source":64,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":65},{"source":17,"target":66},{"source":17,"target":67},{"source":17,"target":68},{"source":65,"target":12},{"source":65,"target":69},{"source":65,"target":17},{"source":69,"target":12},{"source":66,"target":11},{"source":66,"target":70},{"source":66,"target":17},{"source":70,"target":11},{"source":67,"target":4},{"source":67,"target":71},{"source":67,"target":17},{"source":71,"target":4},{"source":68,"target":12},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":72},{"source":18,"target":73},{"source":18,"target":74},{"source":18,"target":75},{"source":72,"target":11},{"source":72,"target":76},{"source":72,"target":18},{"source":76,"target":11},{"source":73,"target":10},{"source":73,"target":77},{"source":73,"target":18},{"source":77,"target":10},{"source":74,"target":5},{"source":74,"target":78},{"source":74,"target":18},{"source":78,"target":5},{"source":75,"target":11},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":79},{"source":19,"target":80},{"source":79,"target":81},{"source":79,"target":19},{"source":80,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":82},{"source":20,"target":83},{"source":82,"target":16},{"source":82,"target":84},{"source":82,"target":20},{"source":84,"target":16},{"source":83,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":85},{"source":21,"target":86},{"source":86,"target":8},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":87},{"source":22,"target":88},{"source":87,"target":89},{"source":87,"target":22},{"source":88,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":90},{"source":23,"target":91},{"source":90,"target":92},{"source":90,"target":23},{"source":91,"target":21},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":93},{"source":24,"target":94},{"source":24,"target":95},{"source":24,"target":96},{"source":93,"target":12},{"source":93,"target":97},{"source":93,"target":24},{"source":97,"target":12},{"source":94,"target":12},{"source":94,"target":98},{"source":94,"target":24},{"source":98,"target":12},{"source":95,"target":6},{"source":95,"target":99},{"source":95,"target":24},{"source":99,"target":6},{"source":96,"target":13},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":100},{"source":25,"target":101},{"source":100,"target":102},{"source":100,"target":25},{"source":101,"target":8},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":103},{"source":26,"target":104},{"source":103,"target":105},{"source":103,"target":26},{"source":104,"target":8},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":106},{"source":27,"target":107},{"source":27,"target":108},{"source":106,"target":10},{"source":106,"target":109},{"source":106,"target":27},{"source":109,"target":10},{"source":107,"target":9},{"source":107,"target":110},{"source":107,"target":27},{"source":110,"target":9},{"source":108,"target":10},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":111},{"source":28,"target":112},{"source":28,"target":113},{"source":28,"target":114},{"source":111,"target":14},{"source":111,"target":115},{"source":111,"target":28},{"source":115,"target":14},{"source":112,"target":14},{"source":112,"target":116},{"source":112,"target":28},{"source":116,"target":14},{"source":113,"target":29},{"source":113,"target":117},{"source":113,"target":28},{"source":117,"target":29},{"source":114,"target":14},{"source":29,"target":0},{"source":29,"target":118},{"source":29,"target":119},{"source":29,"target":120},{"source":118,"target":29},{"source":119,"target":29},{"source":120,"target":29},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":121},{"source":30,"target":122},{"source":121,"target":9},{"source":121,"target":123},{"source":121,"target":30},{"source":123,"target":9},{"source":122,"target":9},{"source":31,"target":0},{"source":31,"target":9},{"source":31,"target":124},{"source":31,"target":125},{"source":124,"target":9},{"source":124,"target":126},{"source":124,"target":31},{"source":126,"target":9},{"source":125,"target":9},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":127},{"source":32,"target":128},{"source":32,"target":129},{"source":127,"target":130},{"source":127,"target":32},{"source":128,"target":16},{"source":128,"target":131},{"source":128,"target":32},{"source":131,"target":16},{"source":129,"target":8},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":132},{"source":33,"target":133},{"source":33,"target":134},{"source":33,"target":135},{"source":132,"target":14},{"source":132,"target":136},{"source":132,"target":33},{"source":136,"target":14},{"source":133,"target":14},{"source":133,"target":137},{"source":133,"target":33},{"source":137,"target":14},{"source":134,"target":14},{"source":134,"target":138},{"source":134,"target":33},{"source":138,"target":14},{"source":135,"target":15},{"source":34,"target":0},{"source":34,"target":139},{"source":34,"target":140},{"source":139,"target":141},{"source":139,"target":34},{"source":140,"target":16},{"source":140,"target":142},{"source":140,"target":34},{"source":142,"target":16},{"source":35,"target":0},{"source":35,"target":143},{"source":143,"target":144},{"source":143,"target":35},{"source":36,"target":0},{"source":36,"target":145},{"source":145,"target":146},{"source":145,"target":36}],"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="actormapping" nsURI="http://www.bonitasoft.org/ns/actormapping/6.0" nsPrefix="actormapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;Actor Mapping Schema 1.0 for Bonita Open Solution.&#xA;&#x9;&#x9;&#x9;Copyright (C) 2011 BonitaSoft S.A.&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/edapt"> <details key="historyURI" value="process.history"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ActorMapping"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actorMapping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="users" eType="#//Users" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="users"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" eType="#//Groups" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="groups"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" eType="#//Roles" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="roles"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="memberships" eType="#//Membership" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="memberships"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorMappingsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actorMappings_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actorMapping" lowerBound="1" upperBound="-1" eType="#//ActorMapping" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="actorMapping"/> </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="actorMappings" upperBound="-2" eType="#//ActorMappingsType" 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="actorMappings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Groups"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Groups"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Membership"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="membership" lowerBound="1" upperBound="-1" eType="#//MembershipType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="membership"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MembershipType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="membership_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Roles"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Roles"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Users"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Users"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="user"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ActorMapping.ecore
ecore
actormapping ActorMapping description users groups roles memberships name ActorMappingsType actorMapping DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation actorMappings Groups group Membership membership MembershipType group role Roles role Users user
null
{"directed":true,"nodes":[{"nsPrefix":"actormapping","nsURI":"http://www.bonitasoft.org/ns/actormapping/6.0","name":"actormapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorMapping","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorMappingsType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Groups","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MembershipType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roles","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Users","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actorMapping","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"actorMappings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":true},{"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":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"membership","changeable":true,"resolveProxies":false,"lowerBound":1,"id":33,"derived":false},{"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":"group","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"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":"user","changeable":true,"lowerBound":1,"iD":false,"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":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":8},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":8},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":12,"target":7},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":7},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":20},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":1},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":31},{"source":31,"target":32},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":33,"target":6},{"source":33,"target":34},{"source":33,"target":5},{"source":34,"target":6},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":38},{"source":36,"target":6},{"source":7,"target":0},{"source":7,"target":39},{"source":39,"target":40},{"source":39,"target":7},{"source":8,"target":0},{"source":8,"target":41},{"source":41,"target":42},{"source":41,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2inheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public WriteVariableAction ExpansionNode DestroyObjectAction StartOwnedBehaviorAction Deployment Actor State Connector Permission RemoveVariableValueAction UseCase TimeTrigger ParameterSet ApplyFunctionAction ActivityParameterNode ChangeTrigger LiteralString FlowFinalNode StateInvariant CentralBufferNode ExpansionRegion ProtocolTransition TypedElement OpaqueExpression Classifier inheritedMember generalization DurationObservationAction Region FinalState ReadExtentAction Generalization general DecisionNode ExecutionEnvironment Association Implementation ActivityNode BehavioredClassifier PrimitiveType EnumerationLiteral CreateObjectAction BehavioralFeature InteractionOccurrence LinkAction TimeInterval InstanceSpecification ActivityPartition Model WriteStructuralFeatureAction ObjectFlow Variable ClearAssociationAction StructuredClassifier Activity Include AddVariableValueAction LiteralInteger MessageTrigger GeneralOrdering LiteralUnlimitedNatural Profile ControlFlow CombinedFragment AcceptCallAction CollaborationOccurrence SignalTrigger WriteLinkAction Parameter InputPin TestIdentityAction Class Component Port Interaction DeployedArtifact CallAction LiteralSpecification Substitution InvocationAction JoinNode InteractionFragment CallOperationAction ActivityEdge Pseudostate ExtensionPoint Gate EventOccurrence ExecutableNode Stereotype Manifestation Device LoopNode StructuralFeatureAction TimeObservationAction Extend ProtocolStateMachine DeploymentSpecification Duration Extension PackageableElement MergeNode TimeExpression CreateLinkAction ReadSelfAction AssociationClass InstanceValue ReclassifyObjectAction Abstraction ClearStructuralFeatureAction CommunicationPath Usage Continuation Package Enumeration InformationFlow Action DataStoreNode ReadLinkAction ExtensionEnd RedefinableTemplateSignature Transition Interface Reception BroadcastSignalAction DurationConstraint ExecutionOccurrence ParameterableClassifier CallTrigger ConditionalNode StateMachine Type Interval Stop PrimitiveFunction RemoveStructuralFeatureValueAction SendObjectAction Node OutputPin Expression DeploymentTarget LiteralNull Feature ActivityFinalNode PartDecomposition CallBehaviorAction Namespace member InteractionOperand Operation LiteralBoolean AnyTrigger VariableAction EncapsulatedClassifier ObjectNode ConnectionPointReference Trigger ReplyAction Signal DurationInterval StructuralFeature StructuredActivityNode CreateLinkObjectAction TimeConstraint Realization MessageEnd ControlNode DestroyLinkAction ValueSpecification ForkNode Behavior NamedElement visibility Vertex DataType Collaboration ReadLinkObjectEndAction AddStructuralFeatureValueAction ConnectableElement Artifact Dependency ReadVariableAction ReadIsClassifiedObjectAction ValuePin TemplateableClassifier AcceptEventAction Pin RedefinableElement Message ReadLinkObjectEndQualifierAction Constraint ClearVariableAction IntervalConstraint RaiseExceptionAction FinalNode InformationItem InteractionConstraint SendSignalAction InitialNode GeneralizationSet ReadStructuralFeatureAction Lifeline Property
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"generalization","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"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":150},{"source":2,"target":204},{"source":204,"target":150},{"source":3,"target":0},{"source":3,"target":152},{"source":3,"target":205},{"source":205,"target":152},{"source":4,"target":0},{"source":4,"target":115},{"source":4,"target":206},{"source":206,"target":115},{"source":5,"target":0},{"source":5,"target":115},{"source":5,"target":207},{"source":207,"target":115},{"source":6,"target":0},{"source":6,"target":177},{"source":6,"target":208},{"source":208,"target":177},{"source":7,"target":0},{"source":7,"target":26},{"source":7,"target":209},{"source":209,"target":26},{"source":8,"target":0},{"source":8,"target":145},{"source":8,"target":184},{"source":8,"target":170},{"source":8,"target":210},{"source":8,"target":211},{"source":8,"target":212},{"source":210,"target":145},{"source":211,"target":184},{"source":212,"target":170},{"source":9,"target":0},{"source":9,"target":141},{"source":9,"target":213},{"source":213,"target":141},{"source":10,"target":0},{"source":10,"target":177},{"source":10,"target":214},{"source":214,"target":177},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":215},{"source":215,"target":2},{"source":12,"target":0},{"source":12,"target":37},{"source":12,"target":216},{"source":216,"target":37},{"source":13,"target":0},{"source":13,"target":154},{"source":13,"target":217},{"source":217,"target":154},{"source":14,"target":0},{"source":14,"target":169},{"source":14,"target":218},{"source":218,"target":169},{"source":15,"target":0},{"source":15,"target":115},{"source":15,"target":219},{"source":219,"target":115},{"source":16,"target":0},{"source":16,"target":152},{"source":16,"target":220},{"source":220,"target":152},{"source":17,"target":0},{"source":17,"target":154},{"source":17,"target":221},{"source":221,"target":154},{"source":18,"target":0},{"source":18,"target":76},{"source":18,"target":222},{"source":222,"target":76},{"source":19,"target":0},{"source":19,"target":191},{"source":19,"target":223},{"source":223,"target":191},{"source":20,"target":0},{"source":20,"target":80},{"source":20,"target":224},{"source":224,"target":80},{"source":21,"target":0},{"source":21,"target":152},{"source":21,"target":225},{"source":225,"target":152},{"source":22,"target":0},{"source":22,"target":159},{"source":22,"target":226},{"source":226,"target":159},{"source":23,"target":0},{"source":23,"target":120},{"source":23,"target":227},{"source":227,"target":120},{"source":24,"target":0},{"source":24,"target":169},{"source":24,"target":228},{"source":228,"target":169},{"source":25,"target":0},{"source":25,"target":166},{"source":25,"target":229},{"source":229,"target":166},{"source":26,"target":0},{"source":26,"target":145},{"source":26,"target":130},{"source":26,"target":184},{"source":26,"target":230},{"source":26,"target":231},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":230,"target":169},{"source":230,"target":235},{"source":230,"target":26},{"source":235,"target":169},{"source":231,"target":31},{"source":231,"target":236},{"source":231,"target":26},{"source":236,"target":31},{"source":232,"target":145},{"source":233,"target":130},{"source":234,"target":184},{"source":27,"target":0},{"source":27,"target":48},{"source":27,"target":237},{"source":237,"target":48},{"source":28,"target":0},{"source":28,"target":145},{"source":28,"target":184},{"source":28,"target":238},{"source":28,"target":239},{"source":238,"target":145},{"source":239,"target":184},{"source":29,"target":0},{"source":29,"target":8},{"source":29,"target":240},{"source":240,"target":8},{"source":30,"target":0},{"source":30,"target":115},{"source":30,"target":241},{"source":241,"target":115},{"source":31,"target":0},{"source":31,"target":242},{"source":242,"target":26},{"source":242,"target":243},{"source":242,"target":31},{"source":243,"target":26},{"source":32,"target":0},{"source":32,"target":164},{"source":32,"target":244},{"source":244,"target":164},{"source":33,"target":0},{"source":33,"target":136},{"source":33,"target":245},{"source":245,"target":136},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":246},{"source":246,"target":26},{"source":35,"target":0},{"source":35,"target":162},{"source":35,"target":247},{"source":247,"target":162},{"source":36,"target":0},{"source":36,"target":184},{"source":36,"target":248},{"source":248,"target":184},{"source":37,"target":0},{"source":37,"target":26},{"source":37,"target":249},{"source":249,"target":26},{"source":38,"target":0},{"source":38,"target":171},{"source":38,"target":250},{"source":250,"target":171},{"source":39,"target":0},{"source":39,"target":45},{"source":39,"target":251},{"source":251,"target":45},{"source":40,"target":0},{"source":40,"target":115},{"source":40,"target":252},{"source":252,"target":115},{"source":41,"target":0},{"source":41,"target":145},{"source":41,"target":141},{"source":41,"target":253},{"source":41,"target":254},{"source":253,"target":145},{"source":254,"target":141},{"source":42,"target":0},{"source":42,"target":80},{"source":42,"target":255},{"source":255,"target":80},{"source":43,"target":0},{"source":43,"target":115},{"source":43,"target":256},{"source":256,"target":115},{"source":44,"target":0},{"source":44,"target":131},{"source":44,"target":257},{"source":257,"target":131},{"source":45,"target":0},{"source":45,"target":99},{"source":45,"target":139},{"source":45,"target":74},{"source":45,"target":258},{"source":45,"target":259},{"source":45,"target":260},{"source":258,"target":99},{"source":259,"target":139},{"source":260,"target":74},{"source":46,"target":0},{"source":46,"target":169},{"source":46,"target":261},{"source":261,"target":169},{"source":47,"target":0},{"source":47,"target":112},{"source":47,"target":262},{"source":262,"target":112},{"source":48,"target":0},{"source":48,"target":92},{"source":48,"target":263},{"source":263,"target":92},{"source":49,"target":0},{"source":49,"target":82},{"source":49,"target":264},{"source":264,"target":82},{"source":50,"target":0},{"source":50,"target":175},{"source":50,"target":24},{"source":50,"target":265},{"source":50,"target":266},{"source":265,"target":175},{"source":266,"target":24},{"source":51,"target":0},{"source":51,"target":115},{"source":51,"target":267},{"source":267,"target":115},{"source":52,"target":0},{"source":52,"target":26},{"source":52,"target":268},{"source":268,"target":26},{"source":53,"target":0},{"source":53,"target":168},{"source":53,"target":269},{"source":269,"target":168},{"source":54,"target":0},{"source":54,"target":169},{"source":54,"target":270},{"source":270,"target":169},{"source":55,"target":0},{"source":55,"target":2},{"source":55,"target":271},{"source":271,"target":2},{"source":56,"target":0},{"source":56,"target":76},{"source":56,"target":272},{"source":272,"target":76},{"source":57,"target":0},{"source":57,"target":154},{"source":57,"target":273},{"source":273,"target":154},{"source":58,"target":0},{"source":58,"target":169},{"source":58,"target":274},{"source":274,"target":169},{"source":59,"target":0},{"source":59,"target":76},{"source":59,"target":275},{"source":275,"target":76},{"source":60,"target":0},{"source":60,"target":112},{"source":60,"target":276},{"source":276,"target":112},{"source":61,"target":0},{"source":61,"target":82},{"source":61,"target":277},{"source":277,"target":82},{"source":62,"target":0},{"source":62,"target":80},{"source":62,"target":278},{"source":278,"target":80},{"source":63,"target":0},{"source":63,"target":182},{"source":63,"target":279},{"source":279,"target":182},{"source":64,"target":0},{"source":64,"target":169},{"source":64,"target":280},{"source":280,"target":169},{"source":65,"target":0},{"source":65,"target":57},{"source":65,"target":281},{"source":281,"target":57},{"source":66,"target":0},{"source":66,"target":43},{"source":66,"target":282},{"source":282,"target":43},{"source":67,"target":0},{"source":67,"target":175},{"source":67,"target":24},{"source":67,"target":283},{"source":67,"target":284},{"source":283,"target":175},{"source":284,"target":24},{"source":68,"target":0},{"source":68,"target":183},{"source":68,"target":285},{"source":285,"target":183},{"source":69,"target":0},{"source":69,"target":115},{"source":69,"target":286},{"source":286,"target":115},{"source":70,"target":0},{"source":70,"target":37},{"source":70,"target":151},{"source":70,"target":287},{"source":70,"target":288},{"source":287,"target":37},{"source":288,"target":151},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":289},{"source":289,"target":70},{"source":72,"target":0},{"source":72,"target":199},{"source":72,"target":290},{"source":290,"target":199},{"source":73,"target":0},{"source":73,"target":168},{"source":73,"target":80},{"source":73,"target":291},{"source":73,"target":292},{"source":291,"target":168},{"source":292,"target":80},{"source":74,"target":0},{"source":74,"target":169},{"source":74,"target":293},{"source":293,"target":169},{"source":75,"target":0},{"source":75,"target":78},{"source":75,"target":294},{"source":294,"target":78},{"source":76,"target":0},{"source":76,"target":166},{"source":76,"target":295},{"source":295,"target":166},{"source":77,"target":0},{"source":77,"target":162},{"source":77,"target":296},{"source":296,"target":162},{"source":78,"target":0},{"source":78,"target":115},{"source":78,"target":297},{"source":297,"target":115},{"source":79,"target":0},{"source":79,"target":164},{"source":79,"target":298},{"source":298,"target":164},{"source":80,"target":0},{"source":80,"target":169},{"source":80,"target":299},{"source":299,"target":169},{"source":81,"target":0},{"source":81,"target":75},{"source":81,"target":300},{"source":300,"target":75},{"source":82,"target":0},{"source":82,"target":184},{"source":82,"target":301},{"source":301,"target":184},{"source":83,"target":0},{"source":83,"target":170},{"source":83,"target":302},{"source":302,"target":170},{"source":84,"target":0},{"source":84,"target":184},{"source":84,"target":303},{"source":303,"target":184},{"source":85,"target":0},{"source":85,"target":163},{"source":85,"target":304},{"source":304,"target":163},{"source":86,"target":0},{"source":86,"target":80},{"source":86,"target":163},{"source":86,"target":305},{"source":86,"target":306},{"source":305,"target":80},{"source":306,"target":163},{"source":87,"target":0},{"source":87,"target":36},{"source":87,"target":307},{"source":307,"target":36},{"source":88,"target":0},{"source":88,"target":70},{"source":88,"target":308},{"source":308,"target":70},{"source":89,"target":0},{"source":89,"target":107},{"source":89,"target":309},{"source":309,"target":107},{"source":90,"target":0},{"source":90,"target":136},{"source":90,"target":310},{"source":310,"target":136},{"source":91,"target":0},{"source":91,"target":159},{"source":91,"target":311},{"source":311,"target":159},{"source":92,"target":0},{"source":92,"target":115},{"source":92,"target":312},{"source":312,"target":115},{"source":93,"target":0},{"source":93,"target":48},{"source":93,"target":313},{"source":313,"target":48},{"source":94,"target":0},{"source":94,"target":169},{"source":94,"target":314},{"source":314,"target":169},{"source":95,"target":0},{"source":95,"target":129},{"source":95,"target":315},{"source":315,"target":129},{"source":96,"target":0},{"source":96,"target":176},{"source":96,"target":316},{"source":316,"target":176},{"source":97,"target":0},{"source":97,"target":166},{"source":97,"target":317},{"source":317,"target":166},{"source":98,"target":0},{"source":98,"target":34},{"source":98,"target":318},{"source":318,"target":34},{"source":99,"target":0},{"source":99,"target":169},{"source":99,"target":319},{"source":319,"target":169},{"source":100,"target":0},{"source":100,"target":164},{"source":100,"target":320},{"source":320,"target":164},{"source":101,"target":0},{"source":101,"target":166},{"source":101,"target":321},{"source":321,"target":166},{"source":102,"target":0},{"source":102,"target":66},{"source":102,"target":322},{"source":322,"target":66},{"source":103,"target":0},{"source":103,"target":115},{"source":103,"target":323},{"source":323,"target":115},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":34},{"source":104,"target":324},{"source":104,"target":325},{"source":324,"target":70},{"source":325,"target":34},{"source":105,"target":0},{"source":105,"target":166},{"source":105,"target":326},{"source":326,"target":166},{"source":106,"target":0},{"source":106,"target":115},{"source":106,"target":327},{"source":327,"target":115},{"source":107,"target":0},{"source":107,"target":177},{"source":107,"target":328},{"source":328,"target":177},{"source":108,"target":0},{"source":108,"target":92},{"source":108,"target":329},{"source":329,"target":92},{"source":109,"target":0},{"source":109,"target":34},{"source":109,"target":330},{"source":330,"target":34},{"source":110,"target":0},{"source":110,"target":177},{"source":110,"target":331},{"source":331,"target":177},{"source":111,"target":0},{"source":111,"target":80},{"source":111,"target":332},{"source":332,"target":80},{"source":112,"target":0},{"source":112,"target":145},{"source":112,"target":99},{"source":112,"target":333},{"source":112,"target":334},{"source":333,"target":145},{"source":334,"target":99},{"source":113,"target":0},{"source":113,"target":171},{"source":113,"target":335},{"source":335,"target":171},{"source":114,"target":0},{"source":114,"target":99},{"source":114,"target":336},{"source":336,"target":99},{"source":115,"target":0},{"source":115,"target":87},{"source":115,"target":337},{"source":337,"target":87},{"source":116,"target":0},{"source":116,"target":21},{"source":116,"target":338},{"source":338,"target":21},{"source":117,"target":0},{"source":117,"target":43},{"source":117,"target":339},{"source":339,"target":43},{"source":118,"target":0},{"source":118,"target":199},{"source":118,"target":340},{"source":340,"target":199},{"source":119,"target":0},{"source":119,"target":184},{"source":119,"target":341},{"source":341,"target":184},{"source":120,"target":0},{"source":120,"target":184},{"source":120,"target":342},{"source":342,"target":184},{"source":121,"target":0},{"source":121,"target":26},{"source":121,"target":343},{"source":343,"target":26},{"source":122,"target":0},{"source":122,"target":41},{"source":122,"target":344},{"source":344,"target":41},{"source":123,"target":0},{"source":123,"target":78},{"source":123,"target":345},{"source":345,"target":78},{"source":124,"target":0},{"source":124,"target":189},{"source":124,"target":346},{"source":346,"target":189},{"source":125,"target":0},{"source":125,"target":80},{"source":125,"target":347},{"source":347,"target":80},{"source":126,"target":0},{"source":126,"target":26},{"source":126,"target":348},{"source":348,"target":26},{"source":127,"target":0},{"source":127,"target":57},{"source":127,"target":349},{"source":349,"target":57},{"source":128,"target":0},{"source":128,"target":159},{"source":128,"target":350},{"source":350,"target":159},{"source":129,"target":0},{"source":129,"target":168},{"source":129,"target":351},{"source":351,"target":168},{"source":130,"target":0},{"source":130,"target":99},{"source":130,"target":352},{"source":352,"target":99},{"source":131,"target":0},{"source":131,"target":166},{"source":131,"target":353},{"source":353,"target":166},{"source":132,"target":0},{"source":132,"target":86},{"source":132,"target":354},{"source":354,"target":86},{"source":133,"target":0},{"source":133,"target":99},{"source":133,"target":355},{"source":355,"target":99},{"source":134,"target":0},{"source":134,"target":48},{"source":134,"target":356},{"source":356,"target":48},{"source":135,"target":0},{"source":135,"target":78},{"source":135,"target":357},{"source":357,"target":78},{"source":136,"target":0},{"source":136,"target":70},{"source":136,"target":139},{"source":136,"target":358},{"source":136,"target":359},{"source":358,"target":70},{"source":359,"target":139},{"source":137,"target":0},{"source":137,"target":183},{"source":137,"target":360},{"source":360,"target":183},{"source":138,"target":0},{"source":138,"target":25},{"source":138,"target":361},{"source":361,"target":25},{"source":139,"target":0},{"source":139,"target":169},{"source":139,"target":362},{"source":362,"target":169},{"source":140,"target":0},{"source":140,"target":76},{"source":140,"target":363},{"source":363,"target":76},{"source":141,"target":0},{"source":141,"target":184},{"source":141,"target":364},{"source":364,"target":184},{"source":142,"target":0},{"source":142,"target":191},{"source":142,"target":365},{"source":365,"target":191},{"source":143,"target":0},{"source":143,"target":42},{"source":143,"target":366},{"source":366,"target":42},{"source":144,"target":0},{"source":144,"target":75},{"source":144,"target":367},{"source":367,"target":75},{"source":145,"target":0},{"source":145,"target":169},{"source":145,"target":368},{"source":145,"target":369},{"source":368,"target":169},{"source":368,"target":370},{"source":368,"target":145},{"source":370,"target":169},{"source":369,"target":169},{"source":146,"target":0},{"source":146,"target":145},{"source":146,"target":80},{"source":146,"target":371},{"source":146,"target":372},{"source":371,"target":145},{"source":372,"target":80},{"source":147,"target":0},{"source":147,"target":41},{"source":147,"target":24},{"source":147,"target":373},{"source":147,"target":374},{"source":373,"target":41},{"source":374,"target":24},{"source":148,"target":0},{"source":148,"target":76},{"source":148,"target":375},{"source":375,"target":76},{"source":149,"target":0},{"source":149,"target":57},{"source":149,"target":376},{"source":376,"target":57},{"source":150,"target":0},{"source":150,"target":115},{"source":150,"target":377},{"source":377,"target":115},{"source":151,"target":0},{"source":151,"target":52},{"source":151,"target":378},{"source":378,"target":52},{"source":152,"target":0},{"source":152,"target":36},{"source":152,"target":24},{"source":152,"target":379},{"source":152,"target":380},{"source":379,"target":36},{"source":380,"target":24},{"source":153,"target":0},{"source":153,"target":170},{"source":153,"target":381},{"source":381,"target":170},{"source":154,"target":0},{"source":154,"target":169},{"source":154,"target":382},{"source":382,"target":169},{"source":155,"target":0},{"source":155,"target":115},{"source":155,"target":383},{"source":383,"target":115},{"source":156,"target":0},{"source":156,"target":26},{"source":156,"target":384},{"source":384,"target":26},{"source":157,"target":0},{"source":157,"target":131},{"source":157,"target":385},{"source":385,"target":131},{"source":158,"target":0},{"source":158,"target":141},{"source":158,"target":24},{"source":158,"target":386},{"source":158,"target":387},{"source":386,"target":141},{"source":387,"target":24},{"source":159,"target":0},{"source":159,"target":115},{"source":159,"target":145},{"source":159,"target":388},{"source":159,"target":389},{"source":388,"target":115},{"source":389,"target":145},{"source":160,"target":0},{"source":160,"target":102},{"source":160,"target":390},{"source":390,"target":102},{"source":161,"target":0},{"source":161,"target":189},{"source":161,"target":391},{"source":391,"target":189},{"source":162,"target":0},{"source":162,"target":107},{"source":162,"target":392},{"source":392,"target":107},{"source":163,"target":0},{"source":163,"target":169},{"source":163,"target":393},{"source":393,"target":169},{"source":164,"target":0},{"source":164,"target":36},{"source":164,"target":394},{"source":394,"target":36},{"source":165,"target":0},{"source":165,"target":66},{"source":165,"target":395},{"source":395,"target":66},{"source":166,"target":0},{"source":166,"target":24},{"source":166,"target":396},{"source":396,"target":24},{"source":167,"target":0},{"source":167,"target":164},{"source":167,"target":397},{"source":397,"target":164},{"source":168,"target":0},{"source":168,"target":70},{"source":168,"target":398},{"source":398,"target":70},{"source":169,"target":0},{"source":169,"target":399},{"source":399,"target":1},{"source":399,"target":400},{"source":399,"target":169},{"source":400,"target":1},{"source":170,"target":0},{"source":170,"target":169},{"source":170,"target":401},{"source":401,"target":169},{"source":171,"target":0},{"source":171,"target":26},{"source":171,"target":402},{"source":402,"target":26},{"source":172,"target":0},{"source":172,"target":37},{"source":172,"target":52},{"source":172,"target":403},{"source":172,"target":404},{"source":403,"target":37},{"source":404,"target":52},{"source":173,"target":0},{"source":173,"target":115},{"source":173,"target":405},{"source":405,"target":115},{"source":174,"target":0},{"source":174,"target":48},{"source":174,"target":406},{"source":406,"target":48},{"source":175,"target":0},{"source":175,"target":169},{"source":175,"target":407},{"source":407,"target":169},{"source":176,"target":0},{"source":176,"target":26},{"source":176,"target":74},{"source":176,"target":408},{"source":176,"target":409},{"source":408,"target":26},{"source":409,"target":74},{"source":177,"target":0},{"source":177,"target":99},{"source":177,"target":410},{"source":410,"target":99},{"source":178,"target":0},{"source":178,"target":150},{"source":178,"target":411},{"source":411,"target":150},{"source":179,"target":0},{"source":179,"target":115},{"source":179,"target":412},{"source":412,"target":115},{"source":180,"target":0},{"source":180,"target":68},{"source":180,"target":413},{"source":413,"target":68},{"source":181,"target":0},{"source":181,"target":26},{"source":181,"target":414},{"source":414,"target":26},{"source":182,"target":0},{"source":182,"target":115},{"source":182,"target":415},{"source":415,"target":115},{"source":183,"target":0},{"source":183,"target":152},{"source":183,"target":416},{"source":416,"target":152},{"source":184,"target":0},{"source":184,"target":169},{"source":184,"target":417},{"source":417,"target":169},{"source":185,"target":0},{"source":185,"target":169},{"source":185,"target":418},{"source":418,"target":169},{"source":186,"target":0},{"source":186,"target":115},{"source":186,"target":419},{"source":419,"target":115},{"source":187,"target":0},{"source":187,"target":99},{"source":187,"target":420},{"source":420,"target":99},{"source":188,"target":0},{"source":188,"target":150},{"source":188,"target":421},{"source":421,"target":150},{"source":189,"target":0},{"source":189,"target":187},{"source":189,"target":422},{"source":422,"target":187},{"source":190,"target":0},{"source":190,"target":115},{"source":190,"target":423},{"source":423,"target":115},{"source":191,"target":0},{"source":191,"target":164},{"source":191,"target":424},{"source":424,"target":164},{"source":192,"target":0},{"source":192,"target":26},{"source":192,"target":425},{"source":425,"target":26},{"source":193,"target":0},{"source":193,"target":187},{"source":193,"target":426},{"source":426,"target":187},{"source":194,"target":0},{"source":194,"target":78},{"source":194,"target":427},{"source":427,"target":78},{"source":195,"target":0},{"source":195,"target":164},{"source":195,"target":428},{"source":428,"target":164},{"source":196,"target":0},{"source":196,"target":99},{"source":196,"target":429},{"source":429,"target":99},{"source":197,"target":0},{"source":197,"target":92},{"source":197,"target":430},{"source":430,"target":92},{"source":198,"target":0},{"source":198,"target":169},{"source":198,"target":431},{"source":431,"target":169},{"source":199,"target":0},{"source":199,"target":158},{"source":199,"target":175},{"source":199,"target":139},{"source":199,"target":432},{"source":199,"target":433},{"source":199,"target":434},{"source":432,"target":158},{"source":433,"target":175},{"source":434,"target":139}],"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="arithmetics" nsURI="http://www.eclipse.org/Xtext/example/Arithmetics" nsPrefix="arithmetics"> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//Statement #//AbstractDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//DeclaredParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredParameter" eSuperTypes="#//AbstractDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractDefinition"> <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="Evaluation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multi" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//AbstractDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/Xpect/org.eclipse.xpect.releng/xtext-examples/org.eclipse.xtext.example.arithmetics/model/generated/Arithmetics.ecore
ecore
arithmetics Module name imports statements Import module Statement Definition args expr DeclaredParameter AbstractDefinition name Evaluation expression Expression Plus left right Minus left right Multi left right Div left right NumberLiteral value FunctionCall func args
null
{"directed":true,"nodes":[{"nsPrefix":"arithmetics","nsURI":"http://www.eclipse.org/Xtext/example/Arithmetics","name":"arithmetics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","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":"Statement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multi","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":14,"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":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":"imports","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":"expr","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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":55,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"func","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":2},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":3},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":1},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":6},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":5},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":8},{"source":25,"target":3},{"source":26,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":29},{"source":29,"target":6},{"source":6,"target":0},{"source":6,"target":30},{"source":30,"target":31},{"source":30,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":7},{"source":34,"target":8},{"source":33,"target":3},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":8},{"source":35,"target":38},{"source":35,"target":9},{"source":38,"target":8},{"source":36,"target":8},{"source":36,"target":39},{"source":36,"target":9},{"source":39,"target":8},{"source":37,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":40,"target":8},{"source":40,"target":43},{"source":40,"target":10},{"source":43,"target":8},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":8},{"source":42,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":45,"target":8},{"source":45,"target":48},{"source":45,"target":11},{"source":48,"target":8},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":11},{"source":49,"target":8},{"source":47,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":50},{"source":12,"target":51},{"source":12,"target":52},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":12},{"source":53,"target":8},{"source":51,"target":8},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":8},{"source":52,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":56,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":6},{"source":58,"target":61},{"source":58,"target":14},{"source":61,"target":6},{"source":59,"target":8},{"source":59,"target":62},{"source":59,"target":14},{"source":62,"target":8},{"source":60,"target":8}],"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="com.york.cs.todolite2.test.blog"> <eClassifiers xsi:type="ecore:EClass" name="Blog"> <eAnnotations source="db"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="//Post" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="//Author" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tags1" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratings" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author1" eType="//Author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors2" upperBound="-1" eType="//Author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stats" eType="//Stats" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postType" eType="//PostType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostType"> <eLiterals name="Regular"/> <eLiterals name="Sticky" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stats"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageloads"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visitors"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="//Author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replies" upperBound="-1" eType="//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="liked" upperBound="-1" eType="//Member"/> <eStructuralFeatures xsi:type="ecore:EReference" name="disliked" upperBound="-1" eType="//Member"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flags" upperBound="-1" eType="//Flag"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Flag"> <eLiterals name="Helpful"/> <eLiterals name="Offensive" value="1"/> <eLiterals name="Spam" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eAnnotations source="searchable"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author" eSuperTypes="//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="//Person"/> </ecore:EPackage>
github:ecore:/data/sebasst/SyncAndroidWorkspaces/0FinalWorkSpace/TestProject/model/DatabaseBlog.ecore
ecore
com.york.cs.todolite2.test.blog Blog posts members authors Post title tags1 ratings comments author1 authors2 stats postType PostType Regular Regular Sticky Sticky Stats pageloads visitors Comment text author replies liked disliked flags Flag Helpful Helpful Offensive Offensive Spam Spam Person name Author Member
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"com.york.cs.todolite2.test.blog","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stats","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Flag","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","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":"posts","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":"members","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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"tags1","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratings","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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author1","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":"authors2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"Regular","id":32,"value":0,"literal":"Regular","eClass":"EEnumLiteral"},{"name":"Sticky","id":33,"value":1,"literal":"Sticky","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageloads","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visitors","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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":"author","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":"replies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"liked","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disliked","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"flags","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"Helpful","id":50,"value":0,"literal":"Helpful","eClass":"EEnumLiteral"},{"name":"Offensive","id":51,"value":1,"literal":"Offensive","eClass":"EEnumLiteral"},{"name":"Spam","id":52,"value":2,"literal":"Spam","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"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":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":11,"target":9},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":9},{"source":12,"target":8},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":8},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":16,"target":24},{"source":16,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":18,"target":26},{"source":18,"target":2},{"source":19,"target":5},{"source":19,"target":27},{"source":19,"target":2},{"source":27,"target":5},{"source":20,"target":8},{"source":20,"target":28},{"source":20,"target":2},{"source":28,"target":8},{"source":21,"target":8},{"source":21,"target":29},{"source":21,"target":2},{"source":29,"target":8},{"source":22,"target":4},{"source":22,"target":30},{"source":22,"target":2},{"source":30,"target":4},{"source":23,"target":3},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":3},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":37},{"source":35,"target":4},{"source":5,"target":0},{"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":38,"target":44},{"source":38,"target":5},{"source":39,"target":8},{"source":39,"target":45},{"source":39,"target":5},{"source":45,"target":8},{"source":40,"target":5},{"source":40,"target":46},{"source":40,"target":5},{"source":46,"target":5},{"source":41,"target":9},{"source":41,"target":47},{"source":41,"target":5},{"source":47,"target":9},{"source":42,"target":9},{"source":42,"target":48},{"source":42,"target":5},{"source":48,"target":9},{"source":43,"target":6},{"source":43,"target":49},{"source":43,"target":5},{"source":49,"target":6},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":53,"target":54},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":55},{"source":55,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":56},{"source":56,"target":7}],"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="iArchimate" nsURI="http://co/edu/uniandes/iArchimate" nsPrefix="co.edu.uniandes.iArchimate"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eAnnotations source="gmf.diagram"> <details key="model.extension" value="iarchimate"/> <details key="diagram.extension" value="iarchimate_diagram"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionTraces" upperBound="-1" eType="#//DecisionTrace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="label.icon" value="true"/> <details key="label" value="name"/> <details key="label.pattern" value="{0}"/> <details key="size" value="140,60"/> <details key="border.color" value="0,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="#//ElementTypeName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementDecisionTrace" eType="#//DecisionTrace"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="source.decoration" value="filledsquare"/> <details key="style" value="dash"/> <details key="color" value="0,0,255"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionTrace"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="label.icon" value="true"/> <details key="label" value="idDecisionTrace"/> <details key="label.pattern" value="{0}"/> <details key="size" value="100,60"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDecisionTrace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//Decision" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facts" upperBound="-1" eType="#//Fact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observations" upperBound="-1" eType="#//Observation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//Source" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="certaintyDegree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceObservations" upperBound="-1" eType="#//Observation" eOpposite="#//Observation/belongsTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectObservation" eSuperTypes="#//Source"/> <eClassifiers xsi:type="ecore:EClass" name="Meeting" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minuteNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meetingParticipants" lowerBound="2" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationalUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idObservation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observationFacts" upperBound="-1" eType="#//Fact" eOpposite="#//Fact/isFactOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsTo" lowerBound="1" eType="#//Source" eOpposite="#//Source/sourceObservations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fact"> <eStructuralFeatures xsi:type="ecore:EReference" name="isFactOf" lowerBound="1" upperBound="-1" eType="#//Observation" eOpposite="#//Observation/observationFacts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idFact" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exist" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attValue" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relValue" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDecision" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionFacts" lowerBound="1" upperBound="-1" eType="#//Fact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ElementTypeName"> <eLiterals name="NotSelected" value="100"/> <eLiterals name="BusinessActor"/> <eLiterals name="BusinessRole" value="1"/> <eLiterals name="BusinessCollaboration" value="2"/> <eLiterals name="BusinessInterface" value="3"/> <eLiterals name="Location" value="4"/> <eLiterals name="BusinessObject" value="5"/> <eLiterals name="BusinessProcess" value="6"/> <eLiterals name="BusinessFunction" value="7"/> <eLiterals name="BusinessInteraction" value="8"/> <eLiterals name="BusinessEvent" value="9"/> <eLiterals name="BusinessService" value="10"/> <eLiterals name="Representation" value="11"/> <eLiterals name="Meaning" value="12"/> <eLiterals name="Value" value="13"/> <eLiterals name="Product" value="14"/> <eLiterals name="Contract" value="15"/> <eLiterals name="ApplicationComponent" value="16"/> <eLiterals name="ApplicationCollaboration" value="17"/> <eLiterals name="ApplicationInterface" value="18"/> <eLiterals name="DataObject" value="19"/> <eLiterals name="ApplicationFunction" value="20"/> <eLiterals name="ApplicationInteraction" value="21"/> <eLiterals name="ApplicationService" value="22"/> <eLiterals name="Node" value="23"/> <eLiterals name="Device" value="24"/> <eLiterals name="SystemSoftware" value="25"/> <eLiterals name="InfrastructureInterface" value="26"/> <eLiterals name="Network" value="27"/> <eLiterals name="CommunicationPath" value="28"/> <eLiterals name="InfrastructureFunction" value="29"/> <eLiterals name="InfrastructureService" value="30"/> <eLiterals name="Artifact" value="31"/> <eLiterals name="Stakeholder" value="32"/> <eLiterals name="Driver" value="33"/> <eLiterals name="Assessment" value="34"/> <eLiterals name="Goal" value="35"/> <eLiterals name="Requirement" value="36"/> <eLiterals name="Constraint" value="37"/> <eLiterals name="Principle" value="38"/> <eLiterals name="WorkPackage" value="39"/> <eLiterals name="Deliverable" value="40"/> <eLiterals name="Plateau" value="41"/> <eLiterals name="Gap" value="42"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/florezfernandez/iArchiMate/co.edu.uniandes.iArchimate/model_EiMM/iArchimate.ecore
ecore
iArchimate Model decisionTraces Element typeName elementDecisionTrace DecisionTrace idDecisionTrace decisions facts observations sources Source name reliability certaintyDegree sourceObservations DirectObservation Meeting minuteNumber meetingParticipants Document version description Person organizationalUnit rol Observation idObservation referenceDate observationFacts belongsTo Fact isFactOf idFact element InstanceFact exist AttributeFact attName attValue RelationFact relName relValue Decision idDecision result decisionFacts ElementTypeName NotSelected NotSelected BusinessActor BusinessActor BusinessRole BusinessRole BusinessCollaboration BusinessCollaboration BusinessInterface BusinessInterface Location Location BusinessObject BusinessObject BusinessProcess BusinessProcess BusinessFunction BusinessFunction BusinessInteraction BusinessInteraction BusinessEvent BusinessEvent BusinessService BusinessService Representation Representation Meaning Meaning Value Value Product Product Contract Contract ApplicationComponent ApplicationComponent ApplicationCollaboration ApplicationCollaboration ApplicationInterface ApplicationInterface DataObject DataObject ApplicationFunction ApplicationFunction ApplicationInteraction ApplicationInteraction ApplicationService ApplicationService Node Node Device Device SystemSoftware SystemSoftware InfrastructureInterface InfrastructureInterface Network Network CommunicationPath CommunicationPath InfrastructureFunction InfrastructureFunction InfrastructureService InfrastructureService Artifact Artifact Stakeholder Stakeholder Driver Driver Assessment Assessment Goal Goal Requirement Requirement Constraint Constraint Principle Principle WorkPackage WorkPackage Deliverable Deliverable Plateau Plateau Gap Gap
null
{"directed":true,"nodes":[{"nsPrefix":"co.edu.uniandes.iArchimate","nsURI":"http://co/edu/uniandes/iArchimate","name":"iArchimate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionTrace","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectObservation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meeting","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fact","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceFact","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationFact","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ElementTypeName","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decisionTraces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":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":"elementDecisionTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idDecisionTrace","changeable":true,"lowerBound":1,"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":"decisions","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":"facts","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":"observations","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":"sources","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reliability","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"certaintyDegree","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceObservations","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"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":"minuteNumber","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"meetingParticipants","changeable":true,"resolveProxies":true,"lowerBound":2,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"version","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":"description","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":"organizationalUnit","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":"rol","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idObservation","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceDate","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"observationFacts","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isFactOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idFact","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"exist","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attName","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"attValue","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"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":"relName","changeable":true,"lowerBound":1,"iD":false,"id":78,"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":"relValue","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idDecision","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"result","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"decisionFacts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"NotSelected","id":89,"value":100,"literal":"NotSelected","eClass":"EEnumLiteral"},{"name":"BusinessActor","id":90,"value":0,"literal":"BusinessActor","eClass":"EEnumLiteral"},{"name":"BusinessRole","id":91,"value":1,"literal":"BusinessRole","eClass":"EEnumLiteral"},{"name":"BusinessCollaboration","id":92,"value":2,"literal":"BusinessCollaboration","eClass":"EEnumLiteral"},{"name":"BusinessInterface","id":93,"value":3,"literal":"BusinessInterface","eClass":"EEnumLiteral"},{"name":"Location","id":94,"value":4,"literal":"Location","eClass":"EEnumLiteral"},{"name":"BusinessObject","id":95,"value":5,"literal":"BusinessObject","eClass":"EEnumLiteral"},{"name":"BusinessProcess","id":96,"value":6,"literal":"BusinessProcess","eClass":"EEnumLiteral"},{"name":"BusinessFunction","id":97,"value":7,"literal":"BusinessFunction","eClass":"EEnumLiteral"},{"name":"BusinessInteraction","id":98,"value":8,"literal":"BusinessInteraction","eClass":"EEnumLiteral"},{"name":"BusinessEvent","id":99,"value":9,"literal":"BusinessEvent","eClass":"EEnumLiteral"},{"name":"BusinessService","id":100,"value":10,"literal":"BusinessService","eClass":"EEnumLiteral"},{"name":"Representation","id":101,"value":11,"literal":"Representation","eClass":"EEnumLiteral"},{"name":"Meaning","id":102,"value":12,"literal":"Meaning","eClass":"EEnumLiteral"},{"name":"Value","id":103,"value":13,"literal":"Value","eClass":"EEnumLiteral"},{"name":"Product","id":104,"value":14,"literal":"Product","eClass":"EEnumLiteral"},{"name":"Contract","id":105,"value":15,"literal":"Contract","eClass":"EEnumLiteral"},{"name":"ApplicationComponent","id":106,"value":16,"literal":"ApplicationComponent","eClass":"EEnumLiteral"},{"name":"ApplicationCollaboration","id":107,"value":17,"literal":"ApplicationCollaboration","eClass":"EEnumLiteral"},{"name":"ApplicationInterface","id":108,"value":18,"literal":"ApplicationInterface","eClass":"EEnumLiteral"},{"name":"DataObject","id":109,"value":19,"literal":"DataObject","eClass":"EEnumLiteral"},{"name":"ApplicationFunction","id":110,"value":20,"literal":"ApplicationFunction","eClass":"EEnumLiteral"},{"name":"ApplicationInteraction","id":111,"value":21,"literal":"ApplicationInteraction","eClass":"EEnumLiteral"},{"name":"ApplicationService","id":112,"value":22,"literal":"ApplicationService","eClass":"EEnumLiteral"},{"name":"Node","id":113,"value":23,"literal":"Node","eClass":"EEnumLiteral"},{"name":"Device","id":114,"value":24,"literal":"Device","eClass":"EEnumLiteral"},{"name":"SystemSoftware","id":115,"value":25,"literal":"SystemSoftware","eClass":"EEnumLiteral"},{"name":"InfrastructureInterface","id":116,"value":26,"literal":"InfrastructureInterface","eClass":"EEnumLiteral"},{"name":"Network","id":117,"value":27,"literal":"Network","eClass":"EEnumLiteral"},{"name":"CommunicationPath","id":118,"value":28,"literal":"CommunicationPath","eClass":"EEnumLiteral"},{"name":"InfrastructureFunction","id":119,"value":29,"literal":"InfrastructureFunction","eClass":"EEnumLiteral"},{"name":"InfrastructureService","id":120,"value":30,"literal":"InfrastructureService","eClass":"EEnumLiteral"},{"name":"Artifact","id":121,"value":31,"literal":"Artifact","eClass":"EEnumLiteral"},{"name":"Stakeholder","id":122,"value":32,"literal":"Stakeholder","eClass":"EEnumLiteral"},{"name":"Driver","id":123,"value":33,"literal":"Driver","eClass":"EEnumLiteral"},{"name":"Assessment","id":124,"value":34,"literal":"Assessment","eClass":"EEnumLiteral"},{"name":"Goal","id":125,"value":35,"literal":"Goal","eClass":"EEnumLiteral"},{"name":"Requirement","id":126,"value":36,"literal":"Requirement","eClass":"EEnumLiteral"},{"name":"Constraint","id":127,"value":37,"literal":"Constraint","eClass":"EEnumLiteral"},{"name":"Principle","id":128,"value":38,"literal":"Principle","eClass":"EEnumLiteral"},{"name":"WorkPackage","id":129,"value":39,"literal":"WorkPackage","eClass":"EEnumLiteral"},{"name":"Deliverable","id":130,"value":40,"literal":"Deliverable","eClass":"EEnumLiteral"},{"name":"Plateau","id":131,"value":41,"literal":"Plateau","eClass":"EEnumLiteral"},{"name":"Gap","id":132,"value":42,"literal":"Gap","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":16,"target":3},{"source":16,"target":17},{"source":16,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":15},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":15},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":14},{"source":23,"target":28},{"source":23,"target":3},{"source":28,"target":14},{"source":24,"target":10},{"source":24,"target":29},{"source":24,"target":3},{"source":29,"target":10},{"source":25,"target":9},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":9},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":3},{"source":31,"target":4},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":36},{"source":32,"target":4},{"source":33,"target":37},{"source":33,"target":4},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":4},{"source":35,"target":40},{"source":39,"target":9},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":42,"target":45},{"source":42,"target":6},{"source":43,"target":8},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":8},{"source":44,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":47,"target":50},{"source":47,"target":7},{"source":48,"target":51},{"source":48,"target":7},{"source":49,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":52,"target":55},{"source":52,"target":8},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":4},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":40},{"source":57,"target":60},{"source":57,"target":9},{"source":58,"target":61},{"source":58,"target":9},{"source":59,"target":10},{"source":59,"target":62},{"source":59,"target":9},{"source":59,"target":63},{"source":62,"target":10},{"source":40,"target":4},{"source":40,"target":64},{"source":40,"target":9},{"source":40,"target":35},{"source":64,"target":4},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":65},{"source":10,"target":66},{"source":63,"target":9},{"source":63,"target":67},{"source":63,"target":10},{"source":63,"target":59},{"source":67,"target":9},{"source":65,"target":68},{"source":65,"target":10},{"source":66,"target":69},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":70},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":71,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":73,"target":76},{"source":73,"target":12},{"source":74,"target":77},{"source":74,"target":12},{"source":75,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":78,"target":81},{"source":78,"target":13},{"source":79,"target":82},{"source":79,"target":13},{"source":80,"target":10},{"source":14,"target":0},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":10},{"source":85,"target":88},{"source":85,"target":14},{"source":88,"target":10},{"source":15,"target":0},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":89,"target":15},{"source":90,"target":15},{"source":91,"target":15},{"source":92,"target":15},{"source":93,"target":15},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":100,"target":15},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":104,"target":15},{"source":105,"target":15},{"source":106,"target":15},{"source":107,"target":15},{"source":108,"target":15},{"source":109,"target":15},{"source":110,"target":15},{"source":111,"target":15},{"source":112,"target":15},{"source":113,"target":15},{"source":114,"target":15},{"source":115,"target":15},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":119,"target":15},{"source":120,"target":15},{"source":121,"target":15},{"source":122,"target":15},{"source":123,"target":15},{"source":124,"target":15},{"source":125,"target":15},{"source":126,"target":15},{"source":127,"target":15},{"source":128,"target":15},{"source":129,"target":15},{"source":130,"target":15},{"source":131,"target":15},{"source":132,"target":15}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet3inheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public Signal StateInvariant Port ReadLinkObjectEndQualifierAction ConditionalNode PrimitiveFunction TimeInterval Deployment UseCase MessageEnd Lifeline DurationObservationAction Message RemoveStructuralFeatureValueAction GeneralizationSet LiteralInteger WriteStructuralFeatureAction RemoveVariableValueAction Interface Profile Variable ReadLinkObjectEndAction Operation StateMachine Association ReadLinkAction TimeTrigger AnyTrigger BehavioralFeature ActivityFinalNode ExtensionPoint ProtocolStateMachine ObjectFlow CallOperationAction DurationConstraint PrimitiveType TestIdentityAction Include ActivityEdge AcceptEventAction DeploymentTarget AssociationClass ControlNode CommunicationPath Extend StartOwnedBehaviorAction LinkAction InitialNode AddStructuralFeatureValueAction TypedElement InteractionFragment InvocationAction Pseudostate ConnectableElement InteractionOperand Pin Node ClearStructuralFeatureAction Parameter Artifact EventOccurrence ConnectionPointReference CombinedFragment Generalization general DestroyLinkAction PackageableElement InstanceValue TimeObservationAction Implementation Constraint InteractionConstraint ReadIsClassifiedObjectAction ExecutableNode LiteralUnlimitedNatural InformationItem Component Behavior LiteralNull GeneralOrdering RedefinableTemplateSignature Actor LoopNode CreateObjectAction Region Duration ForkNode Trigger TimeExpression OutputPin ExpansionRegion State ActivityPartition ReclassifyObjectAction JoinNode ChangeTrigger LiteralSpecification CollaborationOccurrence MergeNode NamedElement visibility StructuredClassifier Property Continuation ParameterSet ActivityNode FlowFinalNode Reception Transition SendSignalAction Classifier inheritedMember generalization ControlFlow DataType Manifestation ExecutionOccurrence CallTrigger InformationFlow CallBehaviorAction ReplyAction DurationInterval Interaction ValuePin RaiseExceptionAction Permission BehavioredClassifier CentralBufferNode SignalTrigger InputPin ExpansionNode StructuralFeatureAction LiteralBoolean Device Usage ReadExtentAction RedefinableElement CreateLinkObjectAction Gate ClearAssociationAction ProtocolTransition TimeConstraint DeployedArtifact Collaboration CallAction AcceptCallAction ObjectNode TemplateableClassifier EncapsulatedClassifier StructuredActivityNode PartDecomposition WriteVariableAction Extension Type ClearVariableAction DataStoreNode Dependency ApplyFunctionAction DecisionNode ReadSelfAction Substitution Vertex ExtensionEnd Realization WriteLinkAction EnumerationLiteral ReadStructuralFeatureAction Connector Expression Action InstanceSpecification LiteralString InteractionOccurrence ExecutionEnvironment Model ActivityParameterNode Abstraction Stop ParameterableClassifier DestroyObjectAction StructuralFeature ReadVariableAction Activity SendObjectAction Enumeration BroadcastSignalAction Stereotype IntervalConstraint DeploymentSpecification ValueSpecification OpaqueExpression FinalState Namespace member CreateLinkAction MessageTrigger FinalNode Class Feature AddVariableValueAction Interval Package VariableAction
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"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":"generalization","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"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":110},{"source":2,"target":204},{"source":204,"target":110},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":205},{"source":205,"target":52},{"source":4,"target":0},{"source":4,"target":102},{"source":4,"target":206},{"source":206,"target":102},{"source":5,"target":0},{"source":5,"target":167},{"source":5,"target":207},{"source":207,"target":167},{"source":6,"target":0},{"source":6,"target":147},{"source":6,"target":208},{"source":208,"target":147},{"source":7,"target":0},{"source":7,"target":67},{"source":7,"target":209},{"source":209,"target":67},{"source":8,"target":0},{"source":8,"target":197},{"source":8,"target":210},{"source":210,"target":197},{"source":9,"target":0},{"source":9,"target":154},{"source":9,"target":211},{"source":211,"target":154},{"source":10,"target":0},{"source":10,"target":124},{"source":10,"target":212},{"source":212,"target":124},{"source":11,"target":0},{"source":11,"target":100},{"source":11,"target":213},{"source":213,"target":100},{"source":12,"target":0},{"source":12,"target":100},{"source":12,"target":214},{"source":214,"target":100},{"source":13,"target":0},{"source":13,"target":18},{"source":13,"target":215},{"source":215,"target":18},{"source":14,"target":0},{"source":14,"target":100},{"source":14,"target":216},{"source":216,"target":100},{"source":15,"target":0},{"source":15,"target":18},{"source":15,"target":217},{"source":217,"target":18},{"source":16,"target":0},{"source":16,"target":67},{"source":16,"target":218},{"source":218,"target":67},{"source":17,"target":0},{"source":17,"target":97},{"source":17,"target":219},{"source":219,"target":97},{"source":18,"target":0},{"source":18,"target":129},{"source":18,"target":220},{"source":220,"target":129},{"source":19,"target":0},{"source":19,"target":149},{"source":19,"target":221},{"source":221,"target":149},{"source":20,"target":0},{"source":20,"target":110},{"source":20,"target":222},{"source":222,"target":110},{"source":21,"target":0},{"source":21,"target":198},{"source":21,"target":223},{"source":223,"target":198},{"source":22,"target":0},{"source":22,"target":55},{"source":22,"target":51},{"source":22,"target":224},{"source":22,"target":225},{"source":224,"target":55},{"source":225,"target":51},{"source":23,"target":0},{"source":23,"target":167},{"source":23,"target":226},{"source":226,"target":167},{"source":24,"target":0},{"source":24,"target":30},{"source":24,"target":51},{"source":24,"target":227},{"source":24,"target":228},{"source":227,"target":30},{"source":228,"target":51},{"source":25,"target":0},{"source":25,"target":78},{"source":25,"target":229},{"source":229,"target":78},{"source":26,"target":0},{"source":26,"target":110},{"source":26,"target":230},{"source":230,"target":110},{"source":27,"target":0},{"source":27,"target":48},{"source":27,"target":231},{"source":231,"target":48},{"source":28,"target":0},{"source":28,"target":88},{"source":28,"target":232},{"source":232,"target":88},{"source":29,"target":0},{"source":29,"target":192},{"source":29,"target":233},{"source":233,"target":192},{"source":30,"target":0},{"source":30,"target":190},{"source":30,"target":195},{"source":30,"target":234},{"source":30,"target":235},{"source":234,"target":190},{"source":235,"target":195},{"source":31,"target":0},{"source":31,"target":193},{"source":31,"target":236},{"source":236,"target":193},{"source":32,"target":0},{"source":32,"target":134},{"source":32,"target":237},{"source":237,"target":134},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":238},{"source":238,"target":25},{"source":34,"target":0},{"source":34,"target":40},{"source":34,"target":239},{"source":239,"target":40},{"source":35,"target":0},{"source":35,"target":142},{"source":35,"target":240},{"source":240,"target":142},{"source":36,"target":0},{"source":36,"target":185},{"source":36,"target":241},{"source":241,"target":185},{"source":37,"target":0},{"source":37,"target":112},{"source":37,"target":242},{"source":242,"target":112},{"source":38,"target":0},{"source":38,"target":167},{"source":38,"target":243},{"source":243,"target":167},{"source":39,"target":0},{"source":39,"target":100},{"source":39,"target":244},{"source":244,"target":100},{"source":40,"target":0},{"source":40,"target":134},{"source":40,"target":245},{"source":245,"target":134},{"source":41,"target":0},{"source":41,"target":167},{"source":41,"target":246},{"source":246,"target":167},{"source":42,"target":0},{"source":42,"target":100},{"source":42,"target":247},{"source":247,"target":100},{"source":43,"target":0},{"source":43,"target":194},{"source":43,"target":26},{"source":43,"target":248},{"source":43,"target":249},{"source":248,"target":194},{"source":249,"target":26},{"source":44,"target":0},{"source":44,"target":105},{"source":44,"target":250},{"source":250,"target":105},{"source":45,"target":0},{"source":45,"target":26},{"source":45,"target":251},{"source":251,"target":26},{"source":46,"target":0},{"source":46,"target":100},{"source":46,"target":252},{"source":252,"target":100},{"source":47,"target":0},{"source":47,"target":167},{"source":47,"target":253},{"source":253,"target":167},{"source":48,"target":0},{"source":48,"target":167},{"source":48,"target":254},{"source":254,"target":167},{"source":49,"target":0},{"source":49,"target":44},{"source":49,"target":255},{"source":255,"target":44},{"source":50,"target":0},{"source":50,"target":18},{"source":50,"target":256},{"source":256,"target":18},{"source":51,"target":0},{"source":51,"target":100},{"source":51,"target":257},{"source":257,"target":100},{"source":52,"target":0},{"source":52,"target":100},{"source":52,"target":258},{"source":258,"target":100},{"source":53,"target":0},{"source":53,"target":167},{"source":53,"target":259},{"source":259,"target":167},{"source":54,"target":0},{"source":54,"target":159},{"source":54,"target":260},{"source":260,"target":159},{"source":55,"target":0},{"source":55,"target":100},{"source":55,"target":261},{"source":261,"target":100},{"source":56,"target":0},{"source":56,"target":190},{"source":56,"target":52},{"source":56,"target":262},{"source":56,"target":263},{"source":262,"target":190},{"source":263,"target":52},{"source":57,"target":0},{"source":57,"target":144},{"source":57,"target":264},{"source":264,"target":144},{"source":58,"target":0},{"source":58,"target":194},{"source":58,"target":42},{"source":58,"target":265},{"source":58,"target":266},{"source":265,"target":194},{"source":266,"target":42},{"source":59,"target":0},{"source":59,"target":129},{"source":59,"target":267},{"source":267,"target":129},{"source":60,"target":0},{"source":60,"target":55},{"source":60,"target":51},{"source":60,"target":268},{"source":60,"target":269},{"source":268,"target":55},{"source":269,"target":51},{"source":61,"target":0},{"source":61,"target":110},{"source":61,"target":140},{"source":61,"target":270},{"source":61,"target":271},{"source":270,"target":110},{"source":271,"target":140},{"source":62,"target":0},{"source":62,"target":52},{"source":62,"target":11},{"source":62,"target":272},{"source":62,"target":273},{"source":272,"target":52},{"source":273,"target":11},{"source":63,"target":0},{"source":63,"target":159},{"source":63,"target":274},{"source":274,"target":159},{"source":64,"target":0},{"source":64,"target":52},{"source":64,"target":275},{"source":275,"target":52},{"source":65,"target":0},{"source":65,"target":276},{"source":276,"target":110},{"source":276,"target":277},{"source":276,"target":65},{"source":277,"target":110},{"source":66,"target":0},{"source":66,"target":162},{"source":66,"target":278},{"source":278,"target":162},{"source":67,"target":0},{"source":67,"target":100},{"source":67,"target":279},{"source":279,"target":100},{"source":68,"target":0},{"source":68,"target":187},{"source":68,"target":280},{"source":280,"target":187},{"source":69,"target":0},{"source":69,"target":18},{"source":69,"target":281},{"source":281,"target":18},{"source":70,"target":0},{"source":70,"target":161},{"source":70,"target":282},{"source":282,"target":161},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":283},{"source":283,"target":67},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":284},{"source":284,"target":71},{"source":73,"target":0},{"source":73,"target":167},{"source":73,"target":285},{"source":285,"target":167},{"source":74,"target":0},{"source":74,"target":105},{"source":74,"target":286},{"source":286,"target":105},{"source":75,"target":0},{"source":75,"target":97},{"source":75,"target":287},{"source":287,"target":97},{"source":76,"target":0},{"source":76,"target":110},{"source":76,"target":288},{"source":288,"target":110},{"source":77,"target":0},{"source":77,"target":194},{"source":77,"target":289},{"source":289,"target":194},{"source":78,"target":0},{"source":78,"target":194},{"source":78,"target":290},{"source":290,"target":194},{"source":79,"target":0},{"source":79,"target":97},{"source":79,"target":291},{"source":291,"target":97},{"source":80,"target":0},{"source":80,"target":100},{"source":80,"target":292},{"source":292,"target":100},{"source":81,"target":0},{"source":81,"target":134},{"source":81,"target":293},{"source":293,"target":134},{"source":82,"target":0},{"source":82,"target":110},{"source":82,"target":294},{"source":294,"target":110},{"source":83,"target":0},{"source":83,"target":147},{"source":83,"target":295},{"source":295,"target":147},{"source":84,"target":0},{"source":84,"target":167},{"source":84,"target":296},{"source":296,"target":167},{"source":85,"target":0},{"source":85,"target":190},{"source":85,"target":134},{"source":85,"target":297},{"source":85,"target":298},{"source":297,"target":190},{"source":298,"target":134},{"source":86,"target":0},{"source":86,"target":187},{"source":86,"target":299},{"source":299,"target":187},{"source":87,"target":0},{"source":87,"target":44},{"source":87,"target":300},{"source":300,"target":44},{"source":88,"target":0},{"source":88,"target":100},{"source":88,"target":301},{"source":301,"target":100},{"source":89,"target":0},{"source":89,"target":187},{"source":89,"target":302},{"source":302,"target":187},{"source":90,"target":0},{"source":90,"target":57},{"source":90,"target":303},{"source":303,"target":57},{"source":91,"target":0},{"source":91,"target":147},{"source":91,"target":304},{"source":304,"target":147},{"source":92,"target":0},{"source":92,"target":190},{"source":92,"target":134},{"source":92,"target":159},{"source":92,"target":305},{"source":92,"target":306},{"source":92,"target":307},{"source":305,"target":190},{"source":306,"target":134},{"source":307,"target":159},{"source":93,"target":0},{"source":93,"target":100},{"source":93,"target":308},{"source":308,"target":100},{"source":94,"target":0},{"source":94,"target":167},{"source":94,"target":309},{"source":309,"target":167},{"source":95,"target":0},{"source":95,"target":44},{"source":95,"target":310},{"source":310,"target":44},{"source":96,"target":0},{"source":96,"target":88},{"source":96,"target":311},{"source":311,"target":88},{"source":97,"target":0},{"source":97,"target":187},{"source":97,"target":312},{"source":312,"target":187},{"source":98,"target":0},{"source":98,"target":100},{"source":98,"target":313},{"source":313,"target":100},{"source":99,"target":0},{"source":99,"target":44},{"source":99,"target":314},{"source":314,"target":44},{"source":100,"target":0},{"source":100,"target":315},{"source":315,"target":1},{"source":315,"target":316},{"source":315,"target":100},{"source":316,"target":1},{"source":101,"target":0},{"source":101,"target":110},{"source":101,"target":317},{"source":317,"target":110},{"source":102,"target":0},{"source":102,"target":178},{"source":102,"target":55},{"source":102,"target":42},{"source":102,"target":318},{"source":102,"target":319},{"source":102,"target":320},{"source":318,"target":178},{"source":319,"target":55},{"source":320,"target":42},{"source":103,"target":0},{"source":103,"target":52},{"source":103,"target":321},{"source":321,"target":52},{"source":104,"target":0},{"source":104,"target":100},{"source":104,"target":322},{"source":322,"target":100},{"source":105,"target":0},{"source":105,"target":134},{"source":105,"target":323},{"source":323,"target":134},{"source":106,"target":0},{"source":106,"target":193},{"source":106,"target":324},{"source":324,"target":193},{"source":107,"target":0},{"source":107,"target":30},{"source":107,"target":325},{"source":325,"target":30},{"source":108,"target":0},{"source":108,"target":134},{"source":108,"target":326},{"source":326,"target":134},{"source":109,"target":0},{"source":109,"target":53},{"source":109,"target":327},{"source":327,"target":53},{"source":110,"target":0},{"source":110,"target":190},{"source":110,"target":151},{"source":110,"target":134},{"source":110,"target":328},{"source":110,"target":329},{"source":110,"target":330},{"source":110,"target":331},{"source":110,"target":332},{"source":328,"target":100},{"source":328,"target":333},{"source":328,"target":110},{"source":333,"target":100},{"source":329,"target":65},{"source":329,"target":334},{"source":329,"target":110},{"source":334,"target":65},{"source":330,"target":190},{"source":331,"target":151},{"source":332,"target":134},{"source":111,"target":0},{"source":111,"target":40},{"source":111,"target":335},{"source":335,"target":40},{"source":112,"target":0},{"source":112,"target":110},{"source":112,"target":336},{"source":336,"target":110},{"source":113,"target":0},{"source":113,"target":174},{"source":113,"target":337},{"source":337,"target":174},{"source":114,"target":0},{"source":114,"target":52},{"source":114,"target":338},{"source":338,"target":52},{"source":115,"target":0},{"source":115,"target":192},{"source":115,"target":339},{"source":339,"target":192},{"source":116,"target":0},{"source":116,"target":67},{"source":116,"target":340},{"source":340,"target":67},{"source":117,"target":0},{"source":117,"target":142},{"source":117,"target":341},{"source":341,"target":142},{"source":118,"target":0},{"source":118,"target":167},{"source":118,"target":342},{"source":342,"target":167},{"source":119,"target":0},{"source":119,"target":197},{"source":119,"target":343},{"source":343,"target":197},{"source":120,"target":0},{"source":120,"target":78},{"source":120,"target":52},{"source":120,"target":344},{"source":120,"target":345},{"source":344,"target":78},{"source":345,"target":52},{"source":121,"target":0},{"source":121,"target":127},{"source":121,"target":346},{"source":346,"target":127},{"source":122,"target":0},{"source":122,"target":167},{"source":122,"target":347},{"source":347,"target":167},{"source":123,"target":0},{"source":123,"target":154},{"source":123,"target":348},{"source":348,"target":154},{"source":124,"target":0},{"source":124,"target":110},{"source":124,"target":349},{"source":349,"target":110},{"source":125,"target":0},{"source":125,"target":144},{"source":125,"target":350},{"source":350,"target":144},{"source":126,"target":0},{"source":126,"target":192},{"source":126,"target":351},{"source":351,"target":192},{"source":127,"target":0},{"source":127,"target":57},{"source":127,"target":352},{"source":352,"target":57},{"source":128,"target":0},{"source":128,"target":144},{"source":128,"target":353},{"source":353,"target":144},{"source":129,"target":0},{"source":129,"target":167},{"source":129,"target":354},{"source":354,"target":167},{"source":130,"target":0},{"source":130,"target":97},{"source":130,"target":355},{"source":355,"target":97},{"source":131,"target":0},{"source":131,"target":58},{"source":131,"target":356},{"source":356,"target":58},{"source":132,"target":0},{"source":132,"target":154},{"source":132,"target":357},{"source":357,"target":154},{"source":133,"target":0},{"source":133,"target":167},{"source":133,"target":358},{"source":358,"target":167},{"source":134,"target":0},{"source":134,"target":100},{"source":134,"target":359},{"source":359,"target":100},{"source":135,"target":0},{"source":135,"target":191},{"source":135,"target":360},{"source":360,"target":191},{"source":136,"target":0},{"source":136,"target":11},{"source":136,"target":361},{"source":361,"target":11},{"source":137,"target":0},{"source":137,"target":167},{"source":137,"target":362},{"source":362,"target":167},{"source":138,"target":0},{"source":138,"target":108},{"source":138,"target":363},{"source":363,"target":108},{"source":139,"target":0},{"source":139,"target":185},{"source":139,"target":364},{"source":364,"target":185},{"source":140,"target":0},{"source":140,"target":100},{"source":140,"target":365},{"source":365,"target":100},{"source":141,"target":0},{"source":141,"target":124},{"source":141,"target":101},{"source":141,"target":366},{"source":141,"target":367},{"source":366,"target":124},{"source":367,"target":101},{"source":142,"target":0},{"source":142,"target":53},{"source":142,"target":368},{"source":368,"target":53},{"source":143,"target":0},{"source":143,"target":41},{"source":143,"target":369},{"source":369,"target":41},{"source":144,"target":0},{"source":144,"target":105},{"source":144,"target":51},{"source":144,"target":370},{"source":144,"target":371},{"source":370,"target":105},{"source":371,"target":51},{"source":145,"target":0},{"source":145,"target":110},{"source":145,"target":372},{"source":372,"target":110},{"source":146,"target":0},{"source":146,"target":101},{"source":146,"target":373},{"source":373,"target":101},{"source":147,"target":0},{"source":147,"target":167},{"source":147,"target":190},{"source":147,"target":374},{"source":147,"target":375},{"source":374,"target":167},{"source":375,"target":190},{"source":148,"target":0},{"source":148,"target":170},{"source":148,"target":376},{"source":376,"target":170},{"source":149,"target":0},{"source":149,"target":199},{"source":149,"target":377},{"source":377,"target":199},{"source":150,"target":0},{"source":150,"target":26},{"source":150,"target":378},{"source":378,"target":26},{"source":151,"target":0},{"source":151,"target":67},{"source":151,"target":379},{"source":379,"target":67},{"source":152,"target":0},{"source":152,"target":199},{"source":152,"target":380},{"source":380,"target":199},{"source":153,"target":0},{"source":153,"target":125},{"source":153,"target":381},{"source":381,"target":125},{"source":154,"target":0},{"source":154,"target":67},{"source":154,"target":382},{"source":382,"target":67},{"source":155,"target":0},{"source":155,"target":167},{"source":155,"target":383},{"source":383,"target":167},{"source":156,"target":0},{"source":156,"target":44},{"source":156,"target":384},{"source":384,"target":44},{"source":157,"target":0},{"source":157,"target":167},{"source":157,"target":385},{"source":385,"target":167},{"source":158,"target":0},{"source":158,"target":161},{"source":158,"target":386},{"source":386,"target":161},{"source":159,"target":0},{"source":159,"target":100},{"source":159,"target":387},{"source":387,"target":100},{"source":160,"target":0},{"source":160,"target":102},{"source":160,"target":388},{"source":388,"target":102},{"source":161,"target":0},{"source":161,"target":174},{"source":161,"target":389},{"source":389,"target":174},{"source":162,"target":0},{"source":162,"target":48},{"source":162,"target":390},{"source":390,"target":48},{"source":163,"target":0},{"source":163,"target":168},{"source":163,"target":391},{"source":391,"target":168},{"source":164,"target":0},{"source":164,"target":129},{"source":164,"target":392},{"source":392,"target":129},{"source":165,"target":0},{"source":165,"target":195},{"source":165,"target":393},{"source":393,"target":195},{"source":166,"target":0},{"source":166,"target":188},{"source":166,"target":394},{"source":394,"target":188},{"source":167,"target":0},{"source":167,"target":74},{"source":167,"target":395},{"source":395,"target":74},{"source":168,"target":0},{"source":168,"target":67},{"source":168,"target":42},{"source":168,"target":140},{"source":168,"target":396},{"source":168,"target":397},{"source":168,"target":398},{"source":396,"target":67},{"source":397,"target":42},{"source":398,"target":140},{"source":169,"target":0},{"source":169,"target":97},{"source":169,"target":399},{"source":399,"target":97},{"source":170,"target":0},{"source":170,"target":52},{"source":170,"target":400},{"source":400,"target":52},{"source":171,"target":0},{"source":171,"target":58},{"source":171,"target":401},{"source":401,"target":58},{"source":172,"target":0},{"source":172,"target":198},{"source":172,"target":402},{"source":402,"target":198},{"source":173,"target":0},{"source":173,"target":144},{"source":173,"target":403},{"source":403,"target":144},{"source":174,"target":0},{"source":174,"target":154},{"source":174,"target":404},{"source":404,"target":154},{"source":175,"target":0},{"source":175,"target":62},{"source":175,"target":405},{"source":405,"target":62},{"source":176,"target":0},{"source":176,"target":110},{"source":176,"target":406},{"source":406,"target":110},{"source":177,"target":0},{"source":177,"target":167},{"source":177,"target":407},{"source":407,"target":167},{"source":178,"target":0},{"source":178,"target":195},{"source":178,"target":51},{"source":178,"target":408},{"source":178,"target":409},{"source":408,"target":195},{"source":409,"target":51},{"source":179,"target":0},{"source":179,"target":199},{"source":179,"target":410},{"source":410,"target":199},{"source":180,"target":0},{"source":180,"target":78},{"source":180,"target":411},{"source":411,"target":78},{"source":181,"target":0},{"source":181,"target":53},{"source":181,"target":412},{"source":412,"target":53},{"source":182,"target":0},{"source":182,"target":112},{"source":182,"target":413},{"source":413,"target":112},{"source":183,"target":0},{"source":183,"target":53},{"source":183,"target":414},{"source":414,"target":53},{"source":184,"target":0},{"source":184,"target":194},{"source":184,"target":415},{"source":415,"target":194},{"source":185,"target":0},{"source":185,"target":71},{"source":185,"target":416},{"source":416,"target":71},{"source":186,"target":0},{"source":186,"target":61},{"source":186,"target":417},{"source":417,"target":61},{"source":187,"target":0},{"source":187,"target":51},{"source":187,"target":418},{"source":418,"target":51},{"source":188,"target":0},{"source":188,"target":187},{"source":188,"target":419},{"source":419,"target":187},{"source":189,"target":0},{"source":189,"target":92},{"source":189,"target":420},{"source":420,"target":92},{"source":190,"target":0},{"source":190,"target":100},{"source":190,"target":421},{"source":190,"target":422},{"source":421,"target":100},{"source":421,"target":423},{"source":421,"target":190},{"source":423,"target":100},{"source":422,"target":100},{"source":191,"target":0},{"source":191,"target":162},{"source":191,"target":424},{"source":424,"target":162},{"source":192,"target":0},{"source":192,"target":88},{"source":192,"target":425},{"source":425,"target":88},{"source":193,"target":0},{"source":193,"target":44},{"source":193,"target":426},{"source":426,"target":44},{"source":194,"target":0},{"source":194,"target":124},{"source":194,"target":146},{"source":194,"target":427},{"source":194,"target":428},{"source":427,"target":124},{"source":428,"target":146},{"source":195,"target":0},{"source":195,"target":134},{"source":195,"target":429},{"source":429,"target":134},{"source":196,"target":0},{"source":196,"target":149},{"source":196,"target":430},{"source":430,"target":149},{"source":197,"target":0},{"source":197,"target":187},{"source":197,"target":431},{"source":431,"target":187},{"source":198,"target":0},{"source":198,"target":190},{"source":198,"target":67},{"source":198,"target":432},{"source":198,"target":433},{"source":432,"target":190},{"source":433,"target":67},{"source":199,"target":0},{"source":199,"target":167},{"source":199,"target":434},{"source":434,"target":167}],"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="sosym" nsURI="http://www.ensisa.uha.fr/hassen/sosym.ecore" nsPrefix="sosym"> <eClassifiers xsi:type="ecore:EClass" name="X"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//K" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d2" upperBound="-1" eType="#//K" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e3" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f2" upperBound="-1" eType="#//M"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Y" eSuperTypes="#//X"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a21" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a22" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b21" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b22" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d11" upperBound="-1" eType="#//K" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d12" upperBound="-1" eType="#//K" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e21" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e22" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f11" upperBound="-1" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f12" upperBound="-1" eType="#//M"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Z" eSuperTypes="#//X"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a23" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b23" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d13" upperBound="-1" eType="#//K" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e23" eType="#//M"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f13" upperBound="-1" eType="#//M"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="k" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="m" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="owned_X" upperBound="-1" eType="#//X" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owned_M" upperBound="-1" eType="#//M" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/sintaks/sintaks_projects/org.kermeta.sintaks.samples/privates/sosym/sosym.ecore
ecore
sosym X a3 c d2 e3 f2 Y a21 a22 b21 b22 d11 d12 e21 e22 f11 f12 Z a1 a23 b1 b23 d13 e1 e23 f13 K k M m Model owned_X owned_M
null
{"directed":true,"nodes":[{"nsPrefix":"sosym","nsURI":"http://www.ensisa.uha.fr/hassen/sosym.ecore","name":"sosym","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":"Y","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Z","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a3","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"d2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"e3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a21","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":"a22","changeable":true,"lowerBound":0,"iD":false,"id":18,"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":"b21","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"b22","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"d11","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":"d12","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":"e21","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":"e22","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":"f11","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f12","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"},{"id":36,"eClass":"EGenericType"},{"id":37,"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":"a1","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a23","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"b1","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"b23","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":"d13","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":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"e23","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f13","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"k","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"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":"m","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"owned_X","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":"owned_M","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":12},{"source":7,"target":1},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":4},{"source":10,"target":5},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":5},{"source":11,"target":5},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":17,"target":28},{"source":17,"target":2},{"source":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":4},{"source":21,"target":32},{"source":21,"target":2},{"source":32,"target":4},{"source":22,"target":4},{"source":22,"target":33},{"source":22,"target":2},{"source":33,"target":4},{"source":23,"target":5},{"source":23,"target":34},{"source":23,"target":2},{"source":34,"target":5},{"source":24,"target":5},{"source":24,"target":35},{"source":24,"target":2},{"source":35,"target":5},{"source":25,"target":5},{"source":25,"target":36},{"source":25,"target":2},{"source":36,"target":5},{"source":26,"target":5},{"source":26,"target":37},{"source":26,"target":2},{"source":37,"target":5},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"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":38,"target":47},{"source":38,"target":3},{"source":39,"target":48},{"source":39,"target":3},{"source":40,"target":49},{"source":40,"target":3},{"source":41,"target":50},{"source":41,"target":3},{"source":42,"target":4},{"source":42,"target":51},{"source":42,"target":3},{"source":51,"target":4},{"source":43,"target":5},{"source":43,"target":52},{"source":43,"target":3},{"source":52,"target":5},{"source":44,"target":5},{"source":44,"target":53},{"source":44,"target":3},{"source":53,"target":5},{"source":45,"target":5},{"source":45,"target":54},{"source":45,"target":3},{"source":54,"target":5},{"source":46,"target":1},{"source":4,"target":0},{"source":4,"target":55},{"source":55,"target":56},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":57},{"source":57,"target":58},{"source":57,"target":5},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":60},{"source":59,"target":1},{"source":59,"target":61},{"source":59,"target":6},{"source":61,"target":1},{"source":60,"target":5},{"source":60,"target":62},{"source":60,"target":6},{"source":62,"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="doc2model" nsURI="http://www.eclipse.org/doc2model/1.0" nsPrefix="doc2model"> <eClassifiers xsi:type="ecore:EClass" name="Doc2Model" eSuperTypes="#//ObjectContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//Configuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMatches" upperBound="-1" eType="#//Match" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedActions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialAction" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialModel" eType="#//InitialModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackages" upperBound="-1" eType="#//EPackageReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copy" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//ObjectContainer"> <eOperations name="getURI" upperBound="-1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" upperBound="-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="uri to define match kind&#xD;&#xA;for example if a plugin references the regex scheme it will able to recgnize a uri of this kind :&#xD;&#xA;regex:/REQ-(\s.*)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="higherThan" upperBound="-1" eType="#//Match" eOpposite="#//Match/lowerThan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerThan" upperBound="-1" eType="#//Match" eOpposite="#//Match/higherThan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule" eOpposite="#//Rule/match"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//Match" eOpposite="#//Match/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="what doc2model has to do if when it matches some text"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementSelection" abstract="true"> <eOperations name="getElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eReferenceOwning" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentContainerSelection" eSuperTypes="#//ElementSelection"/> <eClassifiers xsi:type="ecore:EClass" name="LastElementCreatedSelection" eSuperTypes="#//ElementSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StaticElementSelection" eSuperTypes="#//ElementSelection"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LastContainerConsideringMatchOrder" eSuperTypes="#//ElementSelection"/> <eClassifiers xsi:type="ecore:EClass" name="CreateElementAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="epackage" eType="#//EPackageReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newElement" eType="#//ActionResultObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillAttributeAction" eSuperTypes="#//ActionWithInParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eobjectContainingAttribute" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformHandledText" abstract="true" eSuperTypes="#//ActionWithInParameter #//ActionWithOutParameter"/> <eClassifiers xsi:type="ecore:EClass" name="EPackageReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegexTextTransformer" eSuperTypes="#//TransformHandledText"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternForGroupingAndRegex" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReplacementTextTransformer" eSuperTypes="#//TransformHandledText"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringReplacement" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceAttribute" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentElement" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceStaticElementAction" eSuperTypes="#//ReferenceAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerSelectionObject" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" eType="#//ElementSelection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterObject" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionResultObject" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Action #//ObjectContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchingResultObject" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionWithInParameter" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedObjects" upperBound="-1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceElementAction" eSuperTypes="#//ReferenceAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="toAssign" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetContainerAction" eSuperTypes="#//ActionWithInParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ActionWithOutParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="out" eType="#//Value"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/TristanFAURE/WP3/doc2model/plugins/org.eclipse.emf.doc2model.doc2model/model/doc2model.ecore
ecore
doc2model Doc2Model configuration rules ownedMatches ownedActions initialAction Configuration initialModel ePackages extension InitialModel copy reference Match getURI uri higherThan lowerThan rule Rule match actions URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI Action ElementSelection getElement eReferenceOwning CurrentContainerSelection LastElementCreatedSelection StaticElementSelection element LastContainerConsideringMatchOrder CreateElementAction eClassName epackage newElement container FillAttributeAction attribute eobjectContainingAttribute TransformHandledText EPackageReference uri RegexTextTransformer patternForGroupingAndRegex StringReplacementTextTransformer stringReplacement ReferenceAction referenceAttribute currentElement ReferenceStaticElementAction element Value name ContainerSelectionObject selection ParameterObject kind ActionResultObject Activity actions parameters MatchingResultObject index ActionWithInParameter in ObjectContainer ownedObjects ParameterKind in in out out ReferenceElementAction toAssign SetContainerAction ActionWithOutParameter out
null
{"directed":true,"nodes":[{"nsPrefix":"doc2model","nsURI":"http://www.eclipse.org/doc2model/1.0","name":"doc2model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Doc2Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementSelection","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentContainerSelection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastElementCreatedSelection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticElementSelection","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastContainerConsideringMatchOrder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateElementAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillAttributeAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformHandledText","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackageReference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegexTextTransformer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReplacementTextTransformer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAction","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceStaticElementAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerSelectionObject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterObject","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionResultObject","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchingResultObject","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionWithInParameter","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectContainer","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceElementAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetContainerAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionWithOutParameter","instanceClass":null,"abstract":true,"id":32,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMatches","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":"ownedActions","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":"initialAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ePackages","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":"extension","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copy","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":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getURI","lowerBound":0,"id":54,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"higherThan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerThan","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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getElement","lowerBound":0,"id":69,"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":"eReferenceOwning","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eClassName","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"epackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eobjectContainingAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patternForGroupingAndRegex","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringReplacement","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceAttribute","changeable":true,"lowerBound":0,"iD":false,"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":"currentElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"name":"in","id":134,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":135,"value":1,"literal":"out","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":"toAssign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"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":1,"target":0},{"source":1,"target":28},{"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":33,"target":2},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":2},{"source":34,"target":5},{"source":34,"target":40},{"source":34,"target":1},{"source":40,"target":5},{"source":35,"target":4},{"source":35,"target":41},{"source":35,"target":1},{"source":41,"target":4},{"source":36,"target":7},{"source":36,"target":42},{"source":36,"target":1},{"source":42,"target":7},{"source":37,"target":7},{"source":37,"target":43},{"source":37,"target":1},{"source":43,"target":7},{"source":38,"target":28},{"source":2,"target":0},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":2},{"source":47,"target":3},{"source":45,"target":16},{"source":45,"target":48},{"source":45,"target":2},{"source":48,"target":16},{"source":46,"target":49},{"source":46,"target":2},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":51},{"source":50,"target":52},{"source":50,"target":3},{"source":51,"target":53},{"source":51,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":54,"target":6},{"source":54,"target":60},{"source":54,"target":4},{"source":60,"target":6},{"source":55,"target":61},{"source":55,"target":4},{"source":56,"target":4},{"source":56,"target":62},{"source":56,"target":4},{"source":56,"target":57},{"source":62,"target":4},{"source":57,"target":4},{"source":57,"target":63},{"source":57,"target":4},{"source":57,"target":56},{"source":63,"target":4},{"source":58,"target":5},{"source":58,"target":64},{"source":58,"target":4},{"source":58,"target":65},{"source":64,"target":5},{"source":59,"target":28},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":5},{"source":65,"target":58},{"source":67,"target":4},{"source":66,"target":7},{"source":66,"target":68},{"source":66,"target":5},{"source":68,"target":7},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":69,"target":71},{"source":69,"target":8},{"source":70,"target":72},{"source":70,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":73},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":74},{"source":74,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":77},{"source":75,"target":11},{"source":76,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":78},{"source":78,"target":8},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":79,"target":84},{"source":79,"target":13},{"source":80,"target":16},{"source":80,"target":85},{"source":80,"target":13},{"source":85,"target":16},{"source":81,"target":24},{"source":81,"target":86},{"source":81,"target":13},{"source":86,"target":24},{"source":82,"target":21},{"source":82,"target":87},{"source":82,"target":13},{"source":87,"target":21},{"source":83,"target":7},{"source":14,"target":0},{"source":14,"target":27},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":91},{"source":88,"target":14},{"source":89,"target":21},{"source":89,"target":92},{"source":89,"target":14},{"source":92,"target":21},{"source":90,"target":27},{"source":15,"target":0},{"source":15,"target":27},{"source":15,"target":32},{"source":15,"target":93},{"source":15,"target":94},{"source":93,"target":27},{"source":94,"target":32},{"source":16,"target":0},{"source":16,"target":95},{"source":95,"target":96},{"source":95,"target":16},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":97},{"source":17,"target":98},{"source":97,"target":99},{"source":97,"target":17},{"source":98,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":100},{"source":18,"target":101},{"source":100,"target":102},{"source":100,"target":18},{"source":101,"target":15},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":103,"target":106},{"source":103,"target":19},{"source":104,"target":21},{"source":104,"target":107},{"source":104,"target":19},{"source":107,"target":21},{"source":105,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":108},{"source":20,"target":109},{"source":108,"target":110},{"source":108,"target":20},{"source":109,"target":19},{"source":21,"target":0},{"source":21,"target":111},{"source":111,"target":112},{"source":111,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":113},{"source":22,"target":114},{"source":113,"target":8},{"source":113,"target":115},{"source":113,"target":22},{"source":115,"target":8},{"source":114,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":116},{"source":23,"target":117},{"source":116,"target":29},{"source":116,"target":118},{"source":116,"target":23},{"source":118,"target":29},{"source":117,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":119},{"source":119,"target":21},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":28},{"source":25,"target":120},{"source":25,"target":121},{"source":25,"target":122},{"source":25,"target":123},{"source":120,"target":7},{"source":120,"target":124},{"source":120,"target":25},{"source":124,"target":7},{"source":121,"target":23},{"source":121,"target":125},{"source":121,"target":25},{"source":125,"target":23},{"source":122,"target":7},{"source":123,"target":28},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":126},{"source":26,"target":127},{"source":126,"target":128},{"source":126,"target":26},{"source":127,"target":21},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":129},{"source":27,"target":130},{"source":129,"target":21},{"source":129,"target":131},{"source":129,"target":27},{"source":131,"target":21},{"source":130,"target":7},{"source":28,"target":0},{"source":28,"target":132},{"source":132,"target":21},{"source":132,"target":133},{"source":132,"target":28},{"source":133,"target":21},{"source":29,"target":0},{"source":29,"target":134},{"source":29,"target":135},{"source":134,"target":29},{"source":135,"target":29},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":136},{"source":30,"target":137},{"source":136,"target":21},{"source":136,"target":138},{"source":136,"target":30},{"source":138,"target":21},{"source":137,"target":19},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":139},{"source":139,"target":27},{"source":32,"target":0},{"source":32,"target":140},{"source":140,"target":21},{"source":140,"target":141},{"source":140,"target":32},{"source":141,"target":21}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMARTEinheritedMemberIsValid.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public State ValueSpecification DestroyLinkAction DeploymentSpecification MessageTrigger Continuation TimeTrigger Property PartDecomposition AddStructuralFeatureValueAction Interface Feature ActivityFinalNode OpaqueExpression ApplyFunctionAction DestroyObjectAction StateMachine Node ObjectNode DurationInterval Implementation InvocationAction BroadcastSignalAction Model Duration Constraint Include DeployedArtifact InteractionConstraint TemplateableClassifier Variable ForkNode JoinNode LiteralNull LinkAction AcceptEventAction Component Behavior ClearVariableAction AddVariableValueAction PrimitiveFunction Transition Dependency RemoveVariableValueAction ProtocolTransition InstanceValue CallTrigger Classifier inheritedMember generalization Collaboration ReadLinkObjectEndAction CreateLinkAction TimeExpression GeneralOrdering BehavioralFeature SignalTrigger StructuredActivityNode ClearStructuralFeatureAction Namespace member ActivityPartition StructuralFeature ActivityNode InformationFlow ReadExtentAction ObjectFlow ReclassifyObjectAction Extension FlowFinalNode RemoveStructuralFeatureValueAction ProtocolStateMachine ConnectableElement Signal LiteralInteger Extend InputPin ReadLinkAction WriteStructuralFeatureAction MergeNode InteractionOperand DurationObservationAction CommunicationPath ExecutableNode ChangeTrigger RaiseExceptionAction Artifact ReplyAction Association Gate ConditionalNode CentralBufferNode TimeConstraint AnyTrigger ExpansionNode Actor TypedElement Realization Permission Port ParameterableClassifier ControlNode VariableAction ControlFlow CreateLinkObjectAction Manifestation Pin StartOwnedBehaviorAction Profile OutputPin Message Abstraction NamedElement visibility UseCase InitialNode Operation BehavioredClassifier CreateObjectAction StructuralFeatureAction ClearAssociationAction Package Region RedefinableElement ExecutionOccurrence CallAction Interval StateInvariant TestIdentityAction InformationItem ParameterSet Trigger GeneralizationSet TimeInterval Type CallOperationAction Device DecisionNode LiteralString Vertex ConnectionPointReference Activity StructuredClassifier Generalization general LiteralBoolean TimeObservationAction AssociationClass Substitution AcceptCallAction EnumerationLiteral FinalState ExecutionEnvironment IntervalConstraint ValuePin FinalNode ActivityParameterNode CallBehaviorAction MessageEnd Connector PrimitiveType InteractionOccurrence EncapsulatedClassifier Interaction DataStoreNode Reception ActivityEdge SendObjectAction ReadLinkObjectEndQualifierAction Usage Lifeline Stereotype WriteLinkAction LiteralUnlimitedNatural DeploymentTarget Action InstanceSpecification ExtensionPoint ExtensionEnd ExpansionRegion InteractionFragment Enumeration Parameter RedefinableTemplateSignature CombinedFragment Class DurationConstraint DataType ReadVariableAction LiteralSpecification Expression PackageableElement Pseudostate WriteVariableAction CollaborationOccurrence SendSignalAction EventOccurrence ReadSelfAction Deployment Stop LoopNode ReadStructuralFeatureAction ReadIsClassifiedObjectAction
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"generalization","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"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":59},{"source":2,"target":121},{"source":2,"target":137},{"source":2,"target":204},{"source":2,"target":205},{"source":2,"target":206},{"source":204,"target":59},{"source":205,"target":121},{"source":206,"target":137},{"source":3,"target":0},{"source":3,"target":95},{"source":3,"target":207},{"source":207,"target":95},{"source":4,"target":0},{"source":4,"target":169},{"source":4,"target":208},{"source":208,"target":169},{"source":5,"target":0},{"source":5,"target":85},{"source":5,"target":209},{"source":209,"target":85},{"source":6,"target":0},{"source":6,"target":129},{"source":6,"target":210},{"source":210,"target":129},{"source":7,"target":0},{"source":7,"target":177},{"source":7,"target":211},{"source":211,"target":177},{"source":8,"target":0},{"source":8,"target":129},{"source":8,"target":212},{"source":212,"target":129},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":71},{"source":9,"target":171},{"source":9,"target":213},{"source":9,"target":214},{"source":9,"target":215},{"source":213,"target":61},{"source":214,"target":71},{"source":215,"target":171},{"source":10,"target":0},{"source":10,"target":158},{"source":10,"target":216},{"source":216,"target":158},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":217},{"source":217,"target":77},{"source":12,"target":0},{"source":12,"target":49},{"source":12,"target":218},{"source":218,"target":49},{"source":13,"target":0},{"source":13,"target":121},{"source":13,"target":219},{"source":219,"target":121},{"source":14,"target":0},{"source":14,"target":152},{"source":14,"target":220},{"source":220,"target":152},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":221},{"source":221,"target":3},{"source":16,"target":0},{"source":16,"target":172},{"source":16,"target":222},{"source":222,"target":172},{"source":17,"target":0},{"source":17,"target":172},{"source":17,"target":223},{"source":223,"target":172},{"source":18,"target":0},{"source":18,"target":39},{"source":18,"target":224},{"source":224,"target":39},{"source":19,"target":0},{"source":19,"target":182},{"source":19,"target":171},{"source":19,"target":225},{"source":19,"target":226},{"source":225,"target":182},{"source":226,"target":171},{"source":20,"target":0},{"source":20,"target":62},{"source":20,"target":95},{"source":20,"target":227},{"source":20,"target":228},{"source":227,"target":62},{"source":228,"target":95},{"source":21,"target":0},{"source":21,"target":124},{"source":21,"target":229},{"source":229,"target":124},{"source":22,"target":0},{"source":22,"target":96},{"source":22,"target":230},{"source":230,"target":96},{"source":23,"target":0},{"source":23,"target":172},{"source":23,"target":231},{"source":231,"target":172},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":232},{"source":232,"target":23},{"source":25,"target":0},{"source":25,"target":119},{"source":25,"target":233},{"source":233,"target":119},{"source":26,"target":0},{"source":26,"target":3},{"source":26,"target":234},{"source":234,"target":3},{"source":27,"target":0},{"source":27,"target":188},{"source":27,"target":235},{"source":235,"target":188},{"source":28,"target":0},{"source":28,"target":111},{"source":28,"target":236},{"source":236,"target":111},{"source":29,"target":0},{"source":29,"target":111},{"source":29,"target":237},{"source":237,"target":111},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":238},{"source":238,"target":27},{"source":31,"target":0},{"source":31,"target":49},{"source":31,"target":239},{"source":239,"target":49},{"source":32,"target":0},{"source":32,"target":71},{"source":32,"target":95},{"source":32,"target":240},{"source":32,"target":241},{"source":240,"target":71},{"source":241,"target":95},{"source":33,"target":0},{"source":33,"target":100},{"source":33,"target":242},{"source":242,"target":100},{"source":34,"target":0},{"source":34,"target":100},{"source":34,"target":243},{"source":243,"target":100},{"source":35,"target":0},{"source":35,"target":186},{"source":35,"target":244},{"source":244,"target":186},{"source":36,"target":0},{"source":36,"target":172},{"source":36,"target":245},{"source":245,"target":172},{"source":37,"target":0},{"source":37,"target":172},{"source":37,"target":246},{"source":246,"target":172},{"source":38,"target":0},{"source":38,"target":182},{"source":38,"target":247},{"source":247,"target":182},{"source":39,"target":0},{"source":39,"target":182},{"source":39,"target":248},{"source":248,"target":182},{"source":40,"target":0},{"source":40,"target":101},{"source":40,"target":249},{"source":249,"target":101},{"source":41,"target":0},{"source":41,"target":190},{"source":41,"target":250},{"source":250,"target":190},{"source":42,"target":0},{"source":42,"target":188},{"source":42,"target":251},{"source":251,"target":188},{"source":43,"target":0},{"source":43,"target":121},{"source":43,"target":252},{"source":252,"target":121},{"source":44,"target":0},{"source":44,"target":188},{"source":44,"target":253},{"source":253,"target":188},{"source":45,"target":0},{"source":45,"target":190},{"source":45,"target":254},{"source":254,"target":190},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":255},{"source":255,"target":43},{"source":47,"target":0},{"source":47,"target":3},{"source":47,"target":256},{"source":256,"target":3},{"source":48,"target":0},{"source":48,"target":6},{"source":48,"target":257},{"source":257,"target":6},{"source":49,"target":0},{"source":49,"target":59},{"source":49,"target":132},{"source":49,"target":121},{"source":49,"target":258},{"source":49,"target":259},{"source":49,"target":260},{"source":49,"target":261},{"source":49,"target":262},{"source":258,"target":111},{"source":258,"target":263},{"source":258,"target":49},{"source":263,"target":111},{"source":259,"target":141},{"source":259,"target":264},{"source":259,"target":49},{"source":264,"target":141},{"source":260,"target":59},{"source":261,"target":132},{"source":262,"target":121},{"source":50,"target":0},{"source":50,"target":115},{"source":50,"target":140},{"source":50,"target":265},{"source":50,"target":266},{"source":265,"target":115},{"source":266,"target":140},{"source":51,"target":0},{"source":51,"target":172},{"source":51,"target":267},{"source":267,"target":172},{"source":52,"target":0},{"source":52,"target":169},{"source":52,"target":268},{"source":268,"target":169},{"source":53,"target":0},{"source":53,"target":3},{"source":53,"target":269},{"source":269,"target":3},{"source":54,"target":0},{"source":54,"target":111},{"source":54,"target":270},{"source":270,"target":111},{"source":55,"target":0},{"source":55,"target":59},{"source":55,"target":13},{"source":55,"target":271},{"source":55,"target":272},{"source":271,"target":59},{"source":272,"target":13},{"source":56,"target":0},{"source":56,"target":6},{"source":56,"target":273},{"source":273,"target":6},{"source":57,"target":0},{"source":57,"target":172},{"source":57,"target":59},{"source":57,"target":274},{"source":57,"target":275},{"source":274,"target":172},{"source":275,"target":59},{"source":58,"target":0},{"source":58,"target":117},{"source":58,"target":276},{"source":276,"target":117},{"source":59,"target":0},{"source":59,"target":111},{"source":59,"target":277},{"source":59,"target":278},{"source":277,"target":111},{"source":277,"target":279},{"source":277,"target":59},{"source":279,"target":111},{"source":278,"target":111},{"source":60,"target":0},{"source":60,"target":111},{"source":60,"target":280},{"source":280,"target":111},{"source":61,"target":0},{"source":61,"target":13},{"source":61,"target":95},{"source":61,"target":281},{"source":61,"target":282},{"source":281,"target":13},{"source":282,"target":95},{"source":62,"target":0},{"source":62,"target":121},{"source":62,"target":283},{"source":283,"target":121},{"source":63,"target":0},{"source":63,"target":188},{"source":63,"target":284},{"source":284,"target":188},{"source":64,"target":0},{"source":64,"target":172},{"source":64,"target":285},{"source":285,"target":172},{"source":65,"target":0},{"source":65,"target":163},{"source":65,"target":286},{"source":286,"target":163},{"source":66,"target":0},{"source":66,"target":172},{"source":66,"target":287},{"source":287,"target":172},{"source":67,"target":0},{"source":67,"target":87},{"source":67,"target":288},{"source":288,"target":87},{"source":68,"target":0},{"source":68,"target":152},{"source":68,"target":289},{"source":289,"target":152},{"source":69,"target":0},{"source":69,"target":77},{"source":69,"target":290},{"source":290,"target":77},{"source":70,"target":0},{"source":70,"target":18},{"source":70,"target":291},{"source":291,"target":18},{"source":71,"target":0},{"source":71,"target":111},{"source":71,"target":292},{"source":292,"target":111},{"source":72,"target":0},{"source":72,"target":49},{"source":72,"target":293},{"source":293,"target":49},{"source":73,"target":0},{"source":73,"target":186},{"source":73,"target":294},{"source":294,"target":186},{"source":74,"target":0},{"source":74,"target":111},{"source":74,"target":295},{"source":295,"target":111},{"source":75,"target":0},{"source":75,"target":105},{"source":75,"target":296},{"source":296,"target":105},{"source":76,"target":0},{"source":76,"target":36},{"source":76,"target":297},{"source":297,"target":36},{"source":77,"target":0},{"source":77,"target":117},{"source":77,"target":298},{"source":298,"target":117},{"source":78,"target":0},{"source":78,"target":100},{"source":78,"target":299},{"source":299,"target":100},{"source":79,"target":0},{"source":79,"target":59},{"source":79,"target":177},{"source":79,"target":300},{"source":79,"target":301},{"source":300,"target":59},{"source":301,"target":177},{"source":80,"target":0},{"source":80,"target":77},{"source":80,"target":302},{"source":302,"target":77},{"source":81,"target":0},{"source":81,"target":87},{"source":81,"target":303},{"source":303,"target":87},{"source":82,"target":0},{"source":82,"target":62},{"source":82,"target":304},{"source":304,"target":62},{"source":83,"target":0},{"source":83,"target":129},{"source":83,"target":305},{"source":305,"target":129},{"source":84,"target":0},{"source":84,"target":172},{"source":84,"target":306},{"source":306,"target":172},{"source":85,"target":0},{"source":85,"target":49},{"source":85,"target":29},{"source":85,"target":307},{"source":85,"target":308},{"source":307,"target":49},{"source":308,"target":29},{"source":86,"target":0},{"source":86,"target":172},{"source":86,"target":309},{"source":309,"target":172},{"source":87,"target":0},{"source":87,"target":49},{"source":87,"target":310},{"source":310,"target":49},{"source":88,"target":0},{"source":88,"target":155},{"source":88,"target":311},{"source":311,"target":155},{"source":89,"target":0},{"source":89,"target":57},{"source":89,"target":312},{"source":312,"target":57},{"source":90,"target":0},{"source":90,"target":20},{"source":90,"target":313},{"source":313,"target":20},{"source":91,"target":0},{"source":91,"target":150},{"source":91,"target":314},{"source":314,"target":150},{"source":92,"target":0},{"source":92,"target":6},{"source":92,"target":315},{"source":315,"target":6},{"source":93,"target":0},{"source":93,"target":20},{"source":93,"target":316},{"source":316,"target":20},{"source":94,"target":0},{"source":94,"target":49},{"source":94,"target":317},{"source":317,"target":49},{"source":95,"target":0},{"source":95,"target":111},{"source":95,"target":318},{"source":318,"target":111},{"source":96,"target":0},{"source":96,"target":110},{"source":96,"target":319},{"source":319,"target":110},{"source":97,"target":0},{"source":97,"target":44},{"source":97,"target":320},{"source":320,"target":44},{"source":98,"target":0},{"source":98,"target":9},{"source":98,"target":321},{"source":321,"target":9},{"source":99,"target":0},{"source":99,"target":49},{"source":99,"target":322},{"source":322,"target":49},{"source":100,"target":0},{"source":100,"target":62},{"source":100,"target":323},{"source":323,"target":62},{"source":101,"target":0},{"source":101,"target":172},{"source":101,"target":324},{"source":324,"target":172},{"source":102,"target":0},{"source":102,"target":163},{"source":102,"target":325},{"source":325,"target":163},{"source":103,"target":0},{"source":103,"target":52},{"source":103,"target":326},{"source":326,"target":52},{"source":104,"target":0},{"source":104,"target":110},{"source":104,"target":327},{"source":327,"target":110},{"source":105,"target":0},{"source":105,"target":20},{"source":105,"target":328},{"source":328,"target":20},{"source":106,"target":0},{"source":106,"target":172},{"source":106,"target":329},{"source":329,"target":172},{"source":107,"target":0},{"source":107,"target":119},{"source":107,"target":330},{"source":330,"target":119},{"source":108,"target":0},{"source":108,"target":105},{"source":108,"target":331},{"source":331,"target":105},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":332},{"source":332,"target":111},{"source":110,"target":0},{"source":110,"target":44},{"source":110,"target":333},{"source":333,"target":44},{"source":111,"target":0},{"source":111,"target":334},{"source":334,"target":1},{"source":334,"target":335},{"source":334,"target":111},{"source":335,"target":1},{"source":112,"target":0},{"source":112,"target":115},{"source":112,"target":336},{"source":336,"target":115},{"source":113,"target":0},{"source":113,"target":100},{"source":113,"target":337},{"source":337,"target":100},{"source":114,"target":0},{"source":114,"target":55},{"source":114,"target":95},{"source":114,"target":338},{"source":114,"target":339},{"source":338,"target":55},{"source":339,"target":95},{"source":115,"target":0},{"source":115,"target":49},{"source":115,"target":340},{"source":340,"target":49},{"source":116,"target":0},{"source":116,"target":172},{"source":116,"target":341},{"source":341,"target":172},{"source":117,"target":0},{"source":117,"target":172},{"source":117,"target":342},{"source":342,"target":172},{"source":118,"target":0},{"source":118,"target":172},{"source":118,"target":343},{"source":343,"target":172},{"source":119,"target":0},{"source":119,"target":59},{"source":119,"target":188},{"source":119,"target":344},{"source":119,"target":345},{"source":344,"target":59},{"source":345,"target":188},{"source":120,"target":0},{"source":120,"target":59},{"source":120,"target":121},{"source":120,"target":346},{"source":120,"target":347},{"source":346,"target":59},{"source":347,"target":121},{"source":121,"target":0},{"source":121,"target":111},{"source":121,"target":348},{"source":348,"target":111},{"source":122,"target":0},{"source":122,"target":177},{"source":122,"target":349},{"source":349,"target":177},{"source":123,"target":0},{"source":123,"target":23},{"source":123,"target":350},{"source":350,"target":23},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":351},{"source":351,"target":3},{"source":125,"target":0},{"source":125,"target":177},{"source":125,"target":352},{"source":352,"target":177},{"source":126,"target":0},{"source":126,"target":172},{"source":126,"target":353},{"source":353,"target":172},{"source":127,"target":0},{"source":127,"target":49},{"source":127,"target":354},{"source":354,"target":49},{"source":128,"target":0},{"source":128,"target":111},{"source":128,"target":355},{"source":355,"target":111},{"source":129,"target":0},{"source":129,"target":111},{"source":129,"target":356},{"source":356,"target":111},{"source":130,"target":0},{"source":130,"target":188},{"source":130,"target":357},{"source":357,"target":188},{"source":131,"target":0},{"source":131,"target":124},{"source":131,"target":358},{"source":358,"target":124},{"source":132,"target":0},{"source":132,"target":188},{"source":132,"target":359},{"source":359,"target":188},{"source":133,"target":0},{"source":133,"target":123},{"source":133,"target":360},{"source":360,"target":123},{"source":134,"target":0},{"source":134,"target":19},{"source":134,"target":361},{"source":361,"target":19},{"source":135,"target":0},{"source":135,"target":100},{"source":135,"target":362},{"source":362,"target":100},{"source":136,"target":0},{"source":136,"target":186},{"source":136,"target":363},{"source":363,"target":186},{"source":137,"target":0},{"source":137,"target":111},{"source":137,"target":364},{"source":364,"target":111},{"source":138,"target":0},{"source":138,"target":137},{"source":138,"target":365},{"source":365,"target":137},{"source":139,"target":0},{"source":139,"target":39},{"source":139,"target":366},{"source":366,"target":39},{"source":140,"target":0},{"source":140,"target":49},{"source":140,"target":367},{"source":367,"target":49},{"source":141,"target":0},{"source":141,"target":368},{"source":368,"target":49},{"source":368,"target":369},{"source":368,"target":141},{"source":369,"target":49},{"source":142,"target":0},{"source":142,"target":186},{"source":142,"target":370},{"source":370,"target":186},{"source":143,"target":0},{"source":143,"target":77},{"source":143,"target":371},{"source":371,"target":77},{"source":144,"target":0},{"source":144,"target":182},{"source":144,"target":87},{"source":144,"target":372},{"source":144,"target":373},{"source":372,"target":182},{"source":373,"target":87},{"source":145,"target":0},{"source":145,"target":96},{"source":145,"target":374},{"source":374,"target":96},{"source":146,"target":0},{"source":146,"target":37},{"source":146,"target":375},{"source":375,"target":37},{"source":147,"target":0},{"source":147,"target":173},{"source":147,"target":376},{"source":376,"target":173},{"source":148,"target":0},{"source":148,"target":2},{"source":148,"target":377},{"source":377,"target":2},{"source":149,"target":0},{"source":149,"target":19},{"source":149,"target":378},{"source":378,"target":19},{"source":150,"target":0},{"source":150,"target":27},{"source":150,"target":379},{"source":379,"target":27},{"source":151,"target":0},{"source":151,"target":75},{"source":151,"target":380},{"source":380,"target":75},{"source":152,"target":0},{"source":152,"target":100},{"source":152,"target":381},{"source":381,"target":100},{"source":153,"target":0},{"source":153,"target":20},{"source":153,"target":382},{"source":382,"target":20},{"source":154,"target":0},{"source":154,"target":123},{"source":154,"target":383},{"source":383,"target":123},{"source":155,"target":0},{"source":155,"target":111},{"source":155,"target":384},{"source":384,"target":111},{"source":156,"target":0},{"source":156,"target":13},{"source":156,"target":385},{"source":385,"target":13},{"source":157,"target":0},{"source":157,"target":184},{"source":157,"target":386},{"source":386,"target":184},{"source":158,"target":0},{"source":158,"target":177},{"source":158,"target":387},{"source":387,"target":177},{"source":159,"target":0},{"source":159,"target":140},{"source":159,"target":388},{"source":388,"target":140},{"source":160,"target":0},{"source":160,"target":39},{"source":160,"target":177},{"source":160,"target":389},{"source":160,"target":390},{"source":389,"target":39},{"source":390,"target":177},{"source":161,"target":0},{"source":161,"target":90},{"source":161,"target":391},{"source":391,"target":90},{"source":162,"target":0},{"source":162,"target":55},{"source":162,"target":392},{"source":392,"target":55},{"source":163,"target":0},{"source":163,"target":121},{"source":163,"target":393},{"source":393,"target":121},{"source":164,"target":0},{"source":164,"target":23},{"source":164,"target":394},{"source":394,"target":23},{"source":165,"target":0},{"source":165,"target":172},{"source":165,"target":395},{"source":395,"target":172},{"source":166,"target":0},{"source":166,"target":44},{"source":166,"target":396},{"source":396,"target":44},{"source":167,"target":0},{"source":167,"target":111},{"source":167,"target":397},{"source":397,"target":111},{"source":168,"target":0},{"source":168,"target":182},{"source":168,"target":398},{"source":398,"target":182},{"source":169,"target":0},{"source":169,"target":36},{"source":169,"target":399},{"source":399,"target":36},{"source":170,"target":0},{"source":170,"target":186},{"source":170,"target":400},{"source":400,"target":186},{"source":171,"target":0},{"source":171,"target":111},{"source":171,"target":401},{"source":401,"target":111},{"source":172,"target":0},{"source":172,"target":82},{"source":172,"target":402},{"source":402,"target":82},{"source":173,"target":0},{"source":173,"target":188},{"source":173,"target":171},{"source":173,"target":29},{"source":173,"target":403},{"source":173,"target":404},{"source":173,"target":405},{"source":403,"target":188},{"source":404,"target":171},{"source":405,"target":29},{"source":174,"target":0},{"source":174,"target":121},{"source":174,"target":406},{"source":406,"target":121},{"source":175,"target":0},{"source":175,"target":9},{"source":175,"target":407},{"source":407,"target":9},{"source":176,"target":0},{"source":176,"target":57},{"source":176,"target":408},{"source":408,"target":57},{"source":177,"target":0},{"source":177,"target":111},{"source":177,"target":409},{"source":409,"target":111},{"source":178,"target":0},{"source":178,"target":184},{"source":178,"target":410},{"source":410,"target":184},{"source":179,"target":0},{"source":179,"target":71},{"source":179,"target":95},{"source":179,"target":411},{"source":179,"target":412},{"source":411,"target":71},{"source":412,"target":95},{"source":180,"target":0},{"source":180,"target":121},{"source":180,"target":413},{"source":413,"target":121},{"source":181,"target":0},{"source":181,"target":177},{"source":181,"target":414},{"source":414,"target":177},{"source":182,"target":0},{"source":182,"target":115},{"source":182,"target":159},{"source":182,"target":415},{"source":182,"target":416},{"source":415,"target":115},{"source":416,"target":159},{"source":183,"target":0},{"source":183,"target":150},{"source":183,"target":417},{"source":417,"target":150},{"source":184,"target":0},{"source":184,"target":49},{"source":184,"target":418},{"source":418,"target":49},{"source":185,"target":0},{"source":185,"target":101},{"source":185,"target":419},{"source":419,"target":101},{"source":186,"target":0},{"source":186,"target":3},{"source":186,"target":420},{"source":420,"target":3},{"source":187,"target":0},{"source":187,"target":15},{"source":187,"target":421},{"source":421,"target":15},{"source":188,"target":0},{"source":188,"target":111},{"source":188,"target":422},{"source":422,"target":111},{"source":189,"target":0},{"source":189,"target":137},{"source":189,"target":423},{"source":423,"target":137},{"source":190,"target":0},{"source":190,"target":101},{"source":190,"target":424},{"source":424,"target":101},{"source":191,"target":0},{"source":191,"target":111},{"source":191,"target":425},{"source":425,"target":111},{"source":192,"target":0},{"source":192,"target":23},{"source":192,"target":426},{"source":426,"target":23},{"source":193,"target":0},{"source":193,"target":177},{"source":193,"target":155},{"source":193,"target":427},{"source":193,"target":428},{"source":427,"target":177},{"source":428,"target":155},{"source":194,"target":0},{"source":194,"target":172},{"source":194,"target":429},{"source":429,"target":172},{"source":195,"target":0},{"source":195,"target":44},{"source":195,"target":430},{"source":430,"target":44},{"source":196,"target":0},{"source":196,"target":193},{"source":196,"target":431},{"source":431,"target":193},{"source":197,"target":0},{"source":197,"target":57},{"source":197,"target":432},{"source":432,"target":57},{"source":198,"target":0},{"source":198,"target":117},{"source":198,"target":433},{"source":433,"target":117},{"source":199,"target":0},{"source":199,"target":172},{"source":199,"target":434},{"source":434,"target":172}],"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="jEE" nsURI="http://www.example.org/jEE" nsPrefix="jEE"> <eClassifiers xsi:type="ecore:EClass" name="JEE"> <eStructuralFeatures xsi:type="ecore:EReference" name="Ejbs" lowerBound="1" upperBound="-1" eType="#//EJB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" lowerBound="1" upperBound="-1" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" lowerBound="1" upperBound="-1" eType="#//Service" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceMethods" lowerBound="1" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EJB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bussinesMethods" lowerBound="1" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" 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="methods" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Attribute" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jhon0010/MDE/JEE/metamodel/jEE.ecore
ecore
jEE JEE Ejbs entities services Service name path serviceMethods EJB name type bussinesMethods Entity attributes name methods Method name return attributes anotations code Anotation name parameter Attribute name type anotations
null
{"directed":true,"nodes":[{"nsPrefix":"jEE","nsURI":"http://www.example.org/jEE","name":"jEE","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JEE","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJB","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Ejbs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"entities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"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":15,"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":"serviceMethods","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"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":"bussinesMethods","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"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":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":"attributes","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":"anotations","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":"code","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":4},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":5},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":5},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":5},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":7},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":7},{"source":27,"target":30},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":32,"target":37},{"source":32,"target":5},{"source":33,"target":38},{"source":33,"target":5},{"source":34,"target":7},{"source":34,"target":39},{"source":34,"target":5},{"source":39,"target":7},{"source":35,"target":6},{"source":35,"target":40},{"source":35,"target":5},{"source":40,"target":6},{"source":36,"target":41},{"source":36,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":44},{"source":42,"target":6},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":6},{"source":45,"target":7},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":46,"target":49},{"source":46,"target":7},{"source":47,"target":50},{"source":47,"target":7},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":7},{"source":51,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lmemf" nsURI="http://incquerylabs.com/iot/leapmotion/lmemf" nsPrefix="lmemf"> <eClassifiers xsi:type="ecore:EClass" name="Frame" eSuperTypes="lmemf_base.ecore#//LMElement lmemf_base.ecore#//Identifiable lmemf_base.ecore#//LMContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="fingers" lowerBound="1" eType="#//FingerList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gestures" lowerBound="1" eType="#//GestureList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hands" lowerBound="1" eType="#//HandList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentFramePerSecond" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tools" lowerBound="1" eType="#//ToolList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FingerList"> <eStructuralFeatures xsi:type="ecore:EReference" name="thumbs" upperBound="-1" eType="#//Finger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Finger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="middles" upperBound="-1" eType="#//Finger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rings" upperBound="-1" eType="#//Finger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pinkies" upperBound="-1" eType="#//Finger"/> <eGenericSuperTypes eClassifier="ecore:EClass lmemf_base.ecore#//PointableList"> <eTypeArguments eClassifier="#//Finger"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bone" eSuperTypes="lmemf_base.ecore#//OrientationalElement lmemf_base.ecore#//CenterableElement lmemf_base.ecore#//MeasurableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//BoneType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextJoint" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prevJoint" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gesture" eSuperTypes="lmemf_base.ecore#//LMElement lmemf_base.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" lowerBound="1" eType="#//Frame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointables" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//PointableList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hands" lowerBound="1" eType="#//HandList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//GestureState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//GestureType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="normal" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GestureList"> <eGenericSuperTypes eClassifier="ecore:EClass lmemf_base.ecore#//LMList"> <eTypeArguments eClassifier="#//Gesture"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoneList"> <eStructuralFeatures xsi:type="ecore:EReference" name="metacarpal" eType="#//Bone" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proximal" eType="#//Bone" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intermediate" eType="#//Bone" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distal" eType="#//Bone" containment="true"/> <eGenericSuperTypes eClassifier="ecore:EClass lmemf_base.ecore#//LMList"> <eTypeArguments eClassifier="#//Bone"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arm" eSuperTypes="lmemf_base.ecore#//OrientationalElement lmemf_base.ecore#//CenterableElement lmemf_base.ecore#//MeasurableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elbowPosition" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hand" eSuperTypes="lmemf_base.ecore#//OrientationalElement lmemf_base.ecore#//Identifiable lmemf_base.ecore#//MeasurableElement lmemf_base.ecore#//VisibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidence" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" lowerBound="1" eType="#//Frame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fingers" lowerBound="1" eType="#//FingerList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabStrength" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palmNormal" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palmPosition" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palmVelocity" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sphereCenter" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stabilizedPalmPosition" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wristPosition" lowerBound="1" eType="ecore:EClass lmemf_base.ecore#//Vector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pinchStrength" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sphereRadius" lowerBound="1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arm" eType="#//Arm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HandList"> <eGenericSuperTypes eClassifier="ecore:EClass lmemf_base.ecore#//ArrangementList"> <eTypeArguments eClassifier="#//Hand"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Finger" eSuperTypes="lmemf_base.ecore#//Pointable"> <eStructuralFeatures xsi:type="ecore:EReference" name="bones" lowerBound="1" eType="#//BoneList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//FingerType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="lmemf_base.ecore#//Pointable"/> <eClassifiers xsi:type="ecore:EClass" name="ToolList"> <eGenericSuperTypes eClassifier="ecore:EClass lmemf_base.ecore#//PointableList"> <eTypeArguments eClassifier="#//Tool"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FingerType"> <eLiterals name="TYPE_THUMB"/> <eLiterals name="TYPE_INDEX" value="1"/> <eLiterals name="TYPE_MIDDLE" value="2"/> <eLiterals name="TYPE_RING" value="3"/> <eLiterals name="TYPE_PINKY" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BoneType"> <eLiterals name="TYPE_METACARPAL"/> <eLiterals name="TYPE_PROXIMAL" value="1"/> <eLiterals name="TYPE_INTREMEDIATE" value="2"/> <eLiterals name="TYPE_DISTAL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PointableZone"> <eLiterals name="ZONE_NONE"/> <eLiterals name="ZONE_HOVERING" value="1"/> <eLiterals name="ZONE_TOUCHING" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GestureState"> <eLiterals name="STATE_INVALID"/> <eLiterals name="STATE_START" value="1"/> <eLiterals name="STATE_UPDATE" value="2"/> <eLiterals name="STATE_STOP" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GestureType"> <eLiterals name="TYPE_INVALID"/> <eLiterals name="TYPE_SWIPE" value="1"/> <eLiterals name="TYPE_CIRCLE" value="2"/> <eLiterals name="TYPE_SCREEN_TAP" value="3"/> <eLiterals name="TYPE_KEY_TAP" value="4"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/IncQueryLabs/iot-cep-demonstrator/lm-demo/com.incquerylabs.iot.leapmotion.emf/model/lmemf.ecore
ecore
lmemf Frame fingers timestamp gestures hands currentFramePerSecond tools FingerList thumbs indexes middles rings pinkies Bone type nextJoint prevJoint Gesture frame pointables hands state type duration normal GestureList BoneList metacarpal proximal intermediate distal Arm elbowPosition Hand confidence frame fingers grabStrength left right palmNormal palmPosition palmVelocity sphereCenter stabilizedPalmPosition wristPosition pinchStrength sphereRadius arm HandList Finger bones type Tool ToolList FingerType TYPE_THUMB TYPE_THUMB TYPE_INDEX TYPE_INDEX TYPE_MIDDLE TYPE_MIDDLE TYPE_RING TYPE_RING TYPE_PINKY TYPE_PINKY BoneType TYPE_METACARPAL TYPE_METACARPAL TYPE_PROXIMAL TYPE_PROXIMAL TYPE_INTREMEDIATE TYPE_INTREMEDIATE TYPE_DISTAL TYPE_DISTAL PointableZone ZONE_NONE ZONE_NONE ZONE_HOVERING ZONE_HOVERING ZONE_TOUCHING ZONE_TOUCHING GestureState STATE_INVALID STATE_INVALID STATE_START STATE_START STATE_UPDATE STATE_UPDATE STATE_STOP STATE_STOP GestureType TYPE_INVALID TYPE_INVALID TYPE_SWIPE TYPE_SWIPE TYPE_CIRCLE TYPE_CIRCLE TYPE_SCREEN_TAP TYPE_SCREEN_TAP TYPE_KEY_TAP TYPE_KEY_TAP
null
{"directed":true,"nodes":[{"nsPrefix":"lmemf","nsURI":"http://incquerylabs.com/iot/leapmotion/lmemf","name":"lmemf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FingerList","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bone","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gesture","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GestureList","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoneList","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hand","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HandList","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Finger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolList","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FingerType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoneType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PointableZone","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GestureState","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GestureType","instanceClass":null,"id":17,"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":"fingers","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"timestamp","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gestures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hands","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentFramePerSecond","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tools","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thumbs","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":"indexes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"middles","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":"rings","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":"pinkies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nextJoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prevJoint","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"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","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":"pointables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hands","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"normal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metacarpal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proximal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intermediate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elbowPosition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidence","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fingers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grabStrength","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":1,"iD":false,"id":91,"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":"right","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"palmNormal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"palmPosition","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"palmVelocity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sphereCenter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stabilizedPalmPosition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wristPosition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"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":"pinchStrength","changeable":true,"lowerBound":1,"iD":false,"id":99,"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":"sphereRadius","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"TYPE_THUMB","id":131,"value":0,"literal":"TYPE_THUMB","eClass":"EEnumLiteral"},{"name":"TYPE_INDEX","id":132,"value":1,"literal":"TYPE_INDEX","eClass":"EEnumLiteral"},{"name":"TYPE_MIDDLE","id":133,"value":2,"literal":"TYPE_MIDDLE","eClass":"EEnumLiteral"},{"name":"TYPE_RING","id":134,"value":3,"literal":"TYPE_RING","eClass":"EEnumLiteral"},{"name":"TYPE_PINKY","id":135,"value":4,"literal":"TYPE_PINKY","eClass":"EEnumLiteral"},{"name":"TYPE_METACARPAL","id":136,"value":0,"literal":"TYPE_METACARPAL","eClass":"EEnumLiteral"},{"name":"TYPE_PROXIMAL","id":137,"value":1,"literal":"TYPE_PROXIMAL","eClass":"EEnumLiteral"},{"name":"TYPE_INTREMEDIATE","id":138,"value":2,"literal":"TYPE_INTREMEDIATE","eClass":"EEnumLiteral"},{"name":"TYPE_DISTAL","id":139,"value":3,"literal":"TYPE_DISTAL","eClass":"EEnumLiteral"},{"name":"ZONE_NONE","id":140,"value":0,"literal":"ZONE_NONE","eClass":"EEnumLiteral"},{"name":"ZONE_HOVERING","id":141,"value":1,"literal":"ZONE_HOVERING","eClass":"EEnumLiteral"},{"name":"ZONE_TOUCHING","id":142,"value":2,"literal":"ZONE_TOUCHING","eClass":"EEnumLiteral"},{"name":"STATE_INVALID","id":143,"value":0,"literal":"STATE_INVALID","eClass":"EEnumLiteral"},{"name":"STATE_START","id":144,"value":1,"literal":"STATE_START","eClass":"EEnumLiteral"},{"name":"STATE_UPDATE","id":145,"value":2,"literal":"STATE_UPDATE","eClass":"EEnumLiteral"},{"name":"STATE_STOP","id":146,"value":3,"literal":"STATE_STOP","eClass":"EEnumLiteral"},{"name":"TYPE_INVALID","id":147,"value":0,"literal":"TYPE_INVALID","eClass":"EEnumLiteral"},{"name":"TYPE_SWIPE","id":148,"value":1,"literal":"TYPE_SWIPE","eClass":"EEnumLiteral"},{"name":"TYPE_CIRCLE","id":149,"value":2,"literal":"TYPE_CIRCLE","eClass":"EEnumLiteral"},{"name":"TYPE_SCREEN_TAP","id":150,"value":3,"literal":"TYPE_SCREEN_TAP","eClass":"EEnumLiteral"},{"name":"TYPE_KEY_TAP","id":151,"value":4,"literal":"TYPE_KEY_TAP","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":18,"target":2},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":2},{"source":19,"target":28},{"source":19,"target":1},{"source":20,"target":5},{"source":20,"target":29},{"source":20,"target":1},{"source":29,"target":5},{"source":21,"target":9},{"source":21,"target":30},{"source":21,"target":1},{"source":30,"target":9},{"source":22,"target":31},{"source":22,"target":1},{"source":23,"target":12},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":12},{"source":2,"target":0},{"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":33,"target":10},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":10},{"source":34,"target":10},{"source":34,"target":40},{"source":34,"target":2},{"source":40,"target":10},{"source":35,"target":10},{"source":35,"target":41},{"source":35,"target":2},{"source":41,"target":10},{"source":36,"target":10},{"source":36,"target":42},{"source":36,"target":2},{"source":42,"target":10},{"source":37,"target":10},{"source":37,"target":43},{"source":37,"target":2},{"source":43,"target":10},{"source":38,"target":44},{"source":44,"target":10},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":45,"target":14},{"source":45,"target":51},{"source":45,"target":3},{"source":51,"target":14},{"source":46,"target":52},{"source":46,"target":3},{"source":47,"target":53},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":54,"target":1},{"source":54,"target":63},{"source":54,"target":4},{"source":63,"target":1},{"source":55,"target":64},{"source":55,"target":4},{"source":56,"target":9},{"source":56,"target":65},{"source":56,"target":4},{"source":65,"target":9},{"source":57,"target":16},{"source":57,"target":66},{"source":57,"target":4},{"source":66,"target":16},{"source":58,"target":17},{"source":58,"target":67},{"source":58,"target":4},{"source":67,"target":17},{"source":59,"target":68},{"source":59,"target":4},{"source":60,"target":69},{"source":60,"target":4},{"source":5,"target":0},{"source":5,"target":70},{"source":70,"target":71},{"source":71,"target":4},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":72,"target":3},{"source":72,"target":77},{"source":72,"target":6},{"source":77,"target":3},{"source":73,"target":3},{"source":73,"target":78},{"source":73,"target":6},{"source":78,"target":3},{"source":74,"target":3},{"source":74,"target":79},{"source":74,"target":6},{"source":79,"target":3},{"source":75,"target":3},{"source":75,"target":80},{"source":75,"target":6},{"source":80,"target":3},{"source":76,"target":81},{"source":81,"target":3},{"source":7,"target":0},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":82,"target":86},{"source":82,"target":7},{"source":8,"target":0},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":87,"target":106},{"source":87,"target":8},{"source":88,"target":1},{"source":88,"target":107},{"source":88,"target":8},{"source":107,"target":1},{"source":89,"target":2},{"source":89,"target":108},{"source":89,"target":8},{"source":108,"target":2},{"source":90,"target":109},{"source":90,"target":8},{"source":91,"target":110},{"source":91,"target":8},{"source":92,"target":111},{"source":92,"target":8},{"source":93,"target":112},{"source":93,"target":8},{"source":94,"target":113},{"source":94,"target":8},{"source":95,"target":114},{"source":95,"target":8},{"source":96,"target":115},{"source":96,"target":8},{"source":97,"target":116},{"source":97,"target":8},{"source":98,"target":117},{"source":98,"target":8},{"source":99,"target":118},{"source":99,"target":8},{"source":100,"target":119},{"source":100,"target":8},{"source":101,"target":7},{"source":101,"target":120},{"source":101,"target":8},{"source":120,"target":7},{"source":9,"target":0},{"source":9,"target":121},{"source":121,"target":122},{"source":122,"target":8},{"source":10,"target":0},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":123,"target":6},{"source":123,"target":126},{"source":123,"target":10},{"source":126,"target":6},{"source":124,"target":13},{"source":124,"target":127},{"source":124,"target":10},{"source":127,"target":13},{"source":11,"target":0},{"source":11,"target":128},{"source":12,"target":0},{"source":12,"target":129},{"source":129,"target":130},{"source":130,"target":11},{"source":13,"target":0},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":131,"target":13},{"source":132,"target":13},{"source":133,"target":13},{"source":134,"target":13},{"source":135,"target":13},{"source":14,"target":0},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":136,"target":14},{"source":137,"target":14},{"source":138,"target":14},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":140},{"source":15,"target":141},{"source":15,"target":142},{"source":140,"target":15},{"source":141,"target":15},{"source":142,"target":15},{"source":16,"target":0},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":16,"target":146},{"source":143,"target":16},{"source":144,"target":16},{"source":145,"target":16},{"source":146,"target":16},{"source":17,"target":0},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":147,"target":17},{"source":148,"target":17},{"source":149,"target":17},{"source":150,"target":17},{"source":151,"target":17}],"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="while" nsURI="platform:/plugin/org.wbsilva.mm.while/model/While.ecore" nsPrefix="org.wbsilva.mm.while"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: Add documentation for while. Hint: You may copy this element in the Ecore editor to add documentation to EClasses, EOperations, ..."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" upperBound="-1" eType="#//Var" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="#//Val" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//BoolExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//BoolExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqExp" eSuperTypes="#//BinaryExp #//BoolExp"/> <eClassifiers xsi:type="ecore:EClass" name="NEqExp" eSuperTypes="#//BinaryExp #//BoolExp"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BoolExp" eSuperTypes="#//Exp"/> <eClassifiers xsi:type="ecore:EClass" name="AndExp" eSuperTypes="#//BinaryExp #//BoolExp"/> <eClassifiers xsi:type="ecore:EClass" name="VarExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Var"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Var"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ret" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Var"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Val" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/wbombardellis/MasterThesis-WilliamBombardelliDaSilva/metamodels/org.wbsilva.mm.while/model/While.ecore
ecore
while Program first variables literals While condition then Statement next If condition then else EqExp NEqExp BinaryExp lhs rhs Exp BoolExp AndExp VarExp var Assignment var exp Ret exp Var id Val id
null
{"directed":true,"nodes":[{"nsPrefix":"org.wbsilva.mm.while","nsURI":"platform:/plugin/org.wbsilva.mm.while/model/While.ecore","name":"while","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NEqExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ret","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Val","instanceClass":null,"abstract":false,"id":15,"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":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"then","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":"else","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"},{"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":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":59,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":3},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":3},{"source":17,"target":14},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":14},{"source":18,"target":15},{"source":18,"target":21},{"source":18,"target":1},{"source":21,"target":15},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":9},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":9},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":3},{"source":24,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":3},{"source":27,"target":28},{"source":27,"target":3},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":9},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":9},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":3},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":3},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":9},{"source":5,"target":36},{"source":5,"target":37},{"source":36,"target":7},{"source":37,"target":9},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":9},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":7},{"source":39,"target":9},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":40,"target":8},{"source":40,"target":43},{"source":40,"target":7},{"source":43,"target":8},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":7},{"source":44,"target":8},{"source":42,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":45},{"source":45,"target":8},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":9},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":7},{"source":47,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":48},{"source":11,"target":49},{"source":48,"target":14},{"source":48,"target":50},{"source":48,"target":11},{"source":50,"target":14},{"source":49,"target":8},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":51},{"source":12,"target":52},{"source":12,"target":53},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":14},{"source":52,"target":8},{"source":52,"target":55},{"source":52,"target":12},{"source":55,"target":8},{"source":53,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":56},{"source":13,"target":57},{"source":56,"target":8},{"source":56,"target":58},{"source":56,"target":13},{"source":58,"target":8},{"source":57,"target":3},{"source":14,"target":0},{"source":14,"target":59},{"source":59,"target":60},{"source":59,"target":14},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":61},{"source":15,"target":62},{"source":61,"target":63},{"source":61,"target":15},{"source":62,"target":8}],"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="QVTOperational" name="qvtoperational" nsURI="http://www.eclipse.org/qvt/pivot/1.0/QVTOperational" nsPrefix="qvtoperational"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Constructor" name="Constructor" eSuperTypes="#QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ConstructorBody" name="ConstructorBody" eSuperTypes="#QVTOperational.OperationBody"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ContextualProperty" name="ContextualProperty" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.context" name="context" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.initExpression" name="initExpression" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ownerProperty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.overridden" name="overridden" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.DirectionKind" name="DirectionKind"> <eLiterals xmi:id="QVTOperational.DirectionKind.in" name="in"/> <eLiterals xmi:id="QVTOperational.DirectionKind.inout" name="inout" value="1"/> <eLiterals xmi:id="QVTOperational.DirectionKind.out" name="out" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.DummyRelation" name="DummyRelation" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.DummyRelationDomain" name="DummyRelationDomain" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Dummy2" name="DummyRelationalTransformation" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.EntryOperation" name="EntryOperation" eSuperTypes="#QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Helper" name="Helper" eSuperTypes="#QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Helper.isQuery" name="isQuery" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeCallExp" name="ImperativeCallExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OperationCallExp ../../org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeCallExp.isVirtual" name="isVirtual" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeOperation" name="ImperativeOperation" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.body" name="body" eType="#QVTOperational.OperationBody" containment="true" resolveProxies="false" eOpposite="#QVTOperational.OperationBody.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.context" name="context" eType="#QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="#QVTOperational.VarParameter.ctxOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeOperation.isBlackbox" name="isBlackbox" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.overridden" name="overridden" eType="#QVTOperational.ImperativeOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.result" name="result" upperBound="-1" eType="#QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="#QVTOperational.VarParameter.resOwner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.ImportKind" name="ImportKind"> <eLiterals xmi:id="QVTOperational.ImportKind.extension" name="extension"/> <eLiterals xmi:id="QVTOperational.ImportKind.access" name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Library" name="Library" eSuperTypes="#QVTOperational.Module"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingBody" name="MappingBody" eSuperTypes="#QVTOperational.OperationBody"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.endSection" name="endSection" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="endOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.initSection" name="initSection" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingCallExp" name="MappingCallExp" eSuperTypes="#QVTOperational.ImperativeCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.MappingCallExp.isStrict" name="isStrict" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingOperation" name="MappingOperation" eSuperTypes="#QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.disjunct" name="disjunct" upperBound="-1" eType="#QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="disjuncter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.inherited" name="inherited" upperBound="-1" eType="#QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inheriting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.merged" name="merged" upperBound="-1" eType="#QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="merging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.refinedRelation" name="refinedRelation" eType="#QVTOperational.DummyRelation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refiningOperation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.when" name="when" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.where" name="where" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingParameter" name="MappingParameter" eSuperTypes="#QVTOperational.VarParameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.extent" name="extent" eType="#QVTOperational.ModelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.referredDomain" name="referredDomain" eType="#QVTOperational.DummyRelationDomain"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelParameter" name="ModelParameter" eSuperTypes="#QVTOperational.VarParameter"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelType" name="ModelType" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.additionalCondition" name="additionalCondition" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="condOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModelType.conformanceKind" name="conformanceKind" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//String" defaultValueLiteral="effective"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.metamodel" name="metamodel" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Module" name="Module" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.configProperty" name="configProperty" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.entry" name="entry" eType="#QVTOperational.EntryOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="entryContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Module.isBlackbox" name="isBlackbox" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.moduleImport" name="moduleImport" upperBound="-1" eType="#QVTOperational.ModuleImport" containment="true" resolveProxies="false" eOpposite="#QVTOperational.ModuleImport.module"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedTag" name="ownedTag" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//TemplateableElement" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedVariable" name="ownedVariable" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variableOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.usedModelType" name="usedModelType" upperBound="-1" eType="#QVTOperational.ModelType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModuleImport" name="ModuleImport" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.binding" name="binding" upperBound="-1" eType="#QVTOperational.ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.importedModule" name="importedModule" lowerBound="1" eType="#QVTOperational.Module"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="importingElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModuleImport.kind" name="kind" eType="#QVTOperational.ImportKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.module" name="module" eType="#QVTOperational.Module" transient="true" resolveProxies="false" eOpposite="#QVTOperational.Module.moduleImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ObjectExp" name="ObjectExp" eSuperTypes="../../org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.InstantiationExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.body" name="body" lowerBound="1" eType="#QVTOperational.ConstructorBody" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.referredObject" name="referredObject" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationBody" name="OperationBody" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.content" name="content" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="contentOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.operation" name="operation" eType="#QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#QVTOperational.ImperativeOperation.body"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.variable" name="variable" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="opBody"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationalTransformation" name="OperationalTransformation" eSuperTypes="#QVTOperational.Module"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateClass" name="intermediateClass" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateProperty" name="intermediateProperty" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tranfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.modelParameter" name="modelParameter" upperBound="-1" eType="#QVTOperational.ModelParameter" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="module"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.refined" name="refined" eType="#QVTOperational.Dummy2"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refinement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.relation" name="relation" upperBound="-1" eType="#QVTOperational.DummyRelation" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveExp" name="ResolveExp" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//CallExp ../../org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.condition" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//OCLExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isDeferred" name="isDeferred" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isInverse" name="isInverse" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.one" name="one" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.target" name="target" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveInExp" name="ResolveInExp" eSuperTypes="#QVTOperational.ResolveExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveInExp.inMapping" name="inMapping" eType="#QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.VarParameter" name="VarParameter" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.ctxOwner" name="ctxOwner" eType="#QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#QVTOperational.ImperativeOperation.context"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.VarParameter.kind" name="kind" eType="#QVTOperational.DirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.resOwner" name="resOwner" eType="#QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#QVTOperational.ImperativeOperation.result"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Element"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/adilinam/QVToPivotEvaluator/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore
ecore
qvtoperational Constructor ConstructorBody ContextualProperty context initExpression overridden DirectionKind in in inout inout out out DummyRelation DummyRelationDomain DummyRelationalTransformation EntryOperation Helper isQuery ImperativeCallExp isVirtual true ImperativeOperation body context isBlackbox overridden result ImportKind extension extension access access Library MappingBody endSection initSection MappingCallExp isStrict MappingOperation disjunct inherited merged refinedRelation when where MappingParameter extent referredDomain ModelParameter ModelType additionalCondition conformanceKind effective metamodel Module configProperty entry isBlackbox moduleImport ownedTag ownedVariable usedModelType ModuleImport binding importedModule kind module ObjectExp body referredObject OperationBody content operation variable OperationalTransformation intermediateClass intermediateProperty modelParameter refined relation ResolveExp condition isDeferred isInverse one target ResolveInExp inMapping VarParameter ctxOwner kind resOwner Tag name value elements
null
{"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/qvt/pivot/1.0/QVTOperational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyRelation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyRelationDomain","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyRelationalTransformation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","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"},{"name":"in","id":38,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":39,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":40,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"id":60,"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":"ctxOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"name":"extension","id":66,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":67,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"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":"endSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":false,"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":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","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":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedRelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"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"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"referredDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"effective","unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","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":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","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":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"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":"isDeferred","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":"isInverse","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":"one","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":11},{"source":1,"target":29},{"source":29,"target":11},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":30},{"source":30,"target":23},{"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":37},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":6,"target":0},{"source":6,"target":42},{"source":7,"target":0},{"source":7,"target":43},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":44},{"source":44,"target":11},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":47},{"source":45,"target":9},{"source":46,"target":11},{"source":10,"target":0},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":48,"target":51},{"source":48,"target":10},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":11,"target":57},{"source":52,"target":23},{"source":52,"target":58},{"source":52,"target":11},{"source":52,"target":59},{"source":58,"target":23},{"source":53,"target":27},{"source":53,"target":60},{"source":53,"target":11},{"source":53,"target":61},{"source":60,"target":27},{"source":54,"target":62},{"source":54,"target":11},{"source":55,"target":11},{"source":55,"target":63},{"source":55,"target":11},{"source":63,"target":11},{"source":56,"target":27},{"source":56,"target":64},{"source":56,"target":11},{"source":56,"target":65},{"source":64,"target":27},{"source":12,"target":0},{"source":12,"target":66},{"source":12,"target":67},{"source":66,"target":12},{"source":67,"target":12},{"source":13,"target":0},{"source":13,"target":20},{"source":13,"target":68},{"source":68,"target":20},{"source":14,"target":0},{"source":14,"target":23},{"source":14,"target":69},{"source":14,"target":70},{"source":14,"target":71},{"source":69,"target":72},{"source":69,"target":14},{"source":70,"target":73},{"source":70,"target":14},{"source":71,"target":23},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":76},{"source":74,"target":15},{"source":75,"target":10},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":77},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":16,"target":81},{"source":16,"target":82},{"source":16,"target":83},{"source":77,"target":16},{"source":77,"target":84},{"source":77,"target":16},{"source":84,"target":16},{"source":78,"target":16},{"source":78,"target":85},{"source":78,"target":16},{"source":85,"target":16},{"source":79,"target":16},{"source":79,"target":86},{"source":79,"target":16},{"source":86,"target":16},{"source":80,"target":5},{"source":80,"target":87},{"source":80,"target":16},{"source":87,"target":5},{"source":81,"target":88},{"source":81,"target":16},{"source":82,"target":89},{"source":82,"target":16},{"source":83,"target":11},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":90},{"source":17,"target":91},{"source":17,"target":92},{"source":90,"target":18},{"source":90,"target":93},{"source":90,"target":17},{"source":93,"target":18},{"source":91,"target":6},{"source":91,"target":94},{"source":91,"target":17},{"source":94,"target":6},{"source":92,"target":27},{"source":18,"target":0},{"source":18,"target":27},{"source":18,"target":95},{"source":95,"target":27},{"source":19,"target":0},{"source":19,"target":96},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":96,"target":100},{"source":96,"target":19},{"source":97,"target":101},{"source":97,"target":19},{"source":98,"target":102},{"source":98,"target":19},{"source":20,"target":0},{"source":20,"target":103},{"source":20,"target":104},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":109},{"source":20,"target":110},{"source":103,"target":111},{"source":103,"target":20},{"source":104,"target":8},{"source":104,"target":112},{"source":104,"target":20},{"source":112,"target":8},{"source":105,"target":113},{"source":105,"target":20},{"source":106,"target":21},{"source":106,"target":114},{"source":106,"target":20},{"source":106,"target":115},{"source":114,"target":21},{"source":107,"target":116},{"source":107,"target":20},{"source":108,"target":117},{"source":108,"target":20},{"source":109,"target":19},{"source":109,"target":118},{"source":109,"target":20},{"source":118,"target":19},{"source":21,"target":0},{"source":21,"target":119},{"source":21,"target":120},{"source":21,"target":121},{"source":21,"target":115},{"source":21,"target":122},{"source":119,"target":19},{"source":119,"target":123},{"source":119,"target":21},{"source":123,"target":19},{"source":120,"target":20},{"source":120,"target":124},{"source":120,"target":21},{"source":124,"target":20},{"source":121,"target":12},{"source":121,"target":125},{"source":121,"target":21},{"source":125,"target":12},{"source":115,"target":20},{"source":115,"target":126},{"source":115,"target":21},{"source":115,"target":106},{"source":126,"target":20},{"source":22,"target":0},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":127,"target":2},{"source":127,"target":130},{"source":127,"target":22},{"source":130,"target":2},{"source":128,"target":131},{"source":128,"target":22},{"source":23,"target":0},{"source":23,"target":132},{"source":23,"target":59},{"source":23,"target":133},{"source":23,"target":134},{"source":132,"target":135},{"source":132,"target":23},{"source":59,"target":11},{"source":59,"target":136},{"source":59,"target":23},{"source":59,"target":52},{"source":136,"target":11},{"source":133,"target":137},{"source":133,"target":23},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":138},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":138,"target":144},{"source":138,"target":24},{"source":139,"target":145},{"source":139,"target":24},{"source":140,"target":18},{"source":140,"target":146},{"source":140,"target":24},{"source":146,"target":18},{"source":141,"target":7},{"source":141,"target":147},{"source":141,"target":24},{"source":147,"target":7},{"source":142,"target":5},{"source":142,"target":148},{"source":142,"target":24},{"source":148,"target":5},{"source":143,"target":20},{"source":25,"target":0},{"source":25,"target":149},{"source":25,"target":150},{"source":25,"target":151},{"source":25,"target":152},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":149,"target":156},{"source":149,"target":25},{"source":150,"target":157},{"source":150,"target":25},{"source":151,"target":158},{"source":151,"target":25},{"source":152,"target":159},{"source":152,"target":25},{"source":153,"target":160},{"source":153,"target":25},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":161},{"source":26,"target":162},{"source":161,"target":16},{"source":161,"target":163},{"source":161,"target":26},{"source":163,"target":16},{"source":162,"target":25},{"source":27,"target":0},{"source":27,"target":61},{"source":27,"target":164},{"source":27,"target":65},{"source":27,"target":165},{"source":27,"target":166},{"source":61,"target":11},{"source":61,"target":167},{"source":61,"target":27},{"source":61,"target":53},{"source":167,"target":11},{"source":164,"target":4},{"source":164,"target":168},{"source":164,"target":27},{"source":168,"target":4},{"source":65,"target":11},{"source":65,"target":169},{"source":65,"target":27},{"source":65,"target":56},{"source":169,"target":11},{"source":28,"target":0},{"source":28,"target":170},{"source":28,"target":171},{"source":28,"target":172},{"source":28,"target":173},{"source":170,"target":174},{"source":170,"target":28},{"source":171,"target":175},{"source":171,"target":28},{"source":172,"target":176},{"source":172,"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="dao" nsURI="http://dao/1.0" nsPrefix="dao"> <eClassifiers xsi:type="ecore:EClass" name="GenericDao"> <eOperations name="create"> <eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="read" eType="#//List"> <eParameters name="class"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="update"> <eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="delete"> <eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getByQuery" eType="#//List"> <eParameters name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getList" eType="#//List"> <eParameters name="class"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="getListByOwner" eType="#//List"> <eParameters name="class"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="user" eType="#//User"/> </eOperations> <eOperations name="massInsert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="list" eType="#//List"/> <eParameters name="class"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistentClass"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="session" eType="#//Session" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List"/> <eClassifiers xsi:type="ecore:EDataType" name="Query" instanceClassName="org.hibernate.Query"/> <eClassifiers xsi:type="ecore:EDataType" name="Session" instanceClassName="org.hibernate.Session"/> <eClassifiers xsi:type="ecore:EDataType" name="SessionFactory" instanceClassName="org.hibernate.SessionFactory"/> <eClassifiers xsi:type="ecore:EClass" name="HibernateUtil"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sessionFactory" eType="#//SessionFactory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserDao" eSuperTypes="#//GenericDao"> <eOperations name="findByUsername" eType="#//User"> <eParameters name="user" eType="#//User"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDao" eSuperTypes="#//GenericDao"/> <eClassifiers xsi:type="ecore:EDataType" name="User" instanceClassName="general.User"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralQueries" eSuperTypes="#//GenericDao"> <eOperations name="dbAlive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerDao" eSuperTypes="#//GenericDao"> <eOperations name="setOwner"> <eParameters name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionDao" eSuperTypes="#//GenericDao"> <eOperations name="findMksPassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="user" eType="#//User"/> </eOperations> <eOperations name="getListByContainer" eType="#//List"> <eParameters name="container" eType="#//Container"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FolderDao" eSuperTypes="#//GenericDao"> <eOperations name="getRootFolderBySnapshot" eType="#//Folder"> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileDao" eSuperTypes="#//GenericDao"/> <eClassifiers xsi:type="ecore:EDataType" name="Container" instanceClassName="general.Container"/> <eClassifiers xsi:type="ecore:EClass" name="SnapshotDao" eSuperTypes="#//GenericDao"> <eOperations name="getListByContainer" eType="#//List"> <eParameters name="container" eType="#//Container"/> </eOperations> <eOperations name="getSnapshotsWithFunction" eType="#//List"> <eParameters name="containerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentObjectDao" eSuperTypes="#//GenericDao"> <eOperations name="getListBySnapshot" eType="#//List"> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="deleteListBySnapshot"> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="getChildren" eType="#//List"> <eParameters name="parent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="addFunctionToCo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="contentObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getObjectsOfFunction" eType="#//List"> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="deleteFunctionFromCo"> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="contentObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="deleteDummyObjects"> <eParameters name="snapshot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Snapshot" instanceClassName="general.Snapshot"/> <eClassifiers xsi:type="ecore:EDataType" name="Folder" instanceClassName="general.Folder"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionDao" eSuperTypes="#//GenericDao"> <eOperations name="getFunctionsBySnapshot" eType="#//List"> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="emtpyFunction"> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileFunctionStatusDao" eSuperTypes="#//GenericDao"> <eOperations name="getFileFunctionStatusBySnapshot" eType="#//List"> <eParameters name="snapshot" eType="#//Snapshot"/> </eOperations> <eOperations name="getFileFunctionStatusByFunction" eType="#//List"> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getById" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createFfsWithFunctionIdObjectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="fileFunctionStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="setFFSType"> <eParameters name="fileFunctionStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="enumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/DAO.ecore
ecore
dao GenericDao create object read class update object delete object getByQuery query getById id getList class getListByOwner class user massInsert list class object persistentClass session List java.util.List java.util.List Query org.hibernate.Query org.hibernate.Query Session org.hibernate.Session org.hibernate.Session SessionFactory org.hibernate.SessionFactory org.hibernate.SessionFactory HibernateUtil sessionFactory UserDao findByUsername user EventDao User general.User general.User GeneralQueries dbAlive ContainerDao setOwner user ConnectionDao findMksPassword user getListByContainer container FolderDao getRootFolderBySnapshot snapshot FileDao Container general.Container general.Container SnapshotDao getListByContainer container getSnapshotsWithFunction containerId ContentObjectDao getListBySnapshot snapshot deleteListBySnapshot snapshot getChildren parent snapshot addFunctionToCo function contentObject getObjectsOfFunction function snapshot deleteFunctionFromCo function contentObject deleteDummyObjects snapshot Snapshot general.Snapshot general.Snapshot Folder general.Folder general.Folder FunctionDao getFunctionsBySnapshot snapshot emtpyFunction function getById id FileFunctionStatusDao getFileFunctionStatusBySnapshot snapshot getFileFunctionStatusByFunction function getById id createFfsWithFunctionIdObjectId file function fileFunctionStatus setFFSType fileFunctionStatus enumValue
null
{"directed":true,"nodes":[{"nsPrefix":"dao","nsURI":"http://dao/1.0","name":"dao","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDao","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.Query","defaultValue":null,"instanceClassName":"org.hibernate.Query","name":"Query","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.Session","defaultValue":null,"instanceClassName":"org.hibernate.Session","name":"Session","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.hibernate.SessionFactory","defaultValue":null,"instanceClassName":"org.hibernate.SessionFactory","name":"SessionFactory","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibernateUtil","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDao","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDao","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.User","defaultValue":null,"instanceClassName":"general.User","name":"User","instanceClass":null,"id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralQueries","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerDao","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDao","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderDao","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileDao","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.Container","defaultValue":null,"instanceClassName":"general.Container","name":"Container","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SnapshotDao","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentObjectDao","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"general.Snapshot","defaultValue":null,"instanceClassName":"general.Snapshot","name":"Snapshot","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"general.Folder","defaultValue":null,"instanceClassName":"general.Folder","name":"Folder","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDao","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFunctionStatusDao","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getByQuery","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getList","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListByOwner","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"massInsert","lowerBound":0,"id":30,"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":"persistentClass","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":"","unsettable":false,"transient":false,"unique":true,"name":"session","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"list","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"class","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"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":"sessionFactory","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findByUsername","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dbAlive","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOwner","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findMksPassword","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListByContainer","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"user","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootFolderBySnapshot","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListByContainer","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSnapshotsWithFunction","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerId","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getListBySnapshot","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteListBySnapshot","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getChildren","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFunctionToCo","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getObjectsOfFunction","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteFunctionFromCo","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteDummyObjects","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contentObject","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contentObject","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFunctionsBySnapshot","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"emtpyFunction","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileFunctionStatusBySnapshot","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileFunctionStatusByFunction","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getById","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFfsWithFunctionIdObjectId","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFFSType","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"snapshot","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"function","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileFunctionStatus","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileFunctionStatus","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enumValue","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":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":22,"target":1},{"source":22,"target":33},{"source":33,"target":34},{"source":33,"target":22},{"source":23,"target":2},{"source":23,"target":35},{"source":23,"target":1},{"source":23,"target":36},{"source":35,"target":2},{"source":36,"target":37},{"source":36,"target":23},{"source":37,"target":38},{"source":24,"target":1},{"source":24,"target":39},{"source":39,"target":40},{"source":39,"target":24},{"source":25,"target":1},{"source":25,"target":41},{"source":41,"target":42},{"source":41,"target":25},{"source":26,"target":2},{"source":26,"target":43},{"source":26,"target":1},{"source":26,"target":44},{"source":43,"target":2},{"source":44,"target":45},{"source":44,"target":26},{"source":27,"target":46},{"source":27,"target":1},{"source":27,"target":47},{"source":47,"target":48},{"source":47,"target":27},{"source":28,"target":2},{"source":28,"target":49},{"source":28,"target":1},{"source":28,"target":50},{"source":49,"target":2},{"source":50,"target":51},{"source":50,"target":28},{"source":51,"target":52},{"source":29,"target":2},{"source":29,"target":53},{"source":29,"target":1},{"source":29,"target":54},{"source":29,"target":55},{"source":53,"target":2},{"source":54,"target":56},{"source":54,"target":29},{"source":56,"target":57},{"source":55,"target":9},{"source":55,"target":58},{"source":55,"target":29},{"source":58,"target":9},{"source":30,"target":59},{"source":30,"target":1},{"source":30,"target":60},{"source":30,"target":61},{"source":30,"target":62},{"source":60,"target":2},{"source":60,"target":63},{"source":60,"target":30},{"source":63,"target":2},{"source":61,"target":64},{"source":61,"target":30},{"source":64,"target":65},{"source":62,"target":66},{"source":62,"target":30},{"source":31,"target":67},{"source":31,"target":1},{"source":67,"target":68},{"source":32,"target":4},{"source":32,"target":69},{"source":32,"target":1},{"source":69,"target":4},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":70},{"source":70,"target":5},{"source":70,"target":71},{"source":70,"target":6},{"source":71,"target":5},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":9},{"source":72,"target":74},{"source":72,"target":7},{"source":72,"target":75},{"source":74,"target":9},{"source":75,"target":9},{"source":75,"target":76},{"source":75,"target":72},{"source":76,"target":9},{"source":73,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":77},{"source":77,"target":1},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":78},{"source":10,"target":79},{"source":78,"target":80},{"source":78,"target":10},{"source":79,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":11},{"source":81,"target":83},{"source":83,"target":84},{"source":83,"target":81},{"source":82,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":85,"target":88},{"source":85,"target":12},{"source":85,"target":89},{"source":89,"target":9},{"source":89,"target":90},{"source":89,"target":85},{"source":90,"target":9},{"source":86,"target":2},{"source":86,"target":91},{"source":86,"target":12},{"source":86,"target":92},{"source":91,"target":2},{"source":92,"target":15},{"source":92,"target":93},{"source":92,"target":86},{"source":93,"target":15},{"source":87,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":94},{"source":13,"target":95},{"source":94,"target":19},{"source":94,"target":96},{"source":94,"target":13},{"source":94,"target":97},{"source":96,"target":19},{"source":97,"target":18},{"source":97,"target":98},{"source":97,"target":94},{"source":98,"target":18},{"source":95,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":99},{"source":99,"target":1},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":2},{"source":100,"target":103},{"source":100,"target":16},{"source":100,"target":104},{"source":103,"target":2},{"source":104,"target":15},{"source":104,"target":105},{"source":104,"target":100},{"source":105,"target":15},{"source":101,"target":2},{"source":101,"target":106},{"source":101,"target":16},{"source":101,"target":107},{"source":106,"target":2},{"source":107,"target":108},{"source":107,"target":101},{"source":102,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":109,"target":2},{"source":109,"target":117},{"source":109,"target":17},{"source":109,"target":118},{"source":117,"target":2},{"source":118,"target":18},{"source":118,"target":119},{"source":118,"target":109},{"source":119,"target":18},{"source":110,"target":17},{"source":110,"target":120},{"source":120,"target":18},{"source":120,"target":121},{"source":120,"target":110},{"source":121,"target":18},{"source":111,"target":2},{"source":111,"target":122},{"source":111,"target":17},{"source":111,"target":123},{"source":111,"target":124},{"source":122,"target":2},{"source":123,"target":125},{"source":123,"target":111},{"source":124,"target":18},{"source":124,"target":126},{"source":124,"target":111},{"source":126,"target":18},{"source":112,"target":127},{"source":112,"target":17},{"source":112,"target":128},{"source":112,"target":129},{"source":128,"target":130},{"source":128,"target":112},{"source":129,"target":131},{"source":129,"target":112},{"source":113,"target":2},{"source":113,"target":132},{"source":113,"target":17},{"source":113,"target":133},{"source":113,"target":134},{"source":132,"target":2},{"source":133,"target":135},{"source":133,"target":113},{"source":134,"target":18},{"source":134,"target":136},{"source":134,"target":113},{"source":136,"target":18},{"source":114,"target":17},{"source":114,"target":137},{"source":114,"target":138},{"source":137,"target":139},{"source":137,"target":114},{"source":138,"target":140},{"source":138,"target":114},{"source":115,"target":17},{"source":115,"target":141},{"source":141,"target":142},{"source":141,"target":115},{"source":116,"target":1},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":143,"target":2},{"source":143,"target":147},{"source":143,"target":20},{"source":143,"target":148},{"source":147,"target":2},{"source":148,"target":18},{"source":148,"target":149},{"source":148,"target":143},{"source":149,"target":18},{"source":144,"target":20},{"source":144,"target":150},{"source":150,"target":151},{"source":150,"target":144},{"source":145,"target":152},{"source":145,"target":20},{"source":145,"target":153},{"source":153,"target":154},{"source":153,"target":145},{"source":146,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":155,"target":2},{"source":155,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":161,"target":2},{"source":162,"target":18},{"source":162,"target":163},{"source":162,"target":155},{"source":163,"target":18},{"source":156,"target":2},{"source":156,"target":164},{"source":156,"target":21},{"source":156,"target":165},{"source":164,"target":2},{"source":165,"target":166},{"source":165,"target":156},{"source":157,"target":167},{"source":157,"target":21},{"source":157,"target":168},{"source":168,"target":169},{"source":168,"target":157},{"source":158,"target":170},{"source":158,"target":21},{"source":158,"target":171},{"source":158,"target":172},{"source":158,"target":173},{"source":171,"target":174},{"source":171,"target":158},{"source":172,"target":175},{"source":172,"target":158},{"source":173,"target":176},{"source":173,"target":158},{"source":159,"target":21},{"source":159,"target":177},{"source":159,"target":178},{"source":177,"target":179},{"source":177,"target":159},{"source":178,"target":180},{"source":178,"target":159},{"source":160,"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" xmi:id="_3mjusDiJEeKtS_pQFSztqQ" name="vapoditrace" nsURI="http://smt.inf.tu-dresden.de/fab/vapoditrace" nsPrefix="vapoditrace"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_3mjusTiJEeKtS_pQFSztqQ" name="TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//TraceEntity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//TraceEntity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_3mmK8DiJEeKtS_pQFSztqQ" name="TraceCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" upperBound="-1" eType="#_3mjusTiJEeKtS_pQFSztqQ" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowObjects" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trash" upperBound="-1" eType="#_3mjusTiJEeKtS_pQFSztqQ" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TraceType"> <eLiterals name="OMITTED_TRACETYPE" value="5"/> <eLiterals name="CREATE"/> <eLiterals name="READ" value="1"/> <eLiterals name="UPDATE" value="2"/> <eLiterals name="DELETE" value="3"/> <eLiterals name="WRITE" value="4"/> <eLiterals name="EXISTENCE" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEntity" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concern" lowerBound="1" eType="#//ConcernType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConcernType"> <eLiterals name="OMITTED_CONCERN" value="3"/> <eLiterals name="OBJECT"/> <eLiterals name="ATTRIBUTE" value="1"/> <eLiterals name="TYPE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UniverseType"> <eLiterals name="OMITTED_UNIVERSE"/> <eLiterals name="LIGHT_UNIVERSE" value="1"/> <eLiterals name="SHADOW_UNIVERSE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceEntity" abstract="true" eSuperTypes="#//EEntity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semantics" lowerBound="1" eType="#//TraceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="universe" lowerBound="1" eType="#//UniverseType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicEntity" eSuperTypes="#//TraceEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="esf" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticEntity" eSuperTypes="#//TraceEntity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jreimone/refactory/Evolution/tracing/org.qualitune.tracing.vapoditrace/model/VapodiTrace.ecore
ecore
vapoditrace TraceLink destination source TraceCollection traceLinks shadowObjects trash TraceType OMITTED_TRACETYPE OMITTED_TRACETYPE CREATE CREATE READ READ UPDATE UPDATE DELETE DELETE WRITE WRITE EXISTENCE EXISTENCE EEntity attributeName concern ConcernType OMITTED_CONCERN OMITTED_CONCERN OBJECT OBJECT ATTRIBUTE ATTRIBUTE TYPE TYPE UniverseType OMITTED_UNIVERSE OMITTED_UNIVERSE LIGHT_UNIVERSE LIGHT_UNIVERSE SHADOW_UNIVERSE SHADOW_UNIVERSE TraceEntity semantics universe DynamicEntity attribute esf object StaticEntity objectName type
null
{"directed":true,"nodes":[{"nsPrefix":"vapoditrace","nsURI":"http://smt.inf.tu-dresden.de/fab/vapoditrace","name":"vapoditrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceCollection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraceType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEntity","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConcernType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UniverseType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEntity","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicEntity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticEntity","instanceClass":null,"abstract":false,"id":9,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceLinks","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":"shadowObjects","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":"trash","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"name":"OMITTED_TRACETYPE","id":20,"value":5,"literal":"OMITTED_TRACETYPE","eClass":"EEnumLiteral"},{"name":"CREATE","id":21,"value":0,"literal":"CREATE","eClass":"EEnumLiteral"},{"name":"READ","id":22,"value":1,"literal":"READ","eClass":"EEnumLiteral"},{"name":"UPDATE","id":23,"value":2,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"DELETE","id":24,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"WRITE","id":25,"value":4,"literal":"WRITE","eClass":"EEnumLiteral"},{"name":"EXISTENCE","id":26,"value":6,"literal":"EXISTENCE","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":"attributeName","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concern","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"OMITTED_CONCERN","id":31,"value":3,"literal":"OMITTED_CONCERN","eClass":"EEnumLiteral"},{"name":"OBJECT","id":32,"value":0,"literal":"OBJECT","eClass":"EEnumLiteral"},{"name":"ATTRIBUTE","id":33,"value":1,"literal":"ATTRIBUTE","eClass":"EEnumLiteral"},{"name":"TYPE","id":34,"value":2,"literal":"TYPE","eClass":"EEnumLiteral"},{"name":"OMITTED_UNIVERSE","id":35,"value":0,"literal":"OMITTED_UNIVERSE","eClass":"EEnumLiteral"},{"name":"LIGHT_UNIVERSE","id":36,"value":1,"literal":"LIGHT_UNIVERSE","eClass":"EEnumLiteral"},{"name":"SHADOW_UNIVERSE","id":37,"value":2,"literal":"SHADOW_UNIVERSE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semantics","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"universe","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esf","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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":7},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":7},{"source":11,"target":7},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":7},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":1},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":1},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":20,"target":3},{"source":21,"target":3},{"source":22,"target":3},{"source":23,"target":3},{"source":24,"target":3},{"source":25,"target":3},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":29},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":5},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":31,"target":5},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":6},{"source":36,"target":6},{"source":37,"target":6},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":38,"target":3},{"source":38,"target":41},{"source":38,"target":7},{"source":41,"target":3},{"source":39,"target":6},{"source":39,"target":42},{"source":39,"target":7},{"source":42,"target":6},{"source":40,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":43,"target":47},{"source":43,"target":8},{"source":44,"target":48},{"source":44,"target":8},{"source":45,"target":49},{"source":45,"target":8},{"source":46,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":54},{"source":51,"target":9},{"source":52,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="website" nsURI="http://website/1.0" nsPrefix="website"> <eAnnotations source="Diagram"> <details key="name" value="WebSite"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Web"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/web.svg"/> <details key="bold" value="true"/> <details key="icon" value="icons/web.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Webpage"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="icon" value="icons/line.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Webpage"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/webpage.svg"/> <details key="bold" value="true"/> <details key="icon" value="icons/webpage.png"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" containment="true"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="lineStyle" value="dashed"/> <details key="icon" value="icons/line.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/category.svg"/> <details key="bold" value="true"/> <details key="icon" value="icons/category.png"/> </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="article" upperBound="-1" eType="#//Article"> <eAnnotations source="Edge"> <details key="base" value="Association"/> <details key="lineStyle" value="dotted"/> <details key="icon" value="icons/line.png"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article"> <eAnnotations source="Node"> <details key="base" value="Class"/> <details key="shape" value="shapes/article.svg"/> <details key="bold" value="true"/> <details key="icon" value="icons/article.png"/> </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/wrwei/Jorvik/example.website/model/website.ecore
ecore
website Web name title description keywords pages Webpage name title description category Category name article Article name
null
{"directed":true,"nodes":[{"nsPrefix":"website","nsURI":"http://website/1.0","name":"website","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Web","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Webpage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"category","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":true,"name":"article","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":3},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":3},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":4},{"source":24,"target":26},{"source":24,"target":3},{"source":26,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":28},{"source":27,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="users" nsURI="http://jutzig.de/jabylon/users" nsPrefix="users"> <eClassifiers xsi:type="ecore:EClass" name="User"> <eOperations name="getAllPermissions" upperBound="-1" eType="#//Permission"/> <eOperations name="hasPermission" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="permission" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eOperations name="getAllPermissions" upperBound="-1" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authModule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserManagement"> <eOperations name="findUserByName" eType="#//User"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="findPermissionByName" eType="#//Permission"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="findRoleByName" eType="#//Role"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/users.ecore
ecore
users User getAllPermissions hasPermission permission name password roles permissions displayName type email Role getAllPermissions name parent permissions Permission name description AuthType name authModule UserManagement findUserByName name findPermissionByName name findRoleByName name users roles permissions
null
{"directed":true,"nodes":[{"nsPrefix":"users","nsURI":"http://jutzig.de/jabylon/users","name":"users","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserManagement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllPermissions","lowerBound":0,"id":6,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasPermission","lowerBound":0,"id":7,"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":8,"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":"password","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"permission","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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllPermissions","lowerBound":0,"id":26,"many":true,"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":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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authModule","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findUserByName","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findPermissionByName","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findRoleByName","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","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":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":49,"many":false,"required":true,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":55,"many":false,"required":true,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":6,"target":3},{"source":6,"target":15},{"source":6,"target":1},{"source":15,"target":3},{"source":7,"target":16},{"source":7,"target":1},{"source":7,"target":17},{"source":17,"target":18},{"source":17,"target":7},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":21},{"source":10,"target":1},{"source":21,"target":2},{"source":11,"target":3},{"source":11,"target":22},{"source":11,"target":1},{"source":22,"target":3},{"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":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":26,"target":3},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":3},{"source":27,"target":31},{"source":27,"target":2},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":2},{"source":32,"target":2},{"source":29,"target":3},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":3},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":40},{"source":38,"target":4},{"source":39,"target":41},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":42,"target":1},{"source":42,"target":48},{"source":42,"target":5},{"source":42,"target":49},{"source":48,"target":1},{"source":49,"target":50},{"source":49,"target":42},{"source":43,"target":3},{"source":43,"target":51},{"source":43,"target":5},{"source":43,"target":52},{"source":51,"target":3},{"source":52,"target":53},{"source":52,"target":43},{"source":44,"target":2},{"source":44,"target":54},{"source":44,"target":5},{"source":44,"target":55},{"source":54,"target":2},{"source":55,"target":56},{"source":55,"target":44},{"source":45,"target":1},{"source":45,"target":57},{"source":45,"target":5},{"source":57,"target":1},{"source":46,"target":2},{"source":46,"target":58},{"source":46,"target":5},{"source":58,"target":2},{"source":47,"target":3},{"source":47,"target":59},{"source":47,"target":5},{"source":59,"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="dc" nsURI="http://www.omg.org/spec/DD/20100524/DC-XMI" nsPrefix="dc"> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eOperations name="non_negative_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="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> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBold" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isItalic" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnderline" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrikeThrough" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bounds"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/dc.ecore
ecore
dc Font non_negative_size diagnostics context name size isBold isItalic isUnderline isStrikeThrough Point x 0 y 0 Bounds x 0 y 0 width height
null
{"directed":true,"nodes":[{"nsPrefix":"dc","nsURI":"http://www.omg.org/spec/DD/20100524/DC-XMI","name":"dc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"non_negative_size","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBold","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isItalic","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnderline","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrikeThrough","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":4,"target":11},{"source":4,"target":1},{"source":4,"target":12},{"source":4,"target":13},{"source":12,"target":14},{"source":12,"target":4},{"source":13,"target":15},{"source":13,"target":4},{"source":15,"target":16},{"source":15,"target":17},{"source":5,"target":18},{"source":5,"target":1},{"source":6,"target":19},{"source":6,"target":1},{"source":7,"target":20},{"source":7,"target":1},{"source":8,"target":21},{"source":8,"target":1},{"source":9,"target":22},{"source":9,"target":1},{"source":10,"target":23},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":27},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"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="svgPath" nsURI="http://www.bestsolution.at/efxclipse/tooling/svgpath/SvgPath" nsPrefix="svgPath"> <eClassifiers xsi:type="ecore:EClass" name="svg_path"> <eStructuralFeatures xsi:type="ecore:EReference" name="moveto_drawto_command_groups" eType="#//moveto_drawto_command_groups" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="moveto_drawto_command_groups"> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//moveto_drawto_command_group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="moveto_drawto_command_group"> <eStructuralFeatures xsi:type="ecore:EReference" name="moveto" eType="#//moveto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="drawto_commands" eType="#//drawto_commands" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="moveto"> <eStructuralFeatures xsi:type="ecore:EReference" name="point" eType="#//coordinate_pair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineto_argument_sequence" eType="#//lineto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="lineto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="pairs" upperBound="-1" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="drawto_commands"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawto_commands" upperBound="-1" eType="#//drawto_command" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="drawto_command"/> <eClassifiers xsi:type="ecore:EClass" name="closepath" eSuperTypes="#//drawto_command"/> <eClassifiers xsi:type="ecore:EClass" name="lineto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="lineto_argument_sequence" eType="#//lineto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="horizontal_lineto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontal_lineto_argument_sequence" eType="#//horizontal_lineto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="horizontal_lineto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinates" upperBound="-1" eType="#//coordinate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="vertical_lineto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="vertical_lineto_argument_sequence" eType="#//vertical_lineto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="vertical_lineto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinates" upperBound="-1" eType="#//coordinate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="curveto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="curveto_argument_sequence" eType="#//curveto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="curveto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="curveto_arguments" upperBound="-1" eType="#//curveto_argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="curveto_argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c3" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="smooth_curveto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="smooth_curveto_argument_sequence" eType="#//smooth_curveto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="smooth_curveto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="smooth_curveto_arguments" upperBound="-1" eType="#//smooth_curveto_argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="smooth_curveto_argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto" eSuperTypes="#//drawto_command"/> <eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto_argument_sequence" eSuperTypes="#//quadratic_bezier_curveto"> <eStructuralFeatures xsi:type="ecore:EReference" name="quadratic_bezier_curveto_arguments" upperBound="-1" eType="#//quadratic_bezier_curveto_argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="quadratic_bezier_curveto_argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate_pair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="smooth_quadratic_bezier_curveto" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="smooth_quadratic_bezier_curveto_argument_sequence" eType="#//smooth_quadratic_bezier_curveto_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="smooth_quadratic_bezier_curveto_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinate_pairs" upperBound="-1" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elliptical_arc" eSuperTypes="#//drawto_command"> <eStructuralFeatures xsi:type="ecore:EReference" name="elliptical_arc_argument_sequence" eType="#//elliptical_arc_argument_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elliptical_arc_argument_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="elliptical_arc_arguments" upperBound="-1" eType="#//elliptical_arc_argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elliptical_arc_argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="rx" eType="#//nonnegative_number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ry" eType="#//nonnegative_number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largearcflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sweepflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinate_pair" eType="#//coordinate_pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="coordinate_pair"> <eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="#//coordinate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//coordinate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="coordinate"/> <eClassifiers xsi:type="ecore:EClass" name="number" eSuperTypes="#//coordinate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonnegative_number" eType="#//nonnegative_number" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="nonnegative_number"> <eStructuralFeatures xsi:type="ecore:EReference" name="intseq" eType="#//digit_sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="floatseq" eType="#//digit_sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exponent" eType="#//exponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="exponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="digit_sequence" eType="#//digit_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="digit_sequence"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digits" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jucaro/e-fx-clipse/at.bestsolution.efxclipse.tooling.svgpath/src-gen/at/bestsolution/efxclipse/tooling/svgpath/SvgPath.ecore
ecore
svgPath svg_path moveto_drawto_command_groups moveto_drawto_command_groups commands moveto_drawto_command_group moveto drawto_commands moveto point lineto_argument_sequence lineto_argument_sequence pairs drawto_commands drawto_commands drawto_command closepath lineto lineto_argument_sequence horizontal_lineto horizontal_lineto_argument_sequence horizontal_lineto_argument_sequence coordinates vertical_lineto vertical_lineto_argument_sequence vertical_lineto_argument_sequence coordinates curveto curveto_argument_sequence curveto_argument_sequence curveto_arguments curveto_argument c1 c2 c3 smooth_curveto smooth_curveto_argument_sequence smooth_curveto_argument_sequence smooth_curveto_arguments smooth_curveto_argument c1 c2 quadratic_bezier_curveto quadratic_bezier_curveto_argument_sequence quadratic_bezier_curveto_arguments quadratic_bezier_curveto_argument c1 c2 smooth_quadratic_bezier_curveto smooth_quadratic_bezier_curveto_argument_sequence smooth_quadratic_bezier_curveto_argument_sequence coordinate_pairs elliptical_arc elliptical_arc_argument_sequence elliptical_arc_argument_sequence elliptical_arc_arguments elliptical_arc_argument rx ry rotation largearcflag sweepflag coordinate_pair coordinate_pair c1 c2 coordinate number sign nonnegative_number nonnegative_number intseq floatseq exponent exponent sign digit_sequence digit_sequence digits
null
{"directed":true,"nodes":[{"nsPrefix":"svgPath","nsURI":"http://www.bestsolution.at/efxclipse/tooling/svgpath/SvgPath","name":"svgPath","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"svg_path","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto_drawto_command_groups","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto_drawto_command_group","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"moveto","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lineto_argument_sequence","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"drawto_commands","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"drawto_command","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"closepath","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lineto","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"horizontal_lineto","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"horizontal_lineto_argument_sequence","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vertical_lineto","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vertical_lineto_argument_sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto_argument_sequence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"curveto_argument","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_curveto_argument","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"quadratic_bezier_curveto_argument","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_quadratic_bezier_curveto","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"smooth_quadratic_bezier_curveto_argument_sequence","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc_argument_sequence","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elliptical_arc_argument","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"coordinate_pair","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"coordinate","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"number","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nonnegative_number","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exponent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"digit_sequence","instanceClass":null,"abstract":false,"id":33,"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":"moveto_drawto_command_groups","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drawto_commands","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"point","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":"lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drawto_commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontal_lineto_argument_sequence","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":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinates","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":true,"unsettable":false,"transient":false,"unique":true,"name":"vertical_lineto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"curveto_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","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":true,"unsettable":false,"transient":false,"unique":true,"name":"c3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smooth_curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smooth_curveto_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quadratic_bezier_curveto_arguments","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":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","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":"smooth_quadratic_bezier_curveto_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinate_pairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elliptical_arc_argument_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elliptical_arc_arguments","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":"rx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"largearcflag","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sweepflag","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinate_pair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sign","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nonnegative_number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intseq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"floatseq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sign","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digit_sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"digits","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":3},{"source":36,"target":37},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":4},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":3},{"source":41,"target":6},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":28},{"source":42,"target":44},{"source":42,"target":4},{"source":44,"target":28},{"source":43,"target":5},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":5},{"source":5,"target":0},{"source":5,"target":46},{"source":46,"target":28},{"source":46,"target":47},{"source":46,"target":5},{"source":47,"target":28},{"source":6,"target":0},{"source":6,"target":48},{"source":48,"target":7},{"source":48,"target":49},{"source":48,"target":6},{"source":49,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":50},{"source":50,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":5},{"source":51,"target":53},{"source":51,"target":9},{"source":53,"target":5},{"source":52,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":11},{"source":54,"target":56},{"source":54,"target":10},{"source":56,"target":11},{"source":55,"target":7},{"source":11,"target":0},{"source":11,"target":57},{"source":57,"target":29},{"source":57,"target":58},{"source":57,"target":11},{"source":58,"target":29},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":13},{"source":59,"target":61},{"source":59,"target":12},{"source":61,"target":13},{"source":60,"target":7},{"source":13,"target":0},{"source":13,"target":62},{"source":62,"target":29},{"source":62,"target":63},{"source":62,"target":13},{"source":63,"target":29},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":15},{"source":64,"target":66},{"source":64,"target":14},{"source":66,"target":15},{"source":65,"target":7},{"source":15,"target":0},{"source":15,"target":67},{"source":67,"target":16},{"source":67,"target":68},{"source":67,"target":15},{"source":68,"target":16},{"source":16,"target":0},{"source":16,"target":69},{"source":16,"target":70},{"source":16,"target":71},{"source":69,"target":28},{"source":69,"target":72},{"source":69,"target":16},{"source":72,"target":28},{"source":70,"target":28},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":28},{"source":71,"target":28},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":28},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":75},{"source":17,"target":76},{"source":75,"target":18},{"source":75,"target":77},{"source":75,"target":17},{"source":77,"target":18},{"source":76,"target":7},{"source":18,"target":0},{"source":18,"target":78},{"source":78,"target":19},{"source":78,"target":79},{"source":78,"target":18},{"source":79,"target":19},{"source":19,"target":0},{"source":19,"target":80},{"source":19,"target":81},{"source":80,"target":28},{"source":80,"target":82},{"source":80,"target":19},{"source":82,"target":28},{"source":81,"target":28},{"source":81,"target":83},{"source":81,"target":19},{"source":83,"target":28},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":84},{"source":84,"target":7},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":85},{"source":21,"target":86},{"source":85,"target":22},{"source":85,"target":87},{"source":85,"target":21},{"source":87,"target":22},{"source":86,"target":20},{"source":22,"target":0},{"source":22,"target":88},{"source":22,"target":89},{"source":88,"target":28},{"source":88,"target":90},{"source":88,"target":22},{"source":90,"target":28},{"source":89,"target":28},{"source":89,"target":91},{"source":89,"target":22},{"source":91,"target":28},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":92},{"source":23,"target":93},{"source":92,"target":24},{"source":92,"target":94},{"source":92,"target":23},{"source":94,"target":24},{"source":93,"target":7},{"source":24,"target":0},{"source":24,"target":95},{"source":95,"target":28},{"source":95,"target":96},{"source":95,"target":24},{"source":96,"target":28},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":97},{"source":25,"target":98},{"source":97,"target":26},{"source":97,"target":99},{"source":97,"target":25},{"source":99,"target":26},{"source":98,"target":7},{"source":26,"target":0},{"source":26,"target":100},{"source":100,"target":27},{"source":100,"target":101},{"source":100,"target":26},{"source":101,"target":27},{"source":27,"target":0},{"source":27,"target":102},{"source":27,"target":103},{"source":27,"target":104},{"source":27,"target":105},{"source":27,"target":106},{"source":27,"target":107},{"source":102,"target":31},{"source":102,"target":108},{"source":102,"target":27},{"source":108,"target":31},{"source":103,"target":31},{"source":103,"target":109},{"source":103,"target":27},{"source":109,"target":31},{"source":104,"target":30},{"source":104,"target":110},{"source":104,"target":27},{"source":110,"target":30},{"source":105,"target":111},{"source":105,"target":27},{"source":106,"target":112},{"source":106,"target":27},{"source":107,"target":28},{"source":107,"target":113},{"source":107,"target":27},{"source":113,"target":28},{"source":28,"target":0},{"source":28,"target":114},{"source":28,"target":115},{"source":114,"target":29},{"source":114,"target":116},{"source":114,"target":28},{"source":116,"target":29},{"source":115,"target":29},{"source":115,"target":117},{"source":115,"target":28},{"source":117,"target":29},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":118},{"source":30,"target":119},{"source":30,"target":120},{"source":118,"target":121},{"source":118,"target":30},{"source":119,"target":31},{"source":119,"target":122},{"source":119,"target":30},{"source":122,"target":31},{"source":120,"target":29},{"source":31,"target":0},{"source":31,"target":123},{"source":31,"target":124},{"source":31,"target":125},{"source":123,"target":33},{"source":123,"target":126},{"source":123,"target":31},{"source":126,"target":33},{"source":124,"target":33},{"source":124,"target":127},{"source":124,"target":31},{"source":127,"target":33},{"source":125,"target":32},{"source":125,"target":128},{"source":125,"target":31},{"source":128,"target":32},{"source":32,"target":0},{"source":32,"target":129},{"source":32,"target":130},{"source":129,"target":131},{"source":129,"target":32},{"source":130,"target":33},{"source":130,"target":132},{"source":130,"target":32},{"source":132,"target":33},{"source":33,"target":0},{"source":33,"target":133},{"source":133,"target":134},{"source":133,"target":33}],"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="grafcetModeling" nsURI="http://www.example.org/grafcetModeling" nsPrefix="grafcetModeling"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="G7Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grafcet"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueNamesForG7Vars hasAtLeastOneInitialStep validStepToTransition_StepSide validStepToTransition_TransitionSide validTransitionToStep_TransitionSide validTransitionToStep_StepSide"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="uniqueNamesForG7Vars" value="&#xA;&#x9;&#x9;self.variables->forAll(v1,v2| v1&lt;>v2 implies v1.name&lt;>v2.name)"/> <details key="hasAtLeastOneInitialStep" value="&#xA;&#x9;&#x9;self.steps->select(s|s.isInitial)->size()>=1"/> <details key="validStepToTransition_StepSide" value="&#xA;&#x9;&#x9;self.connections->select(c|c.oclIsTypeOf(StepToTransition))->forAll(con|self.steps->select(s|s.outConnections->includes(con))->size()=1)"/> <details key="validStepToTransition_TransitionSide" value="&#xA;&#x9;&#x9;self.connections->select(c|c.oclIsTypeOf(StepToTransition))->forAll(con|self.transitions->select(t|t.inConnections->includes(con))->size()=1)"/> <details key="validTransitionToStep_TransitionSide" value="&#xA;&#x9;&#x9;self.connections->select(c|c.oclIsTypeOf(TransitionToStep))->forAll(con|self.transitions->select(t|t.outConnections->includes(con))->size()=1)"/> <details key="validTransitionToStep_StepSide" value="&#xA;&#x9;&#x9;self.connections->select(c|c.oclIsTypeOf(TransitionToStep))->forAll(con|self.steps->select(s|s.inConnections->includes(con))->size()=1)"/> </eAnnotations> <eOperations name="generateG7Elements"/> <eOperations name="hasTimeConditions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getTimeExprs" upperBound="-1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//Connection" containment="true" eOpposite="#//Connection/grafcet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/grafcet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//Step" containment="true" eOpposite="#//Step/grafcet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/grafcet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//G7Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="stepVarIsInternalVar levelActionVarIsBoolVar uniqueNamesOfActions"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="stepVarIsInternalVar" value="&#xA;&#x9;&#x9;self.variable.type = VarType::Internal"/> <details key="levelActionVarIsBoolVar" value="&#xA;&#x9;&#x9;self.actions->forAll(act|act.oclIsTypeOf(LevelAction) implies act.actionVariable.oclIsTypeOf(BooleanVariable))"/> <details key="uniqueNamesOfActions" value="&#xA;&#x9;&#x9;self.actions->forAll(a1,a2| a1&lt;>a2 implies a1.name&lt;>a2.name)"/> </eAnnotations> <eOperations name="createStepActivityVar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitial" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="grafcet" lowerBound="1" eType="#//Grafcet" eOpposite="#//Grafcet/steps"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inConnections" upperBound="-1" eType="#//TransitionToStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outConnections" upperBound="-1" eType="#//StepToTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true" eOpposite="#//Action/step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//BooleanVariable" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inTransitions" ordered="false" upperBound="-1" eType="#//Transition" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="(grafcet.transitions->select(trans|trans.outConnections->exists(outCon|self.inConnections->includes(outCon))))->asSet()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outTransitions" ordered="false" upperBound="-1" eType="#//Transition" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="(grafcet.transitions->select(trans|trans.inConnections->exists(inCon|self.outConnections->includes(inCon))))->asSet()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//G7Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="grafcet" lowerBound="1" eType="#//Grafcet" eOpposite="#//Grafcet/connections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//G7Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="validTransition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="validTransition" value="&#xA;&#x9;&#x9;self.inConnections->size()>=1 and self.outConnections->size()>=1"/> </eAnnotations> <eOperations name="parseReceptivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionCondition" eType="#//Expression" derived="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receptivity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="grafcet" lowerBound="1" eType="#//Grafcet" eOpposite="#//Grafcet/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inConnections" lowerBound="1" upperBound="-1" eType="#//StepToTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outConnections" lowerBound="1" upperBound="-1" eType="#//TransitionToStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inSteps" ordered="false" upperBound="-1" eType="#//Step" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="(grafcet.steps->select(step|step.outConnections->exists(outCon|self.inConnections->includes(outCon))))->asSet()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outSteps" ordered="false" upperBound="-1" eType="#//Step" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="(grafcet.steps->select(step|step.inConnections->exists(inCon|self.outConnections->includes(inCon))))->asSet()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StepToTransition" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="TransitionToStep" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//G7Element"> <eOperations name="parseExpression"/> <eOperations name="createActionVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionVariable" eType="#//Variable" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" lowerBound="1" eType="#//Step" eOpposite="#//Step/actions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LevelAction" eSuperTypes="#//Action"> <eOperations name="evalCondition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCondition" eType="#//Expression" derived="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoredAction" eSuperTypes="#//Action"> <eOperations name="evalStoredExpr"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moment" eType="#//StoredMoment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionToEvaluate" eType="#//Expression" derived="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storedExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ExprType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="durationMillis" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueOld" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueNew" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//VarType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="grafcet" lowerBound="1" eType="#//Grafcet" eOpposite="#//Grafcet/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericVariable" eSuperTypes="#//Variable"> <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="Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="VariableExistsInGrafcet AValidConstantExpression SimpleExpressionHasNoSubExpressions ValidUnaryOperationExpression ValidExpressionWithOperator ValidExprWithTimeOp SimpleNonConstExprIsOfVariableType ValidExpressionWithBinaryOperation ValidComparisonOperator_GT ValidComparisonOperator_LT ValidComparisonOperator_GE ValidComparisonOperator_LE ValidLogicOperator_AND ValidLogicOperator_OR ValidArithmeticOperator_ADD ValidArithmeticOperator_SUB ValidArithmeticOperator_MULT ValidArithmeticOperator_DIV"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="VariableExistsInGrafcet" value="&#xA;&#x9;&#x9;(self.isSimple and not self.isConstant) implies self.variable&lt;>null"/> <details key="AValidConstantExpression" value="&#xA;&#x9;&#x9;self.isConstant implies (self.isSimple and self.variable = null)"/> <details key="SimpleExpressionHasNoSubExpressions" value="&#xA;&#x9;&#x9;self.isSimple implies (self.subExpr1 = null and self.subExpr2 = null)"/> <details key="ValidUnaryOperationExpression" value="&#xA;&#x9;&#x9;(self.operator&lt;>null &#xA;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;(self.operator.oclIsTypeOf(TimingOperator)&#xA;&#x9;&#x9;&#x9;&#x9;or (&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.operator.oclIsTypeOf(LogicalOperator) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;and (&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;((self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::NOT)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or ((self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::RE)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or ((self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::FE)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;)&#xA;&#x9;&#x9;&#x9;&#x9;)&#xA;&#x9;&#x9;&#x9;&#x9;or (self.operator.oclIsTypeOf(AritmeticOperator) and (self.operator.oclAsType(AritmeticOperator)).name = ArithmOpValues::U_MINUS)&#xA;&#x9;&#x9;&#x9;)&#xA;&#x9;&#x9;) &#xA;&#x9;&#x9;implies (self.subExpr1=null and self.subExpr2&lt;>null)"/> <details key="ValidExpressionWithOperator" value="&#xA;&#x9;&#x9;(self.operator&lt;>null) implies (self.variable = null)"/> <details key="ValidExprWithTimeOp" value="&#xA;&#x9;&#x9;self.operator.oclIsTypeOf(TimingOperator) implies self.type = ExprType::Logical"/> <details key="SimpleNonConstExprIsOfVariableType" value="&#xA;&#x9;&#x9;(self.isSimple and not self.isConstant and self.variable&lt;>null) implies &#xA;&#x9;&#x9;(&#xA;&#x9;&#x9;&#x9;(self.variable.oclIsTypeOf(BooleanVariable) implies self.type = ExprType::Logical)&#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.variable.oclIsTypeOf(NumericVariable) implies self.type = ExprType::Arithmetic)&#xA;&#x9;&#x9;)"/> <details key="ValidExpressionWithBinaryOperation" value="&#xA;&#x9;&#x9;(self.operator&lt;>null and self.subExpr1&lt;>null and self.subExpr2&lt;>null) implies (self.subExpr1.type = self.subExpr2.type)"/> <details key="ValidComparisonOperator_GT" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::GT) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidComparisonOperator_LT" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::LT) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidComparisonOperator_GE" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::GE) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidComparisonOperator_LE" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::LE) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidLogicOperator_AND" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::AND) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Logical and self.subExpr2.type = ExprType::Logical)"/> <details key="ValidLogicOperator_OR" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(LogicalOperator) and (self.operator.oclAsType(LogicalOperator)).name = LogicOpValues::OR) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Logical and self.subExpr2.type = ExprType::Logical)"/> <details key="ValidArithmeticOperator_ADD" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(AritmeticOperator) and (self.operator.oclAsType(AritmeticOperator)).name = ArithmOpValues::ADD) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidArithmeticOperator_SUB" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(AritmeticOperator) and (self.operator.oclAsType(AritmeticOperator)).name = ArithmOpValues::SUB) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidArithmeticOperator_MULT" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(AritmeticOperator) and (self.operator.oclAsType(AritmeticOperator)).name = ArithmOpValues::MULT) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> <details key="ValidArithmeticOperator_DIV" value="&#xA;&#x9;&#x9;(self.operator.oclIsTypeOf(AritmeticOperator) and (self.operator.oclAsType(AritmeticOperator)).name = ArithmOpValues::DIV) &#xA;&#x9;&#x9;implies (self.subExpr1.type = ExprType::Arithmetic and self.subExpr2.type = ExprType::Arithmetic)"/> </eAnnotations> <eOperations name="eval"/> <eOperations name="evalOld"/> <eOperations name="getCExpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getOldCExpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getName2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subExpr1" eType="#//Expression" derived="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subExpr2" eType="#//Expression" derived="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//Operator" derived="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ExprType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimple" lowerBound="1" 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:EAttribute" name="boolValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arithmValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConstant" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TimingOperator" eSuperTypes="#//Operator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TimingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit1" eType="#//TimeUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit2" eType="#//TimeUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicOpValues"> <eLiterals name="OR"/> <eLiterals name="AND" value="1"/> <eLiterals name="NOT" value="2"/> <eLiterals name="RE" value="3"/> <eLiterals name="FE" value="4"/> <eLiterals name="EQU" value="5"/> <eLiterals name="LE" value="6"/> <eLiterals name="LT" value="7"/> <eLiterals name="GE" value="8"/> <eLiterals name="GT" value="9"/> <eLiterals name="NEQ" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimingType"> <eLiterals name="Delayed1"/> <eLiterals name="Limited" value="1"/> <eLiterals name="Delayed2" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VarType"> <eLiterals name="Input"/> <eLiterals name="Output" value="1"/> <eLiterals name="Internal" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StoredMoment"> <eLiterals name="Activation"/> <eLiterals name="DeActivation" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExprType"> <eLiterals name="Logical"/> <eLiterals name="Arithmetic" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmOpValues"> <eLiterals name="ADD"/> <eLiterals name="SUB" value="1"/> <eLiterals name="MULT" value="2"/> <eLiterals name="DIV" value="3"/> <eLiterals name="U_MINUS" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperator" eSuperTypes="#//Operator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//LogicOpValues"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AritmeticOperator" eSuperTypes="#//Operator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//ArithmOpValues"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnit"> <eLiterals name="ms"/> <eLiterals name="s" value="1"/> <eLiterals name="m" value="2"/> <eLiterals name="h" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gerardnng/G7SynthMDE/GrafcetModeling/model/grafcetModeling.ecore
ecore
grafcetModeling G7Element name Grafcet generateG7Elements hasTimeConditions getTimeExprs name connections transitions steps variables Step createStepActivityVar isInitial isActive grafcet inConnections outConnections actions variable inTransitions outTransitions Connection grafcet Transition parseReceptivity transitionCondition receptivity grafcet inConnections outConnections inSteps outSteps StepToTransition TransitionToStep Action parseExpression createActionVariable actionVariable step LevelAction evalCondition condition expressionCondition StoredAction evalStoredExpr moment expressionToEvaluate function storedExpression type BooleanVariable durationMillis valueOld valueNew Variable name type grafcet NumericVariable value Expression eval evalOld getCExpr getOldCExpr getName2 subExpr1 subExpr2 operator type isSimple name boolValue false arithmValue variable isConstant Operator TimingOperator type duration1 duration2 unit1 unit2 Function name body LogicOpValues OR OR AND AND NOT NOT RE RE FE FE EQU EQU LE LE LT LT GE GE GT GT NEQ NEQ TimingType Delayed1 Delayed1 Limited Limited Delayed2 Delayed2 VarType Input Input Output Output Internal Internal StoredMoment Activation Activation DeActivation DeActivation ExprType Logical Logical Arithmetic Arithmetic ArithmOpValues ADD ADD SUB SUB MULT MULT DIV DIV U_MINUS U_MINUS LogicalOperator name AritmeticOperator name TimeUnit ms ms s s m m h h
null
{"directed":true,"nodes":[{"nsPrefix":"grafcetModeling","nsURI":"http://www.example.org/grafcetModeling","name":"grafcetModeling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G7Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grafcet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StepToTransition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToStep","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericVariable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimingOperator","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicOpValues","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimingType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VarType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StoredMoment","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExprType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmOpValues","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AritmeticOperator","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateG7Elements","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasTimeConditions","lowerBound":1,"id":30,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTimeExprs","lowerBound":0,"id":31,"many":true,"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":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":"connections","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":"transitions","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":"steps","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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":"grafcet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"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":"grafcet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"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":"grafcet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"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":"grafcet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"createStepActivityVar","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outConnections","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"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":false,"unique":true,"name":"inTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":false,"unique":true,"name":"outTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parseReceptivity","lowerBound":0,"id":70,"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":"transitionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"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":"receptivity","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":"inConnections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"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":"outConnections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":false,"unique":true,"name":"outSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"parseExpression","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createActionVariable","lowerBound":0,"id":88,"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":"actionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalCondition","lowerBound":0,"id":93,"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":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":"expressionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":true},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalStoredExpr","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moment","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionToEvaluate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storedExpression","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"durationMillis","changeable":true,"lowerBound":1,"iD":false,"id":111,"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":"valueOld","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"valueNew","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"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":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eval","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalOld","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCExpr","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOldCExpr","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName2","lowerBound":0,"id":130,"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":"subExpr1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"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":"subExpr2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":true},{"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":134,"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":"isSimple","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"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":"boolValue","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":"arithmValue","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConstant","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":154,"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":"duration1","changeable":true,"lowerBound":1,"iD":false,"id":155,"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":"duration2","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit1","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit2","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"OR","id":169,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":170,"value":1,"literal":"AND","eClass":"EEnumLiteral"},{"name":"NOT","id":171,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"RE","id":172,"value":3,"literal":"RE","eClass":"EEnumLiteral"},{"name":"FE","id":173,"value":4,"literal":"FE","eClass":"EEnumLiteral"},{"name":"EQU","id":174,"value":5,"literal":"EQU","eClass":"EEnumLiteral"},{"name":"LE","id":175,"value":6,"literal":"LE","eClass":"EEnumLiteral"},{"name":"LT","id":176,"value":7,"literal":"LT","eClass":"EEnumLiteral"},{"name":"GE","id":177,"value":8,"literal":"GE","eClass":"EEnumLiteral"},{"name":"GT","id":178,"value":9,"literal":"GT","eClass":"EEnumLiteral"},{"name":"NEQ","id":179,"value":10,"literal":"NEQ","eClass":"EEnumLiteral"},{"name":"Delayed1","id":180,"value":0,"literal":"Delayed1","eClass":"EEnumLiteral"},{"name":"Limited","id":181,"value":1,"literal":"Limited","eClass":"EEnumLiteral"},{"name":"Delayed2","id":182,"value":2,"literal":"Delayed2","eClass":"EEnumLiteral"},{"name":"Input","id":183,"value":0,"literal":"Input","eClass":"EEnumLiteral"},{"name":"Output","id":184,"value":1,"literal":"Output","eClass":"EEnumLiteral"},{"name":"Internal","id":185,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"name":"Activation","id":186,"value":0,"literal":"Activation","eClass":"EEnumLiteral"},{"name":"DeActivation","id":187,"value":1,"literal":"DeActivation","eClass":"EEnumLiteral"},{"name":"Logical","id":188,"value":0,"literal":"Logical","eClass":"EEnumLiteral"},{"name":"Arithmetic","id":189,"value":1,"literal":"Arithmetic","eClass":"EEnumLiteral"},{"name":"ADD","id":190,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":191,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MULT","id":192,"value":2,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"DIV","id":193,"value":3,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"U_MINUS","id":194,"value":4,"literal":"U_MINUS","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"name":"ms","id":201,"value":0,"literal":"ms","eClass":"EEnumLiteral"},{"name":"s","id":202,"value":1,"literal":"s","eClass":"EEnumLiteral"},{"name":"m","id":203,"value":2,"literal":"m","eClass":"EEnumLiteral"},{"name":"h","id":204,"value":3,"literal":"h","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":1,"target":0},{"source":1,"target":27},{"source":27,"target":28},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":29,"target":2},{"source":30,"target":37},{"source":30,"target":2},{"source":31,"target":14},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":14},{"source":32,"target":39},{"source":32,"target":2},{"source":33,"target":4},{"source":33,"target":40},{"source":33,"target":2},{"source":33,"target":41},{"source":40,"target":4},{"source":34,"target":5},{"source":34,"target":42},{"source":34,"target":2},{"source":34,"target":43},{"source":42,"target":5},{"source":35,"target":3},{"source":35,"target":44},{"source":35,"target":2},{"source":35,"target":45},{"source":44,"target":3},{"source":36,"target":12},{"source":36,"target":46},{"source":36,"target":2},{"source":36,"target":47},{"source":46,"target":12},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":45},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":48,"target":3},{"source":49,"target":58},{"source":49,"target":3},{"source":50,"target":59},{"source":50,"target":3},{"source":45,"target":2},{"source":45,"target":60},{"source":45,"target":3},{"source":45,"target":35},{"source":60,"target":2},{"source":51,"target":7},{"source":51,"target":61},{"source":51,"target":3},{"source":61,"target":7},{"source":52,"target":6},{"source":52,"target":62},{"source":52,"target":3},{"source":62,"target":6},{"source":53,"target":8},{"source":53,"target":63},{"source":53,"target":3},{"source":53,"target":64},{"source":63,"target":8},{"source":54,"target":11},{"source":54,"target":65},{"source":54,"target":3},{"source":65,"target":11},{"source":55,"target":5},{"source":55,"target":66},{"source":55,"target":3},{"source":66,"target":5},{"source":56,"target":5},{"source":56,"target":67},{"source":56,"target":3},{"source":67,"target":5},{"source":57,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":41},{"source":4,"target":68},{"source":41,"target":2},{"source":41,"target":69},{"source":41,"target":4},{"source":41,"target":33},{"source":69,"target":2},{"source":68,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":43},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":70,"target":5},{"source":71,"target":14},{"source":71,"target":78},{"source":71,"target":5},{"source":78,"target":14},{"source":72,"target":79},{"source":72,"target":5},{"source":43,"target":2},{"source":43,"target":80},{"source":43,"target":5},{"source":43,"target":34},{"source":80,"target":2},{"source":73,"target":6},{"source":73,"target":81},{"source":73,"target":5},{"source":81,"target":6},{"source":74,"target":7},{"source":74,"target":82},{"source":74,"target":5},{"source":82,"target":7},{"source":75,"target":3},{"source":75,"target":83},{"source":75,"target":5},{"source":83,"target":3},{"source":76,"target":3},{"source":76,"target":84},{"source":76,"target":5},{"source":84,"target":3},{"source":77,"target":1},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":85},{"source":85,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":86},{"source":86,"target":4},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":64},{"source":8,"target":90},{"source":87,"target":8},{"source":88,"target":8},{"source":89,"target":12},{"source":89,"target":91},{"source":89,"target":8},{"source":91,"target":12},{"source":64,"target":3},{"source":64,"target":92},{"source":64,"target":8},{"source":64,"target":53},{"source":92,"target":3},{"source":90,"target":1},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":93,"target":9},{"source":94,"target":97},{"source":94,"target":9},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":9},{"source":98,"target":14},{"source":96,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":99,"target":10},{"source":100,"target":21},{"source":100,"target":106},{"source":100,"target":10},{"source":106,"target":21},{"source":101,"target":14},{"source":101,"target":107},{"source":101,"target":10},{"source":107,"target":14},{"source":102,"target":17},{"source":102,"target":108},{"source":102,"target":10},{"source":108,"target":17},{"source":103,"target":109},{"source":103,"target":10},{"source":104,"target":22},{"source":104,"target":110},{"source":104,"target":10},{"source":110,"target":22},{"source":105,"target":8},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":111,"target":115},{"source":111,"target":11},{"source":112,"target":116},{"source":112,"target":11},{"source":113,"target":117},{"source":113,"target":11},{"source":114,"target":12},{"source":12,"target":0},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":47},{"source":118,"target":120},{"source":118,"target":12},{"source":119,"target":20},{"source":119,"target":121},{"source":119,"target":12},{"source":121,"target":20},{"source":47,"target":2},{"source":47,"target":122},{"source":47,"target":12},{"source":47,"target":36},{"source":122,"target":2},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":123},{"source":13,"target":124},{"source":123,"target":125},{"source":123,"target":13},{"source":124,"target":12},{"source":14,"target":0},{"source":14,"target":126},{"source":14,"target":127},{"source":14,"target":128},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":14,"target":132},{"source":14,"target":133},{"source":14,"target":134},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":126,"target":14},{"source":127,"target":14},{"source":128,"target":141},{"source":128,"target":14},{"source":129,"target":142},{"source":129,"target":14},{"source":130,"target":143},{"source":130,"target":14},{"source":131,"target":14},{"source":131,"target":144},{"source":131,"target":14},{"source":144,"target":14},{"source":132,"target":14},{"source":132,"target":145},{"source":132,"target":14},{"source":145,"target":14},{"source":133,"target":15},{"source":133,"target":146},{"source":133,"target":14},{"source":146,"target":15},{"source":134,"target":22},{"source":134,"target":147},{"source":134,"target":14},{"source":147,"target":22},{"source":135,"target":148},{"source":135,"target":14},{"source":136,"target":149},{"source":136,"target":14},{"source":137,"target":150},{"source":137,"target":14},{"source":138,"target":151},{"source":138,"target":14},{"source":139,"target":12},{"source":139,"target":152},{"source":139,"target":14},{"source":152,"target":12},{"source":140,"target":153},{"source":140,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":154,"target":19},{"source":154,"target":160},{"source":154,"target":16},{"source":160,"target":19},{"source":155,"target":161},{"source":155,"target":16},{"source":156,"target":162},{"source":156,"target":16},{"source":157,"target":26},{"source":157,"target":163},{"source":157,"target":16},{"source":163,"target":26},{"source":158,"target":26},{"source":158,"target":164},{"source":158,"target":16},{"source":164,"target":26},{"source":159,"target":15},{"source":17,"target":0},{"source":17,"target":165},{"source":17,"target":166},{"source":165,"target":167},{"source":165,"target":17},{"source":166,"target":168},{"source":166,"target":17},{"source":18,"target":0},{"source":18,"target":169},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":169,"target":18},{"source":170,"target":18},{"source":171,"target":18},{"source":172,"target":18},{"source":173,"target":18},{"source":174,"target":18},{"source":175,"target":18},{"source":176,"target":18},{"source":177,"target":18},{"source":178,"target":18},{"source":179,"target":18},{"source":19,"target":0},{"source":19,"target":180},{"source":19,"target":181},{"source":19,"target":182},{"source":180,"target":19},{"source":181,"target":19},{"source":182,"target":19},{"source":20,"target":0},{"source":20,"target":183},{"source":20,"target":184},{"source":20,"target":185},{"source":183,"target":20},{"source":184,"target":20},{"source":185,"target":20},{"source":21,"target":0},{"source":21,"target":186},{"source":21,"target":187},{"source":186,"target":21},{"source":187,"target":21},{"source":22,"target":0},{"source":22,"target":188},{"source":22,"target":189},{"source":188,"target":22},{"source":189,"target":22},{"source":23,"target":0},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":23,"target":194},{"source":190,"target":23},{"source":191,"target":23},{"source":192,"target":23},{"source":193,"target":23},{"source":194,"target":23},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":195},{"source":24,"target":196},{"source":195,"target":18},{"source":195,"target":197},{"source":195,"target":24},{"source":197,"target":18},{"source":196,"target":15},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":198},{"source":25,"target":199},{"source":198,"target":23},{"source":198,"target":200},{"source":198,"target":25},{"source":200,"target":23},{"source":199,"target":15},{"source":26,"target":0},{"source":26,"target":201},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":201,"target":26},{"source":202,"target":26},{"source":203,"target":26},{"source":204,"target":26}],"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="recipes" nsURI="http://www.eclipse.org/viatra/query/rete/recipes" nsPrefix="recipes"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="modelDirectory" value="/org.eclipse.viatra.query.runtime.rete.recipes/src-gen"/> <details key="updateClasspath" value="false"/> <details key="complianceLevel" value="6.0"/> <details key="importerID" value="org.eclipse.emf.importer.ecore"/> <details key="forceOverwrite" value="true"/> <details key="basePackage" value="org.eclipse.incquery.runtime.rete"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ReteRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container for Rete recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="recipeNodes" upperBound="-1" eType="#//ReteNodeRecipe" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReteNodeRecipe" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for model elements that represent &quot;Rete node recipes&quot;,&#xA;that is DTOs that carry information for Rete network construction."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" The width of tuples contained by this node."/> <details key="body" value="throw new &lt;%java.lang.UnsupportedOperationException%>();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceInfo" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for storing traceability information."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleParentNodeRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for single-parent node recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ReteNodeRecipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlphaRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for alpha node recipes."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiParentNodeRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%>> _parents = this.getParents();&#xA;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _get = _parents.get(0);&#xA;return _get.getArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1" eType="#//ReteNodeRecipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniquenessEnforcerRecipe" eSuperTypes="#//MultiParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents nodes that enforce tuple uniqueness, i.e. filter out&#xA;duplicate input tuples for output."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRecipe" eSuperTypes="#//MultiParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The production node represents the output of the Rete network,&#xA;from which the results of a query can be read."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1" eType="#//StringIndexMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String -> Index map.&#xA;Indicates the positions of parameters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Traceability link to defining pattern object (from EMFPatternLanguage)&#xA;TODO unused?"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternFQN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexerRecipe" abstract="true" eSuperTypes="#//SingleParentNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a node that indexes the contents of a parent based on a projection defined by a Mask."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = this.getMask();&#xA;return _mask.getSourceArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectionIndexerRecipe" eSuperTypes="#//IndexerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents helper nodes that provide projection indexing for Beta nodes and user queries."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatorIndexerRecipe" eSuperTypes="#//IndexerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attached to an aggregator node, provides the aggregated values for outer join."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BetaRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for Beta node recipes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftParent" eType="#//ProjectionIndexerRecipe" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightParent" eType="#//IndexerRecipe" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" can be an AggregatorIndexer"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mask"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A mask defines the set of tuple variables that need to be taken into consideration for operations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceIndices" unique="false" upperBound="-1" eType="#//Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The indices that are relevant for tuple operations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arity of tuples."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Index" instanceClassName="java.lang.Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indexes tell which variable of tuples are relevant for a given operation.&#xA;TODO: is this necessary at all?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringIndexMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputRecipe" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents input nodes for the Rete network, i.e. nodes&#xA;that generate input tuples for processing."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getKeyArity();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for identifying types over the wire.&#xA;TODO improve type references"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyArity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantRecipe" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Simple node that stores constant values."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Object%>> _constantValues = this.getConstantValues();&#xA;return ((&lt;%java.lang.Object%>[])org.eclipse.xtext.xbase.lib.Conversions.unwrapArray(_constantValues, &lt;%java.lang.Object%>.class)).length;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores constant values. May be empty.&#xA;&#xA;TODO store constants as strings instead? (for easier serialization)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitiveClosureRecipe" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents transitive closure."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return 2;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterRecipe" abstract="true" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for nodes that implement filtering operations."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;return _parent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InequalityFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false" eType="#//Index"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inequals" unique="false" upperBound="-1" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false" upperBound="-1" eType="#//Index"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransparentRecipe" eSuperTypes="#//FilterRecipe"/> <eClassifiers xsi:type="ecore:EClass" name="TrimmerRecipe" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Implements projection without uniqueness checking."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = this.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;return _sourceIndices.size();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluator" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionEnforcerRecipe" abstract="true" eSuperTypes="#//AlphaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type RuntimeExpressionEvaluator wraps org.eclipse.incquery.runtime.matchers.psystem.IExpressionEvaluator&#xA;class RuntimeExpressionDefinition extends ExpressionDefinition {&#xA;&#x9;RuntimeExpressionEvaluator evaluator&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ExpressionDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides traceability to expression representation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedIndices" upperBound="-1" eType="#//StringIndexMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String -> Index map.&#xA;Maps variable names in the expression to tuple indices."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckRecipe" eSuperTypes="#//ExpressionEnforcerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Computes the result of the boolean expression evaluation and&#xA;only passes tuples for which the result is true."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;return _parent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvalRecipe" eSuperTypes="#//ExpressionEnforcerRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Computes the result of expression evaluation and suffixes the result&#xA;to output tuples as the last element."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe%> _parent = this.getParent();&#xA;int _arity = _parent.getArity();&#xA;return (1 + _arity);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatorRecipe" abstract="true" eSuperTypes="#//ReteNodeRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a (compound) node that performs an aggregation operation.&#xA;Parent must be a ProjectionIndexer, which defines how tuples are to be aggregated.&#xA;Usable only through an Join with an AggregatorIndexer as the right parent"/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _parent = this.getParent();&#xA;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = _parent.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;int _size = _sourceIndices.size();&#xA;return (1 + _size);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ProjectionIndexerRecipe" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CountAggregatorRecipe" eSuperTypes="#//AggregatorRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The count aggregator node represents a &quot;count find&quot; operation."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinRecipe" eSuperTypes="#//BetaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The most basic beta operation, the join node performs a join operation over two input tuple sets."/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();&#xA;int _arity = _leftParent.getArity();&#xA;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe%> _rightParent = this.getRightParent();&#xA;int _arity_1 = _rightParent.getArity();&#xA;int _plus = (_arity + _arity_1);&#xA;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe%> _rightParent_1 = this.getRightParent();&#xA;&lt;%org.eclipse.viatra.query.runtime.rete.recipes.Mask%> _mask = _rightParent_1.getMask();&#xA;&lt;%org.eclipse.emf.common.util.EList%>&lt;&lt;%java.lang.Integer%>> _sourceIndices = _mask.getSourceIndices();&#xA;int _size = _sourceIndices.size();&#xA;return (_plus - _size);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rightParentComplementaryMask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistenceJoinRecipe" abstract="true" eSuperTypes="#//BetaRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Existence joins are TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> <eOperations name="getArity" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="&lt;%org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe%> _leftParent = this.getLeftParent();&#xA;return _leftParent.getArity();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SemiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A semi-join is TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntiJoinRecipe" eSuperTypes="#//ExistenceJoinRecipe"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An anti-join is TODO&#xA;&#xA;See http://en.wikipedia.org/wiki/Relational_algebra"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputFilterRecipe" eSuperTypes="#//FilterRecipe"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Temporary construct for identifying types over the wire.&#xA;TODO improve type references"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//Mask" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/balazsgrill/viatra-merged/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/recipes.ecore
ecore
recipes ReteRecipe recipeNodes ReteNodeRecipe getArity traceInfo SingleParentNodeRecipe parent AlphaRecipe MultiParentNodeRecipe getArity parents UniquenessEnforcerRecipe ProductionRecipe mappedIndices pattern patternFQN IndexerRecipe getArity mask ProjectionIndexerRecipe AggregatorIndexerRecipe BetaRecipe leftParent rightParent Mask sourceIndices sourceArity Index java.lang.Integer java.lang.Integer StringIndexMapEntry java.util.Map$Entry java.util.Map$Entry key value InputRecipe getArity inputKey keyID keyArity ConstantRecipe getArity constantValues TransitiveClosureRecipe getArity FilterRecipe getArity InequalityFilterRecipe subject inequals EqualityFilterRecipe indices TransparentRecipe TrimmerRecipe getArity mask ExpressionDefinition evaluator ExpressionEnforcerRecipe expression mappedIndices CheckRecipe getArity EvalRecipe getArity AggregatorRecipe getArity parent CountAggregatorRecipe JoinRecipe getArity rightParentComplementaryMask ExistenceJoinRecipe getArity SemiJoinRecipe AntiJoinRecipe InputFilterRecipe inputKey keyID mask
null
{"directed":true,"nodes":[{"nsPrefix":"recipes","nsURI":"http://www.eclipse.org/viatra/query/rete/recipes","name":"recipes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteRecipe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteNodeRecipe","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleParentNodeRecipe","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaRecipe","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiParentNodeRecipe","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessEnforcerRecipe","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRecipe","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexerRecipe","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectionIndexerRecipe","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorIndexerRecipe","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetaRecipe","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mask","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Index","instanceClass":"java.lang.Integer","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringIndexMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputRecipe","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantRecipe","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitiveClosureRecipe","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterRecipe","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityFilterRecipe","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityFilterRecipe","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransparentRecipe","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrimmerRecipe","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionEnforcerRecipe","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckRecipe","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvalRecipe","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatorRecipe","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountAggregatorRecipe","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinRecipe","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistenceJoinRecipe","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemiJoinRecipe","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntiJoinRecipe","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFilterRecipe","instanceClass":null,"abstract":false,"id":33,"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":"recipeNodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":36,"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":false,"name":"traceInfo","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedIndices","changeable":true,"resolveProxies":false,"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":false,"name":"pattern","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":"patternFQN","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":57,"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":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightParent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourceIndices","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":false,"name":"sourceArity","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":77,"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":true,"unique":true,"name":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyArity","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"constantValues","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"inequals","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"indices","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":106,"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":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"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":false,"name":"evaluator","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedIndices","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":124,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":130,"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":"rightParentComplementaryMask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getArity","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"inputKey","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keyID","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":37,"target":39},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":2},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":43},{"source":43,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":5},{"source":48,"target":2},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":49},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":14},{"source":51,"target":55},{"source":51,"target":7},{"source":52,"target":56},{"source":52,"target":7},{"source":53,"target":5},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":57,"target":60},{"source":57,"target":8},{"source":58,"target":12},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":12},{"source":59,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":62},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":63},{"source":63,"target":8},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":9},{"source":64,"target":67},{"source":64,"target":11},{"source":67,"target":9},{"source":65,"target":8},{"source":65,"target":68},{"source":65,"target":11},{"source":68,"target":8},{"source":66,"target":2},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":13},{"source":69,"target":71},{"source":69,"target":12},{"source":71,"target":13},{"source":70,"target":72},{"source":70,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":74},{"source":73,"target":75},{"source":73,"target":14},{"source":74,"target":13},{"source":74,"target":76},{"source":74,"target":14},{"source":76,"target":13},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":77,"target":82},{"source":77,"target":15},{"source":78,"target":83},{"source":78,"target":15},{"source":79,"target":84},{"source":79,"target":15},{"source":80,"target":85},{"source":80,"target":15},{"source":81,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":90},{"source":87,"target":16},{"source":88,"target":2},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":92,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":94},{"source":18,"target":95},{"source":94,"target":96},{"source":94,"target":18},{"source":95,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":13},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":13},{"source":98,"target":13},{"source":98,"target":101},{"source":98,"target":19},{"source":101,"target":13},{"source":99,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":102},{"source":20,"target":103},{"source":102,"target":13},{"source":102,"target":104},{"source":102,"target":20},{"source":104,"target":13},{"source":103,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":105},{"source":105,"target":18},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":106},{"source":22,"target":107},{"source":22,"target":108},{"source":106,"target":109},{"source":106,"target":22},{"source":107,"target":12},{"source":107,"target":110},{"source":107,"target":22},{"source":110,"target":12},{"source":108,"target":4},{"source":23,"target":0},{"source":23,"target":111},{"source":111,"target":112},{"source":111,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":113},{"source":24,"target":114},{"source":24,"target":115},{"source":113,"target":23},{"source":113,"target":116},{"source":113,"target":24},{"source":116,"target":23},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":24},{"source":117,"target":14},{"source":115,"target":4},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":118},{"source":25,"target":119},{"source":118,"target":120},{"source":118,"target":25},{"source":119,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":121},{"source":26,"target":122},{"source":121,"target":123},{"source":121,"target":26},{"source":122,"target":24},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":127},{"source":124,"target":27},{"source":125,"target":9},{"source":125,"target":128},{"source":125,"target":27},{"source":128,"target":9},{"source":126,"target":2},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":129},{"source":129,"target":27},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":130},{"source":29,"target":131},{"source":29,"target":132},{"source":130,"target":133},{"source":130,"target":29},{"source":131,"target":12},{"source":131,"target":134},{"source":131,"target":29},{"source":134,"target":12},{"source":132,"target":11},{"source":30,"target":0},{"source":30,"target":11},{"source":30,"target":135},{"source":30,"target":136},{"source":135,"target":137},{"source":135,"target":30},{"source":136,"target":11},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":138},{"source":138,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":139},{"source":139,"target":30},{"source":33,"target":0},{"source":33,"target":18},{"source":33,"target":140},{"source":33,"target":141},{"source":33,"target":142},{"source":33,"target":143},{"source":140,"target":144},{"source":140,"target":33},{"source":141,"target":145},{"source":141,"target":33},{"source":142,"target":12},{"source":142,"target":146},{"source":142,"target":33},{"source":146,"target":12},{"source":143,"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="iArchimate" nsURI="http://co/edu/uniandes/iArchimate" nsPrefix="co.edu.uniandes.iArchimate"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eAnnotations source="gmf.diagram"> <details key="model.extension" value="iarchimate"/> <details key="diagram.extension" value="iarchimate_diagram"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="supportingData" upperBound="-1" eType="#//SupportinData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="label.icon" value="true"/> <details key="label" value="name"/> <details key="label.pattern" value="{0}"/> <details key="size" value="140,60"/> <details key="border.color" value="0,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="#//ElementTypeName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementSupportingData" eType="#//SupportinData"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="source.decoration" value="filledsquare"/> <details key="style" value="dash"/> <details key="color" value="0,0,255"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportinData"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="label.icon" value="true"/> <details key="label" value="idDecisionTrace"/> <details key="label.pattern" value="{0}"/> <details key="size" value="100,60"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idSupportingData" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//Decision" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facts" upperBound="-1" eType="#//Fact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observations" upperBound="-1" eType="#//Observation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//Source" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="certaintyDegree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceObservations" upperBound="-1" eType="#//Observation" eOpposite="#//Observation/belongsTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectObservation" eSuperTypes="#//Source"/> <eClassifiers xsi:type="ecore:EClass" name="Meeting" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minuteNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meetingParticipants" lowerBound="2" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationalUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idObservation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observationFacts" upperBound="-1" eType="#//Fact" eOpposite="#//Fact/isFactOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsTo" lowerBound="1" eType="#//Source" eOpposite="#//Source/sourceObservations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fact"> <eStructuralFeatures xsi:type="ecore:EReference" name="isFactOf" lowerBound="1" upperBound="-1" eType="#//Observation" eOpposite="#//Observation/observationFacts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idFact" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exist" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attValue" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationFact" eSuperTypes="#//Fact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relValue" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDecision" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionFacts" lowerBound="1" upperBound="-1" eType="#//Fact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ElementTypeName"> <eLiterals name="NotSelected" value="100"/> <eLiterals name="BusinessActor"/> <eLiterals name="BusinessRole" value="1"/> <eLiterals name="BusinessCollaboration" value="2"/> <eLiterals name="BusinessInterface" value="3"/> <eLiterals name="Location" value="4"/> <eLiterals name="BusinessObject" value="5"/> <eLiterals name="BusinessProcess" value="6"/> <eLiterals name="BusinessFunction" value="7"/> <eLiterals name="BusinessInteraction" value="8"/> <eLiterals name="BusinessEvent" value="9"/> <eLiterals name="BusinessService" value="10"/> <eLiterals name="Representation" value="11"/> <eLiterals name="Meaning" value="12"/> <eLiterals name="Value" value="13"/> <eLiterals name="Product" value="14"/> <eLiterals name="Contract" value="15"/> <eLiterals name="ApplicationComponent" value="16"/> <eLiterals name="ApplicationCollaboration" value="17"/> <eLiterals name="ApplicationInterface" value="18"/> <eLiterals name="DataObject" value="19"/> <eLiterals name="ApplicationFunction" value="20"/> <eLiterals name="ApplicationInteraction" value="21"/> <eLiterals name="ApplicationService" value="22"/> <eLiterals name="Node" value="23"/> <eLiterals name="Device" value="24"/> <eLiterals name="SystemSoftware" value="25"/> <eLiterals name="InfrastructureInterface" value="26"/> <eLiterals name="Network" value="27"/> <eLiterals name="CommunicationPath" value="28"/> <eLiterals name="InfrastructureFunction" value="29"/> <eLiterals name="InfrastructureService" value="30"/> <eLiterals name="Artifact" value="31"/> <eLiterals name="Stakeholder" value="32"/> <eLiterals name="Driver" value="33"/> <eLiterals name="Assessment" value="34"/> <eLiterals name="Goal" value="35"/> <eLiterals name="Requirement" value="36"/> <eLiterals name="Constraint" value="37"/> <eLiterals name="Principle" value="38"/> <eLiterals name="WorkPackage" value="39"/> <eLiterals name="Deliverable" value="40"/> <eLiterals name="Plateau" value="41"/> <eLiterals name="Gap" value="42"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/florezfernandez/iArchiMate/co.edu.uniandes.iArchimate/model_EiMMSD/iArchimate.ecore
ecore
iArchimate Model supportingData Element typeName elementSupportingData SupportinData idSupportingData decisions facts observations sources Source name reliability certaintyDegree sourceObservations DirectObservation Meeting minuteNumber meetingParticipants Document version description Person organizationalUnit rol Observation idObservation referenceDate observationFacts belongsTo Fact isFactOf idFact element InstanceFact exist AttributeFact attName attValue RelationFact relName relValue Decision idDecision result decisionFacts ElementTypeName NotSelected NotSelected BusinessActor BusinessActor BusinessRole BusinessRole BusinessCollaboration BusinessCollaboration BusinessInterface BusinessInterface Location Location BusinessObject BusinessObject BusinessProcess BusinessProcess BusinessFunction BusinessFunction BusinessInteraction BusinessInteraction BusinessEvent BusinessEvent BusinessService BusinessService Representation Representation Meaning Meaning Value Value Product Product Contract Contract ApplicationComponent ApplicationComponent ApplicationCollaboration ApplicationCollaboration ApplicationInterface ApplicationInterface DataObject DataObject ApplicationFunction ApplicationFunction ApplicationInteraction ApplicationInteraction ApplicationService ApplicationService Node Node Device Device SystemSoftware SystemSoftware InfrastructureInterface InfrastructureInterface Network Network CommunicationPath CommunicationPath InfrastructureFunction InfrastructureFunction InfrastructureService InfrastructureService Artifact Artifact Stakeholder Stakeholder Driver Driver Assessment Assessment Goal Goal Requirement Requirement Constraint Constraint Principle Principle WorkPackage WorkPackage Deliverable Deliverable Plateau Plateau Gap Gap
null
{"directed":true,"nodes":[{"nsPrefix":"co.edu.uniandes.iArchimate","nsURI":"http://co/edu/uniandes/iArchimate","name":"iArchimate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportinData","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectObservation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meeting","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fact","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceFact","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationFact","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ElementTypeName","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportingData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":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":"elementSupportingData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idSupportingData","changeable":true,"lowerBound":1,"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":"decisions","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":"facts","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":"observations","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":"sources","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reliability","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"certaintyDegree","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceObservations","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"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":"minuteNumber","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"meetingParticipants","changeable":true,"resolveProxies":true,"lowerBound":2,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"version","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":"description","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":"organizationalUnit","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":"rol","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idObservation","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceDate","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"observationFacts","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isFactOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idFact","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"exist","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attName","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"attValue","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"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":"relName","changeable":true,"lowerBound":1,"iD":false,"id":78,"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":"relValue","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idDecision","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"result","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"decisionFacts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"NotSelected","id":89,"value":100,"literal":"NotSelected","eClass":"EEnumLiteral"},{"name":"BusinessActor","id":90,"value":0,"literal":"BusinessActor","eClass":"EEnumLiteral"},{"name":"BusinessRole","id":91,"value":1,"literal":"BusinessRole","eClass":"EEnumLiteral"},{"name":"BusinessCollaboration","id":92,"value":2,"literal":"BusinessCollaboration","eClass":"EEnumLiteral"},{"name":"BusinessInterface","id":93,"value":3,"literal":"BusinessInterface","eClass":"EEnumLiteral"},{"name":"Location","id":94,"value":4,"literal":"Location","eClass":"EEnumLiteral"},{"name":"BusinessObject","id":95,"value":5,"literal":"BusinessObject","eClass":"EEnumLiteral"},{"name":"BusinessProcess","id":96,"value":6,"literal":"BusinessProcess","eClass":"EEnumLiteral"},{"name":"BusinessFunction","id":97,"value":7,"literal":"BusinessFunction","eClass":"EEnumLiteral"},{"name":"BusinessInteraction","id":98,"value":8,"literal":"BusinessInteraction","eClass":"EEnumLiteral"},{"name":"BusinessEvent","id":99,"value":9,"literal":"BusinessEvent","eClass":"EEnumLiteral"},{"name":"BusinessService","id":100,"value":10,"literal":"BusinessService","eClass":"EEnumLiteral"},{"name":"Representation","id":101,"value":11,"literal":"Representation","eClass":"EEnumLiteral"},{"name":"Meaning","id":102,"value":12,"literal":"Meaning","eClass":"EEnumLiteral"},{"name":"Value","id":103,"value":13,"literal":"Value","eClass":"EEnumLiteral"},{"name":"Product","id":104,"value":14,"literal":"Product","eClass":"EEnumLiteral"},{"name":"Contract","id":105,"value":15,"literal":"Contract","eClass":"EEnumLiteral"},{"name":"ApplicationComponent","id":106,"value":16,"literal":"ApplicationComponent","eClass":"EEnumLiteral"},{"name":"ApplicationCollaboration","id":107,"value":17,"literal":"ApplicationCollaboration","eClass":"EEnumLiteral"},{"name":"ApplicationInterface","id":108,"value":18,"literal":"ApplicationInterface","eClass":"EEnumLiteral"},{"name":"DataObject","id":109,"value":19,"literal":"DataObject","eClass":"EEnumLiteral"},{"name":"ApplicationFunction","id":110,"value":20,"literal":"ApplicationFunction","eClass":"EEnumLiteral"},{"name":"ApplicationInteraction","id":111,"value":21,"literal":"ApplicationInteraction","eClass":"EEnumLiteral"},{"name":"ApplicationService","id":112,"value":22,"literal":"ApplicationService","eClass":"EEnumLiteral"},{"name":"Node","id":113,"value":23,"literal":"Node","eClass":"EEnumLiteral"},{"name":"Device","id":114,"value":24,"literal":"Device","eClass":"EEnumLiteral"},{"name":"SystemSoftware","id":115,"value":25,"literal":"SystemSoftware","eClass":"EEnumLiteral"},{"name":"InfrastructureInterface","id":116,"value":26,"literal":"InfrastructureInterface","eClass":"EEnumLiteral"},{"name":"Network","id":117,"value":27,"literal":"Network","eClass":"EEnumLiteral"},{"name":"CommunicationPath","id":118,"value":28,"literal":"CommunicationPath","eClass":"EEnumLiteral"},{"name":"InfrastructureFunction","id":119,"value":29,"literal":"InfrastructureFunction","eClass":"EEnumLiteral"},{"name":"InfrastructureService","id":120,"value":30,"literal":"InfrastructureService","eClass":"EEnumLiteral"},{"name":"Artifact","id":121,"value":31,"literal":"Artifact","eClass":"EEnumLiteral"},{"name":"Stakeholder","id":122,"value":32,"literal":"Stakeholder","eClass":"EEnumLiteral"},{"name":"Driver","id":123,"value":33,"literal":"Driver","eClass":"EEnumLiteral"},{"name":"Assessment","id":124,"value":34,"literal":"Assessment","eClass":"EEnumLiteral"},{"name":"Goal","id":125,"value":35,"literal":"Goal","eClass":"EEnumLiteral"},{"name":"Requirement","id":126,"value":36,"literal":"Requirement","eClass":"EEnumLiteral"},{"name":"Constraint","id":127,"value":37,"literal":"Constraint","eClass":"EEnumLiteral"},{"name":"Principle","id":128,"value":38,"literal":"Principle","eClass":"EEnumLiteral"},{"name":"WorkPackage","id":129,"value":39,"literal":"WorkPackage","eClass":"EEnumLiteral"},{"name":"Deliverable","id":130,"value":40,"literal":"Deliverable","eClass":"EEnumLiteral"},{"name":"Plateau","id":131,"value":41,"literal":"Plateau","eClass":"EEnumLiteral"},{"name":"Gap","id":132,"value":42,"literal":"Gap","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":16,"target":3},{"source":16,"target":17},{"source":16,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":15},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":15},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":14},{"source":23,"target":28},{"source":23,"target":3},{"source":28,"target":14},{"source":24,"target":10},{"source":24,"target":29},{"source":24,"target":3},{"source":29,"target":10},{"source":25,"target":9},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":9},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":3},{"source":31,"target":4},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":36},{"source":32,"target":4},{"source":33,"target":37},{"source":33,"target":4},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":4},{"source":35,"target":40},{"source":39,"target":9},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":42,"target":45},{"source":42,"target":6},{"source":43,"target":8},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":8},{"source":44,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":47,"target":50},{"source":47,"target":7},{"source":48,"target":51},{"source":48,"target":7},{"source":49,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":52,"target":55},{"source":52,"target":8},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":4},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":40},{"source":57,"target":60},{"source":57,"target":9},{"source":58,"target":61},{"source":58,"target":9},{"source":59,"target":10},{"source":59,"target":62},{"source":59,"target":9},{"source":59,"target":63},{"source":62,"target":10},{"source":40,"target":4},{"source":40,"target":64},{"source":40,"target":9},{"source":40,"target":35},{"source":64,"target":4},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":65},{"source":10,"target":66},{"source":63,"target":9},{"source":63,"target":67},{"source":63,"target":10},{"source":63,"target":59},{"source":67,"target":9},{"source":65,"target":68},{"source":65,"target":10},{"source":66,"target":69},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":70},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":71,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":73,"target":76},{"source":73,"target":12},{"source":74,"target":77},{"source":74,"target":12},{"source":75,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":78,"target":81},{"source":78,"target":13},{"source":79,"target":82},{"source":79,"target":13},{"source":80,"target":10},{"source":14,"target":0},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":10},{"source":85,"target":88},{"source":85,"target":14},{"source":88,"target":10},{"source":15,"target":0},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":89,"target":15},{"source":90,"target":15},{"source":91,"target":15},{"source":92,"target":15},{"source":93,"target":15},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":100,"target":15},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":104,"target":15},{"source":105,"target":15},{"source":106,"target":15},{"source":107,"target":15},{"source":108,"target":15},{"source":109,"target":15},{"source":110,"target":15},{"source":111,"target":15},{"source":112,"target":15},{"source":113,"target":15},{"source":114,"target":15},{"source":115,"target":15},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":119,"target":15},{"source":120,"target":15},{"source":121,"target":15},{"source":122,"target":15},{"source":123,"target":15},{"source":124,"target":15},{"source":125,"target":15},{"source":126,"target":15},{"source":127,"target":15},{"source":128,"target":15},{"source":129,"target":15},{"source":130,"target":15},{"source":131,"target":15},{"source":132,"target":15}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http:///org/openscada/deploy/iolist/model.ecore" nsPrefix="org.openscada.deploy.iolist.model"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="device" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeSummaryLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If unset the attributes will not be summarized. If set the level specifies how often the item is re-imported."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localManualPreset" lowerBound="1" eType="#//Variant" defaultValueLiteral="NULL#"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteManual" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHighHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteHigh" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteLowLow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteBoolAckValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleAvailable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localScaleOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugInformation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreSummary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hdStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapper" upperBound="-1" eType="#//Mapper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simulationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roundingValue" eType="#//Rounding" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHighHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localHigh" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLowLow" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMin" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localMax" eType="#//LevelMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localListMonitor" eType="#//ListMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localBooleanMonitor" eType="#//BooleanMonitor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMonitorDemote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="Variant" literal="VARIANT"/> <eLiterals name="Float" value="1" literal="FLOAT"/> <eLiterals name="String" value="2" literal="STRING"/> <eLiterals name="Boolean" value="3" literal="BOOL"/> <eLiterals name="Integer" value="4" literal="INT32"/> <eLiterals name="LongInteger" value="5" literal="INT64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchySummaryGroup" eSuperTypes="#//SummaryGroup"> <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="parent" eType="#//HierarchySummaryGroup" eOpposite="#//HierarchySummaryGroup/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//HierarchySummaryGroup" containment="true" eOpposite="#//HierarchySummaryGroup/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weakReferences" upperBound="-1" eType="#//WeakSummaryReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputDatasourceType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptModules" upperBound="-1" eType="#//ScriptModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormulaInput"> <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="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="averages" upperBound="-1" eType="#//Average" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="movingAverages" upperBound="-1" eType="#//MovingAverage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootSummary" eType="#//HierarchySummaryGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plainSummary" upperBound="-1" eType="#//PlainSummaryGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptItem" eSuperTypes="#//Item"> <eOperations name="addInput"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="datasourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataType" eType="#//DataType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptEngine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//FormulaInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//ScriptOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datasourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapperId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rounding"> <eLiterals name="NONE" value="7" literal="NONE"/> <eLiterals name="ROUND" value="4" literal="ROUND"/> <eLiterals name="CEIL" value="2" literal="CEIL"/> <eLiterals name="FLOOR" value="3" literal="FLOOR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Monitor" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEvents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LevelMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitor" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ListMonitorEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAck" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSeverity" lowerBound="1" eType="#//ListSeverity" defaultValueLiteral="OK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanMonitor" eSuperTypes="#//BasicMonitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="okValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Average"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percentRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//Average" eKeys="#//Average/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="MEAN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEAN" value="2" literal="mean"/> <eLiterals name="MEDIAN" value="3" literal="median"/> <eLiterals name="DEVIATION" value="4" literal="deviation"/> <eLiterals name="SUM" value="5" literal="sum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="MovingAverageItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="average" lowerBound="1" eType="#//MovingAverage" eKeys="#//MovingAverage/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="WEIGHTED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MovingAverage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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 ID of the &quot;datasource&quot; to build the average from."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A period time in seconds when the average will be updated although no value has changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average will be calculated for."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of seconds the average must have recorded valid data in order to provide a valid (non-error) value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MovingAverageReferenceType"> <eLiterals name="MIN" literal="min"/> <eLiterals name="MAX" value="1" literal="max"/> <eLiterals name="MEDIAN" value="2" literal="median"/> <eLiterals name="ARITHMETIC" value="3" literal="arithmetic"/> <eLiterals name="WEIGHTED" value="4" literal="weighted"/> <eLiterals name="DEVIATION_ARITHMETIC" value="5" literal="deviationArithmetic"/> <eLiterals name="DEVIATION_WEIGHTED" value="6" literal="deviationWeighted"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListMonitorEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Variant"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//ListSeverity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requireAck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Variant" instanceClassName="org.openscada.core.Variant"/> <eClassifiers xsi:type="ecore:EDataType" name="ListSeverity" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="OK INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicMonitor" abstract="true" eSuperTypes="#//Monitor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="#//Severity" defaultValueLiteral="ERROR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Severity" instanceClassName="org.openscada.ae.data.Severity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="enumeration" value="INFORMATION WARNING ALARM ERROR"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeakSummaryReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SummaryGroup" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainSummaryGroup" eSuperTypes="#//SummaryGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight045/84_iolist.ecore
ecore
model Item device name dataType unit alias description attributeSummaryLevel 1 eventCommand false localManual true localManualPreset NULL# remoteManual false system hierarchy remoteMin false remoteMax false remoteHighHigh remoteHigh remoteLow remoteLowLow remoteBool false remoteBoolAckValue input true output true localScaleAvailable localScaleFactor localScaleOffset debugInformation ignoreSummary false block true enabled true hdStorage mapper simulationValue roundingAvailable false roundingValue NONE localHighHigh localHigh localLow localLowLow localMin localMax localListMonitor localBooleanMonitor defaultMonitorDemote DataType Variant VARIANT Float FLOAT String STRING Boolean BOOL Integer INT32 LongInteger INT64 HierarchySummaryGroup name parent children weakReferences FormulaItem inputFormula outputFormula inputs outputDatasourceId writeValueName initScript outputDatasourceType scriptModules FormulaInput name datasourceId type ScriptModule data resource false Model items averages movingAverages rootSummary plainSummary ScriptItem addInput name datasourceId dataType scriptEngine inputs initScript updateScript timerScript timerPeriod outputs writeCommand ScriptOutput datasourceId name Mapper mapperId fromAttribute toAttribute Rounding NONE NONE ROUND ROUND CEIL CEIL FLOOR FLOOR Monitor active true suppressEvents false LevelMonitor preset ListMonitor entries defaultAck false defaultSeverity OK messageAttribute BooleanMonitor okValue Average id sources percentRequired -1.0 numRequired -1 AverageItem average type MEAN AverageReferenceType MIN min MAX max MEAN mean MEDIAN median DEVIATION deviation SUM sum ConstantItem MovingAverageItem average type WEIGHTED MovingAverage id source trigger range nullRange triggerOnly false MovingAverageReferenceType MIN min MAX max MEDIAN median ARITHMETIC arithmetic WEIGHTED weighted DEVIATION_ARITHMETIC deviationArithmetic DEVIATION_WEIGHTED deviationWeighted ListMonitorEntry value severity requireAck Variant org.openscada.core.Variant org.openscada.core.Variant ListSeverity java.lang.String java.lang.String BasicMonitor ack true severity ERROR Severity org.openscada.ae.data.Severity org.openscada.ae.data.Severity WeakSummaryReference dataSourceId SummaryGroup dataSourceIds hierarchy PlainSummaryGroup id
null
{"directed":true,"nodes":[{"nsPrefix":"org.openscada.deploy.iolist.model","nsURI":"http:///org/openscada/deploy/iolist/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchySummaryGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaInput","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptModule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptOutput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rounding","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelMonitor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanMonitor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Average","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AverageItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AverageReferenceType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverageItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovingAverage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MovingAverageReferenceType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListMonitorEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.core.Variant","defaultValue":null,"instanceClassName":"org.openscada.core.Variant","name":"Variant","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ListSeverity","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicMonitor","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.ae.data.Severity","defaultValue":null,"instanceClassName":"org.openscada.ae.data.Severity","name":"Severity","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakSummaryReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummaryGroup","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainSummaryGroup","instanceClass":null,"abstract":false,"id":30,"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":"device","changeable":true,"lowerBound":1,"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":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":"unit","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":"alias","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"attributeSummaryLevel","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"eventCommand","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"localManual","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":"localManualPreset","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"remoteManual","changeable":true,"lowerBound":1,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"remoteMin","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"remoteMax","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"remoteHighHigh","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"remoteHigh","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"remoteLow","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"remoteLowLow","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"remoteBool","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteBoolAckValue","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"localScaleAvailable","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleFactor","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localScaleOffset","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"debugInformation","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreSummary","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hdStorage","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simulationValue","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"roundingAvailable","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"roundingValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localHighHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localHigh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localLow","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":"localLowLow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localMin","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localMax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localListMonitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localBooleanMonitor","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":"defaultMonitorDemote","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"Variant","id":119,"value":0,"literal":"VARIANT","eClass":"EEnumLiteral"},{"name":"Float","id":120,"value":1,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"String","id":121,"value":2,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"Boolean","id":122,"value":3,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"Integer","id":123,"value":4,"literal":"INT32","eClass":"EEnumLiteral"},{"name":"LongInteger","id":124,"value":5,"literal":"INT64","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"unsettable":false,"transient":false,"unique":true,"name":"weakReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputFormula","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFormula","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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceId","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":"writeValueName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputDatasourceType","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":"scriptModules","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"},{"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":151,"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":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":157,"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":"resource","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"averages","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":"movingAverages","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":"rootSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plainSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"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,"unique":true,"name":"addInput","lowerBound":0,"id":171,"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":"scriptEngine","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initScript","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateScript","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerScript","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerPeriod","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"writeCommand","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"datasourceId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datasourceId","changeable":true,"lowerBound":1,"iD":false,"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"mapperId","changeable":true,"lowerBound":1,"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":"fromAttribute","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toAttribute","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"NONE","id":205,"value":7,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ROUND","id":206,"value":4,"literal":"ROUND","eClass":"EEnumLiteral"},{"name":"CEIL","id":207,"value":2,"literal":"CEIL","eClass":"EEnumLiteral"},{"name":"FLOOR","id":208,"value":3,"literal":"FLOOR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":209,"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":"suppressEvents","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preset","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"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":"defaultAck","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"OK","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OK","unsettable":false,"transient":false,"unique":true,"name":"defaultSeverity","changeable":true,"lowerBound":1,"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":"messageAttribute","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"okValue","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":228,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":false,"transient":false,"unique":true,"name":"percentRequired","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":"numRequired","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"MEAN","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MEAN","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"MIN","id":241,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":242,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEAN","id":243,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":244,"value":3,"literal":"median","eClass":"EEnumLiteral"},{"name":"DEVIATION","id":245,"value":4,"literal":"deviation","eClass":"EEnumLiteral"},{"name":"SUM","id":246,"value":5,"literal":"sum","eClass":"EEnumLiteral"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"average","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"WEIGHTED","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"WEIGHTED","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":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":"trigger","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":"range","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":"nullRange","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"triggerOnly","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"MIN","id":265,"value":0,"literal":"min","eClass":"EEnumLiteral"},{"name":"MAX","id":266,"value":1,"literal":"max","eClass":"EEnumLiteral"},{"name":"MEDIAN","id":267,"value":2,"literal":"median","eClass":"EEnumLiteral"},{"name":"ARITHMETIC","id":268,"value":3,"literal":"arithmetic","eClass":"EEnumLiteral"},{"name":"WEIGHTED","id":269,"value":4,"literal":"weighted","eClass":"EEnumLiteral"},{"name":"DEVIATION_ARITHMETIC","id":270,"value":5,"literal":"deviationArithmetic","eClass":"EEnumLiteral"},{"name":"DEVIATION_WEIGHTED","id":271,"value":6,"literal":"deviationWeighted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"severity","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":"requireAck","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","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":"dataSourceId","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"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":"dataSourceIds","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":31,"target":75},{"source":31,"target":1},{"source":32,"target":76},{"source":32,"target":1},{"source":33,"target":2},{"source":33,"target":77},{"source":33,"target":1},{"source":77,"target":2},{"source":34,"target":78},{"source":34,"target":1},{"source":35,"target":79},{"source":35,"target":1},{"source":36,"target":80},{"source":36,"target":1},{"source":37,"target":81},{"source":37,"target":1},{"source":38,"target":82},{"source":38,"target":1},{"source":39,"target":83},{"source":39,"target":1},{"source":40,"target":24},{"source":40,"target":84},{"source":40,"target":1},{"source":84,"target":24},{"source":41,"target":85},{"source":41,"target":1},{"source":42,"target":86},{"source":42,"target":1},{"source":43,"target":87},{"source":43,"target":1},{"source":44,"target":88},{"source":44,"target":1},{"source":45,"target":89},{"source":45,"target":1},{"source":46,"target":90},{"source":46,"target":1},{"source":47,"target":91},{"source":47,"target":1},{"source":48,"target":92},{"source":48,"target":1},{"source":49,"target":93},{"source":49,"target":1},{"source":50,"target":94},{"source":50,"target":1},{"source":51,"target":95},{"source":51,"target":1},{"source":52,"target":96},{"source":52,"target":1},{"source":53,"target":97},{"source":53,"target":1},{"source":54,"target":98},{"source":54,"target":1},{"source":55,"target":99},{"source":55,"target":1},{"source":56,"target":100},{"source":56,"target":1},{"source":57,"target":101},{"source":57,"target":1},{"source":58,"target":102},{"source":58,"target":1},{"source":59,"target":103},{"source":59,"target":1},{"source":60,"target":104},{"source":60,"target":1},{"source":61,"target":105},{"source":61,"target":1},{"source":62,"target":10},{"source":62,"target":106},{"source":62,"target":1},{"source":106,"target":10},{"source":63,"target":107},{"source":63,"target":1},{"source":64,"target":108},{"source":64,"target":1},{"source":65,"target":11},{"source":65,"target":109},{"source":65,"target":1},{"source":109,"target":11},{"source":66,"target":13},{"source":66,"target":110},{"source":66,"target":1},{"source":110,"target":13},{"source":67,"target":13},{"source":67,"target":111},{"source":67,"target":1},{"source":111,"target":13},{"source":68,"target":13},{"source":68,"target":112},{"source":68,"target":1},{"source":112,"target":13},{"source":69,"target":13},{"source":69,"target":113},{"source":69,"target":1},{"source":113,"target":13},{"source":70,"target":13},{"source":70,"target":114},{"source":70,"target":1},{"source":114,"target":13},{"source":71,"target":13},{"source":71,"target":115},{"source":71,"target":1},{"source":115,"target":13},{"source":72,"target":14},{"source":72,"target":116},{"source":72,"target":1},{"source":116,"target":14},{"source":73,"target":15},{"source":73,"target":117},{"source":73,"target":1},{"source":117,"target":15},{"source":74,"target":118},{"source":74,"target":1},{"source":2,"target":0},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":119,"target":2},{"source":120,"target":2},{"source":121,"target":2},{"source":122,"target":2},{"source":123,"target":2},{"source":124,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":125,"target":130},{"source":125,"target":3},{"source":126,"target":3},{"source":126,"target":131},{"source":126,"target":3},{"source":126,"target":127},{"source":131,"target":3},{"source":127,"target":3},{"source":127,"target":132},{"source":127,"target":3},{"source":127,"target":126},{"source":132,"target":3},{"source":128,"target":28},{"source":128,"target":133},{"source":128,"target":3},{"source":133,"target":28},{"source":129,"target":29},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":134,"target":143},{"source":134,"target":4},{"source":135,"target":144},{"source":135,"target":4},{"source":136,"target":5},{"source":136,"target":145},{"source":136,"target":4},{"source":145,"target":5},{"source":137,"target":146},{"source":137,"target":4},{"source":138,"target":147},{"source":138,"target":4},{"source":139,"target":148},{"source":139,"target":4},{"source":140,"target":2},{"source":140,"target":149},{"source":140,"target":4},{"source":149,"target":2},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":4},{"source":150,"target":6},{"source":142,"target":1},{"source":5,"target":0},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":151,"target":154},{"source":151,"target":5},{"source":152,"target":155},{"source":152,"target":5},{"source":153,"target":2},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":2},{"source":6,"target":0},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":159},{"source":157,"target":6},{"source":158,"target":160},{"source":158,"target":6},{"source":7,"target":0},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":161,"target":1},{"source":161,"target":166},{"source":161,"target":7},{"source":166,"target":1},{"source":162,"target":16},{"source":162,"target":167},{"source":162,"target":7},{"source":167,"target":16},{"source":163,"target":21},{"source":163,"target":168},{"source":163,"target":7},{"source":168,"target":21},{"source":164,"target":3},{"source":164,"target":169},{"source":164,"target":7},{"source":169,"target":3},{"source":165,"target":30},{"source":165,"target":170},{"source":165,"target":7},{"source":170,"target":30},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":171,"target":8},{"source":171,"target":181},{"source":171,"target":182},{"source":171,"target":183},{"source":181,"target":184},{"source":181,"target":171},{"source":182,"target":185},{"source":182,"target":171},{"source":183,"target":2},{"source":183,"target":186},{"source":183,"target":171},{"source":186,"target":2},{"source":172,"target":187},{"source":172,"target":8},{"source":173,"target":5},{"source":173,"target":188},{"source":173,"target":8},{"source":188,"target":5},{"source":174,"target":189},{"source":174,"target":8},{"source":175,"target":190},{"source":175,"target":8},{"source":176,"target":191},{"source":176,"target":8},{"source":177,"target":192},{"source":177,"target":8},{"source":178,"target":9},{"source":178,"target":193},{"source":178,"target":8},{"source":193,"target":9},{"source":179,"target":194},{"source":179,"target":8},{"source":180,"target":1},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":195,"target":197},{"source":195,"target":9},{"source":196,"target":198},{"source":196,"target":9},{"source":10,"target":0},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":199,"target":202},{"source":199,"target":10},{"source":200,"target":203},{"source":200,"target":10},{"source":201,"target":204},{"source":201,"target":10},{"source":11,"target":0},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":205,"target":11},{"source":206,"target":11},{"source":207,"target":11},{"source":208,"target":11},{"source":12,"target":0},{"source":12,"target":209},{"source":12,"target":210},{"source":209,"target":211},{"source":209,"target":12},{"source":210,"target":212},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":26},{"source":13,"target":213},{"source":13,"target":214},{"source":213,"target":215},{"source":213,"target":13},{"source":214,"target":26},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":216,"target":23},{"source":216,"target":221},{"source":216,"target":14},{"source":221,"target":23},{"source":217,"target":222},{"source":217,"target":14},{"source":218,"target":25},{"source":218,"target":223},{"source":218,"target":14},{"source":223,"target":25},{"source":219,"target":224},{"source":219,"target":14},{"source":220,"target":12},{"source":15,"target":0},{"source":15,"target":26},{"source":15,"target":225},{"source":15,"target":226},{"source":225,"target":227},{"source":225,"target":15},{"source":226,"target":26},{"source":16,"target":0},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":228,"target":232},{"source":228,"target":16},{"source":229,"target":233},{"source":229,"target":16},{"source":230,"target":234},{"source":230,"target":16},{"source":231,"target":235},{"source":231,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":236,"target":16},{"source":236,"target":239},{"source":236,"target":17},{"source":236,"target":228},{"source":239,"target":16},{"source":237,"target":240},{"source":237,"target":17},{"source":238,"target":1},{"source":18,"target":0},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":18,"target":246},{"source":241,"target":18},{"source":242,"target":18},{"source":243,"target":18},{"source":244,"target":18},{"source":245,"target":18},{"source":246,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":247},{"source":247,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":248},{"source":20,"target":249},{"source":20,"target":250},{"source":248,"target":21},{"source":248,"target":251},{"source":248,"target":20},{"source":248,"target":252},{"source":251,"target":21},{"source":249,"target":253},{"source":249,"target":20},{"source":250,"target":1},{"source":21,"target":0},{"source":21,"target":252},{"source":21,"target":254},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":257},{"source":21,"target":258},{"source":252,"target":259},{"source":252,"target":21},{"source":254,"target":260},{"source":254,"target":21},{"source":255,"target":261},{"source":255,"target":21},{"source":256,"target":262},{"source":256,"target":21},{"source":257,"target":263},{"source":257,"target":21},{"source":258,"target":264},{"source":258,"target":21},{"source":22,"target":0},{"source":22,"target":265},{"source":22,"target":266},{"source":22,"target":267},{"source":22,"target":268},{"source":22,"target":269},{"source":22,"target":270},{"source":22,"target":271},{"source":265,"target":22},{"source":266,"target":22},{"source":267,"target":22},{"source":268,"target":22},{"source":269,"target":22},{"source":270,"target":22},{"source":271,"target":22},{"source":23,"target":0},{"source":23,"target":272},{"source":23,"target":273},{"source":23,"target":274},{"source":272,"target":24},{"source":272,"target":275},{"source":272,"target":23},{"source":275,"target":24},{"source":273,"target":25},{"source":273,"target":276},{"source":273,"target":23},{"source":276,"target":25},{"source":274,"target":277},{"source":274,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":278},{"source":26,"target":279},{"source":26,"target":280},{"source":278,"target":281},{"source":278,"target":26},{"source":279,"target":27},{"source":279,"target":282},{"source":279,"target":26},{"source":282,"target":27},{"source":280,"target":12},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":283},{"source":283,"target":284},{"source":283,"target":28},{"source":29,"target":0},{"source":29,"target":285},{"source":29,"target":286},{"source":285,"target":287},{"source":285,"target":29},{"source":286,"target":288},{"source":286,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":289},{"source":30,"target":290},{"source":289,"target":291},{"source":289,"target":30},{"source":290,"target":29}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://org.eclipse.viatra.dse.merge/model" nsPrefix="model"> <eClassifiers xsi:type="ecore:EClass" name="ChangeSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1" eType="#//Change" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Change" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Id" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//Priority" defaultValueLiteral="may"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//Change"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//Id" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#//Change"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//Change"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="trg" lowerBound="1" eType="#//Id" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldTrg" eType="#//Id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Kind"> <eLiterals name="add"/> <eLiterals name="remove"/> <eLiterals name="set"/> <eLiterals name="unset" literal="unset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Priority"> <eLiterals name="must"/> <eLiterals name="may"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Id"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eLong" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//IdType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IdType"> <eLiterals name="EInt"/> <eLiterals name="ELong"/> <eLiterals name="EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/debrecenics/lock-and-merge-evaluation/implementation/org.eclipse.viatra.dse.merge/model/merge.ecore
ecore
model ChangeSet changes Change src executable priority may Create container feature clazz attributes features Delete Feature kind feature Reference trg oldTrg Attribute value oldValue Kind add add remove remove set set unset unset Priority must must may may Id eString eInt eLong type IdType EInt EInt ELong ELong EString EString
null
{"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://org.eclipse.viatra.dse.merge/model","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Change","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"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":"Reference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Id","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IdType","instanceClass":null,"id":11,"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":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executable","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"may","unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"feature","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":"clazz","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":"attributes","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oldTrg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"add","id":47,"value":0,"literal":"add","eClass":"EEnumLiteral"},{"name":"remove","id":48,"value":0,"literal":"remove","eClass":"EEnumLiteral"},{"name":"set","id":49,"value":0,"literal":"set","eClass":"EEnumLiteral"},{"name":"unset","id":50,"value":0,"literal":"unset","eClass":"EEnumLiteral"},{"name":"must","id":51,"value":0,"literal":"must","eClass":"EEnumLiteral"},{"name":"may","id":52,"value":0,"literal":"may","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":"eString","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":"eInt","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eLong","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"EInt","id":61,"value":0,"literal":"EInt","eClass":"EEnumLiteral"},{"name":"ELong","id":62,"value":0,"literal":"ELong","eClass":"EEnumLiteral"},{"name":"EString","id":63,"value":0,"literal":"EString","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":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":10},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":10},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":9},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":9},{"source":3,"target":0},{"source":3,"target":2},{"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":20,"target":10},{"source":20,"target":26},{"source":20,"target":3},{"source":26,"target":10},{"source":21,"target":27},{"source":21,"target":3},{"source":22,"target":28},{"source":22,"target":3},{"source":23,"target":7},{"source":23,"target":29},{"source":23,"target":3},{"source":29,"target":7},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":3},{"source":30,"target":5},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":32,"target":8},{"source":32,"target":35},{"source":32,"target":5},{"source":35,"target":8},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":10},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":10},{"source":38,"target":10},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":10},{"source":39,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":42,"target":45},{"source":42,"target":7},{"source":43,"target":46},{"source":43,"target":7},{"source":44,"target":5},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":8},{"source":48,"target":8},{"source":49,"target":8},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":9},{"source":52,"target":9},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":53,"target":57},{"source":53,"target":10},{"source":54,"target":58},{"source":54,"target":10},{"source":55,"target":59},{"source":55,"target":10},{"source":56,"target":11},{"source":56,"target":60},{"source":56,"target":10},{"source":60,"target":11},{"source":11,"target":0},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":61,"target":11},{"source":62,"target":11},{"source":63,"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="actorprocess" nsURI="at.pro2future.shopfloors.actorprocess" nsPrefix="at.pro2future.shopfloors.actorprocesscoremodel"> <eClassifiers xsi:type="ecore:EClass" name="CapabilityProvisioning"> <eStructuralFeatures xsi:type="ecore:EReference" name="Actor" lowerBound="1" eType="ecore:EClass Actor.ecore#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Capability" lowerBound="1" eType="ecore:EClass ProcessCoreModel.ecore#//AbstractCapability"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Role" eType="ecore:EClass ProcessCoreModel.ecore#//Assignment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorAllocation" eSuperTypes="Extensions.ecore#//ExtensibleObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="Actor" lowerBound="1" eType="ecore:EClass Actor.ecore#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="AllocatedTo" lowerBound="1" eType="ecore:EClass ProcessCoreModel.ecore#//ProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityProvisioningExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="CapabilityProvisioningList" upperBound="-1" eType="#//CapabilityProvisioning" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorAllocationExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="ActorAllocationList" upperBound="-1" eType="#//ActorAllocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Actor" lowerBound="1" eType="ecore:EClass Actor.ecore#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Capability" lowerBound="1" eType="ecore:EClass ProcessCoreModel.ecore#//AbstractCapability"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Role" eType="ecore:EClass ProcessCoreModel.ecore#//Assignment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRequirementExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="CapabilityRequirementList" upperBound="-1" eType="#//CapabilityRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="ProvidedCapability" eType="#//CapabilityProvisioning"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ConsumedCapability" eType="#//CapabilityRequirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityLinkExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="CapabilityLinkList" upperBound="-1" eType="#//CapabilityLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jku-isse/p2f_publicCoreModel/model/LinkedModel_ActorToProcess.ecore
ecore
actorprocess CapabilityProvisioning Actor Capability Role Path ActorAllocation Actor AllocatedTo CapabilityProvisioningExtension CapabilityProvisioningList Description ActorAllocationExtension ActorAllocationList Description CapabilityRequirement Actor Capability Role Path CapabilityRequirementExtension CapabilityRequirementList Description CapabilityLink ProvidedCapability ConsumedCapability CapabilityLinkExtension CapabilityLinkList Description
null
{"directed":true,"nodes":[{"nsPrefix":"at.pro2future.shopfloors.actorprocesscoremodel","nsURI":"at.pro2future.shopfloors.actorprocess","name":"actorprocess","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityProvisioning","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorAllocation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityProvisioningExtension","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorAllocationExtension","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRequirement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRequirementExtension","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityLink","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityLinkExtension","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Capability","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Path","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"AllocatedTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CapabilityProvisioningList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActorAllocationList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Capability","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Role","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Path","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CapabilityRequirementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ProvidedCapability","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":"ConsumedCapability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CapabilityLinkList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":13},{"source":9,"target":1},{"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":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":3},{"source":24,"target":1},{"source":23,"target":25},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":4},{"source":28,"target":2},{"source":27,"target":29},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":30,"target":34},{"source":30,"target":5},{"source":31,"target":35},{"source":31,"target":5},{"source":32,"target":36},{"source":32,"target":5},{"source":33,"target":37},{"source":33,"target":5},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":5},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":5},{"source":39,"target":41},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":1},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":1},{"source":43,"target":5},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":5},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":7},{"source":46,"target":48},{"source":46,"target":8},{"source":48,"target":7},{"source":47,"target":49},{"source":47,"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="b2SQL2" nsURI="http://www.B2SQL2.b2sql" nsPrefix="b2SQL2"> <eClassifiers xsi:type="ecore:EClass" name="B2SQL2"/> <eClassifiers xsi:type="ecore:EClass" name="BSQLMachine" eSuperTypes="#//B2SQL2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="m_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seename" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vars" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inv" eType="#//BTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bops" upperBound="-1" eType="#//BOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="bops" eType="#//BoolOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vops" eType="#//VoidOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sops" eType="#//StringOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="table_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="att_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="res" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pList" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pTyping" upperBound="-1" eType="#//BParameterTyping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reshas" eType="#//BSubTrue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resno" eType="#//BSubFalse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BSubTrue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="res" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objTable" eType="#//TableInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pres" upperBound="-1" eType="#//BPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BSubFalse"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="res" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objTable" eType="#//TableInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pres" upperBound="-1" eType="#//BPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="res" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pList" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pTyping" upperBound="-1" eType="#//BParameterTyping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anyblock" eType="#//BAnyBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BAnyBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varList" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varTyping" upperBound="-1" eType="#//BParameterTyping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pres" upperBound="-1" eType="#//BPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subs" upperBound="-1" eType="#//BSubstitution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pList" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pTyping" upperBound="-1" eType="#//BParameterTyping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subs" upperBound="-1" eType="#//BSubstitution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPredicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="PLeft" eType="#//SQLCall" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SQLCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableInstance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ti_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ti_type" eType="#//TIAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TIAssignment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BParameterTyping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="p_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BSubstitution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pright" eType="#//BPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uright" eType="#//BUnion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sright" eType="#//SQLCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BUnion"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//BSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addedSet" eType="#//BSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addedE" eType="#//BElementStructure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BElementStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//BElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="set_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mai-ng/uml2b/b2javasql/b2sql_v2/model/generated/B2SQL2.ecore
ecore
b2SQL2 B2SQL2 BSQLMachine m_name seename vars inv init bops BOperation bops vops sops BTable table_name attributes Attribute att_name type BType type_name BoolOperation res op_name pList pTyping reshas resno BSubTrue res objTable pres BSubFalse res objTable pres StringOperation res op_name pList pTyping anyblock BAnyBlock varList varTyping pres subs VoidOperation op_name pList pTyping subs BPredicate PLeft PRight SQLCall SLeft SRight TableInstance ti_name ti_type TIAssignment instance_name instance_type BParameterTyping p_name type BSubstitution left pright uright sright BUnion set addedSet addedE BElementStructure e BElement ename BSet set_name
null
{"directed":true,"nodes":[{"nsPrefix":"b2SQL2","nsURI":"http://www.B2SQL2.b2sql","name":"b2SQL2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B2SQL2","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSQLMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOperation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSubTrue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSubFalse","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BAnyBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPredicate","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCall","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableInstance","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TIAssignment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BParameterTyping","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSubstitution","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BUnion","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BElementStructure","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSet","instanceClass":null,"abstract":false,"id":22,"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":"m_name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"seename","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":"vars","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"bops","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":"vops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"table_name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att_name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type_name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"res","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":"op_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":"pList","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":"pTyping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reshas","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":"resno","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"res","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pres","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":"res","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objTable","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":"pres","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"res","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":"op_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":"pList","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pTyping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anyblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varList","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varTyping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pres","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"op_name","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"pList","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pTyping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PRight","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SLeft","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SRight","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ti_name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ti_type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"instance_name","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":"instance_type","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p_name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"pright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","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":"addedSet","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":"addedE","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","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":"ename","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"set_name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"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":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":23,"target":30},{"source":23,"target":2},{"source":24,"target":31},{"source":24,"target":2},{"source":25,"target":32},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":33},{"source":26,"target":2},{"source":33,"target":4},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":3},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":3},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":36,"target":7},{"source":36,"target":39},{"source":36,"target":3},{"source":39,"target":7},{"source":37,"target":12},{"source":37,"target":40},{"source":37,"target":3},{"source":40,"target":12},{"source":38,"target":10},{"source":38,"target":41},{"source":38,"target":3},{"source":41,"target":10},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":44},{"source":42,"target":4},{"source":43,"target":5},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":5},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":48},{"source":46,"target":5},{"source":47,"target":6},{"source":47,"target":49},{"source":47,"target":5},{"source":49,"target":6},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":51},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":52,"target":58},{"source":52,"target":7},{"source":53,"target":59},{"source":53,"target":7},{"source":54,"target":60},{"source":54,"target":7},{"source":55,"target":17},{"source":55,"target":61},{"source":55,"target":7},{"source":61,"target":17},{"source":56,"target":8},{"source":56,"target":62},{"source":56,"target":7},{"source":62,"target":8},{"source":57,"target":9},{"source":57,"target":63},{"source":57,"target":7},{"source":63,"target":9},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":64,"target":67},{"source":64,"target":8},{"source":65,"target":15},{"source":65,"target":68},{"source":65,"target":8},{"source":68,"target":15},{"source":66,"target":13},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":13},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":15},{"source":71,"target":74},{"source":71,"target":9},{"source":74,"target":15},{"source":72,"target":13},{"source":72,"target":75},{"source":72,"target":9},{"source":75,"target":13},{"source":10,"target":0},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":76,"target":81},{"source":76,"target":10},{"source":77,"target":82},{"source":77,"target":10},{"source":78,"target":83},{"source":78,"target":10},{"source":79,"target":17},{"source":79,"target":84},{"source":79,"target":10},{"source":84,"target":17},{"source":80,"target":11},{"source":80,"target":85},{"source":80,"target":10},{"source":85,"target":11},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":11,"target":89},{"source":86,"target":90},{"source":86,"target":11},{"source":87,"target":17},{"source":87,"target":91},{"source":87,"target":11},{"source":91,"target":17},{"source":88,"target":13},{"source":88,"target":92},{"source":88,"target":11},{"source":92,"target":13},{"source":89,"target":18},{"source":89,"target":93},{"source":89,"target":11},{"source":93,"target":18},{"source":12,"target":0},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":94,"target":98},{"source":94,"target":12},{"source":95,"target":99},{"source":95,"target":12},{"source":96,"target":17},{"source":96,"target":100},{"source":96,"target":12},{"source":100,"target":17},{"source":97,"target":18},{"source":97,"target":101},{"source":97,"target":12},{"source":101,"target":18},{"source":13,"target":0},{"source":13,"target":102},{"source":13,"target":103},{"source":102,"target":14},{"source":102,"target":104},{"source":102,"target":13},{"source":104,"target":14},{"source":103,"target":105},{"source":103,"target":13},{"source":14,"target":0},{"source":14,"target":106},{"source":14,"target":107},{"source":106,"target":108},{"source":106,"target":14},{"source":107,"target":109},{"source":107,"target":14},{"source":15,"target":0},{"source":15,"target":110},{"source":15,"target":111},{"source":110,"target":112},{"source":110,"target":15},{"source":111,"target":16},{"source":111,"target":113},{"source":111,"target":15},{"source":113,"target":16},{"source":16,"target":0},{"source":16,"target":114},{"source":16,"target":115},{"source":114,"target":116},{"source":114,"target":16},{"source":115,"target":117},{"source":115,"target":16},{"source":17,"target":0},{"source":17,"target":118},{"source":17,"target":119},{"source":118,"target":120},{"source":118,"target":17},{"source":119,"target":6},{"source":119,"target":121},{"source":119,"target":17},{"source":121,"target":6},{"source":18,"target":0},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":122,"target":126},{"source":122,"target":18},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":18},{"source":127,"target":13},{"source":124,"target":19},{"source":124,"target":128},{"source":124,"target":18},{"source":128,"target":19},{"source":125,"target":14},{"source":125,"target":129},{"source":125,"target":18},{"source":129,"target":14},{"source":19,"target":0},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":130,"target":22},{"source":130,"target":133},{"source":130,"target":19},{"source":133,"target":22},{"source":131,"target":22},{"source":131,"target":134},{"source":131,"target":19},{"source":134,"target":22},{"source":132,"target":20},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":20},{"source":20,"target":0},{"source":20,"target":136},{"source":136,"target":21},{"source":136,"target":137},{"source":136,"target":20},{"source":137,"target":21},{"source":21,"target":0},{"source":21,"target":138},{"source":138,"target":139},{"source":138,"target":21},{"source":22,"target":0},{"source":22,"target":140},{"source":140,"target":141},{"source":140,"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="miniJava" nsURI="http://miniJava.miniJava.miniJava/" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false" upperBound="-1" eType="//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="//ClazzToMethodMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadImage" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteImage" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//Symbol //Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="//Statement //Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="Or" 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="And" 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="Equality" 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="Inequality" 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="SuperiorOrEqual" 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="InferiorOrEqual" 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="Superior" 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="Inferior" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" 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="Division" 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="ArrayAccess" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="//Expression"> <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="IntConstant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="//Expression"> <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="This" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="//SymbolBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="//Context" eOpposite="//Context/childContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="//Context" containment="true" eOpposite="//Context/parentContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="//SymbolToSymbolBindingMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1" eType="//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="BooleanValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="OutputStream"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="//Frame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1" eType="//ObjectInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="//OutputStream" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1" eType="//ArrayInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="//Frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="//ObjectInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="//Frame" containment="true" eOpposite="//Frame/parentFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="//Frame" eOpposite="//Frame/childFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="//NewObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1" eType="//MethodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1" eType="//FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectRefValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="//ObjectInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="//ArrayInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="//Symbol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//SymbolBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modulo" 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="Sqrt" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gwendal-jouneaux/Self-Adaptable_Virtual_Machine/selfadaptable-minijava/selfadaptable-minijava.lang.interpreter/interpreter-comp/miniJava.ecore
ecore
miniJava Program name imports classes state Import importedNamespace TypeDeclaration accessLevel implementz members Clazz isabstract superClass Interface Member access Method isabstract isstatic params body cache Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression LoadImage path WriteImage path image Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol Context bindings parentContext childContext cache Value IntegerValue value SymbolBinding value symbol FieldBinding field value StringValue value BooleanValue value OutputStream stream State rootFrame objectsHeap outputStream arraysHeap contextCache frameCache Frame call instance childFrame parentFrame rootContext returnValue NullValue Call NewCall newz MethodCall2 methodcall ObjectInstance fieldbindings type ArrayInstance value size ObjectRefValue instance ArrayRefValue instance SymbolToSymbolBindingMap java.util.Map$Entry java.util.Map$Entry key value ClazzToMethodMap java.util.Map$Entry java.util.Map$Entry key value Modulo left right Sqrt expression
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://miniJava.miniJava.miniJava/","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","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":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadImage","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteImage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sqrt","instanceClass":null,"abstract":false,"id":83,"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":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isabstract","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isabstract","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"PRIVATE","id":125,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":126,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":127,"value":2,"literal":"public","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":"statements","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","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":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":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":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"derived":false},{"container":false,"ordered":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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":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":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":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":222,"derived":false},{"container":false,"ordered":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":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"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":"receiver","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":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"args","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"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":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":"childContext","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"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":311,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"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":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectsHeap","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":"outputStream","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"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":"call","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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","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":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":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":"rootContext","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":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":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":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"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":1,"target":0},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":84,"target":88},{"source":84,"target":1},{"source":85,"target":2},{"source":85,"target":89},{"source":85,"target":1},{"source":89,"target":2},{"source":86,"target":3},{"source":86,"target":90},{"source":86,"target":1},{"source":90,"target":3},{"source":87,"target":70},{"source":87,"target":91},{"source":87,"target":1},{"source":91,"target":70},{"source":2,"target":0},{"source":2,"target":92},{"source":92,"target":93},{"source":92,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":94,"target":10},{"source":94,"target":98},{"source":94,"target":3},{"source":98,"target":10},{"source":95,"target":5},{"source":95,"target":99},{"source":95,"target":3},{"source":99,"target":5},{"source":96,"target":6},{"source":96,"target":100},{"source":96,"target":3},{"source":100,"target":6},{"source":97,"target":23},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":101,"target":104},{"source":101,"target":4},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":4},{"source":105,"target":4},{"source":103,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":106},{"source":106,"target":3},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":107},{"source":6,"target":108},{"source":107,"target":10},{"source":107,"target":109},{"source":107,"target":6},{"source":109,"target":10},{"source":108,"target":24},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":110,"target":116},{"source":110,"target":7},{"source":111,"target":117},{"source":111,"target":7},{"source":112,"target":8},{"source":112,"target":118},{"source":112,"target":7},{"source":118,"target":8},{"source":113,"target":11},{"source":113,"target":119},{"source":113,"target":7},{"source":119,"target":11},{"source":114,"target":81},{"source":114,"target":120},{"source":114,"target":7},{"source":120,"target":81},{"source":115,"target":6},{"source":8,"target":0},{"source":8,"target":25},{"source":8,"target":121},{"source":121,"target":25},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":122},{"source":9,"target":123},{"source":122,"target":29},{"source":122,"target":124},{"source":122,"target":9},{"source":124,"target":29},{"source":123,"target":6},{"source":10,"target":0},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":125,"target":10},{"source":126,"target":10},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":128},{"source":11,"target":129},{"source":128,"target":12},{"source":128,"target":130},{"source":128,"target":11},{"source":130,"target":12},{"source":129,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":131},{"source":13,"target":132},{"source":131,"target":29},{"source":131,"target":133},{"source":131,"target":13},{"source":133,"target":29},{"source":132,"target":12},{"source":14,"target":0},{"source":14,"target":29},{"source":14,"target":134},{"source":14,"target":135},{"source":134,"target":29},{"source":134,"target":136},{"source":134,"target":14},{"source":136,"target":29},{"source":135,"target":29},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":137,"target":29},{"source":137,"target":140},{"source":137,"target":15},{"source":140,"target":29},{"source":138,"target":29},{"source":138,"target":141},{"source":138,"target":15},{"source":141,"target":29},{"source":139,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":142},{"source":16,"target":143},{"source":142,"target":29},{"source":142,"target":144},{"source":142,"target":16},{"source":144,"target":29},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":145},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":145,"target":29},{"source":145,"target":149},{"source":145,"target":17},{"source":149,"target":29},{"source":146,"target":11},{"source":146,"target":150},{"source":146,"target":17},{"source":150,"target":11},{"source":147,"target":11},{"source":147,"target":151},{"source":147,"target":17},{"source":151,"target":11},{"source":148,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":154},{"source":152,"target":29},{"source":152,"target":155},{"source":152,"target":18},{"source":155,"target":29},{"source":153,"target":11},{"source":153,"target":156},{"source":153,"target":18},{"source":156,"target":11},{"source":154,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":157,"target":27},{"source":157,"target":162},{"source":157,"target":19},{"source":162,"target":27},{"source":158,"target":29},{"source":158,"target":163},{"source":158,"target":19},{"source":163,"target":29},{"source":159,"target":27},{"source":159,"target":164},{"source":159,"target":19},{"source":164,"target":27},{"source":160,"target":11},{"source":160,"target":165},{"source":160,"target":19},{"source":165,"target":11},{"source":161,"target":12},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":166},{"source":166,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":167},{"source":22,"target":168},{"source":167,"target":3},{"source":167,"target":169},{"source":167,"target":22},{"source":169,"target":3},{"source":168,"target":21},{"source":23,"target":0},{"source":23,"target":170},{"source":170,"target":171},{"source":170,"target":23},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":172},{"source":24,"target":173},{"source":172,"target":20},{"source":172,"target":174},{"source":172,"target":24},{"source":174,"target":20},{"source":173,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":175},{"source":175,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":28},{"source":26,"target":176},{"source":26,"target":177},{"source":176,"target":25},{"source":177,"target":28},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":178,"target":28},{"source":178,"target":181},{"source":178,"target":27},{"source":181,"target":28},{"source":179,"target":29},{"source":179,"target":182},{"source":179,"target":27},{"source":182,"target":29},{"source":180,"target":12},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":28},{"source":29,"target":183},{"source":29,"target":184},{"source":183,"target":12},{"source":184,"target":28},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":185},{"source":30,"target":186},{"source":185,"target":21},{"source":185,"target":187},{"source":185,"target":30},{"source":187,"target":21},{"source":186,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":188},{"source":188,"target":21},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":189},{"source":189,"target":21},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":190},{"source":190,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":191},{"source":191,"target":21},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":192},{"source":35,"target":193},{"source":35,"target":194},{"source":192,"target":29},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":29},{"source":193,"target":29},{"source":193,"target":196},{"source":193,"target":35},{"source":196,"target":29},{"source":194,"target":29},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":197},{"source":36,"target":198},{"source":36,"target":199},{"source":197,"target":29},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":29},{"source":198,"target":29},{"source":198,"target":201},{"source":198,"target":36},{"source":201,"target":29},{"source":199,"target":29},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":202},{"source":37,"target":203},{"source":37,"target":204},{"source":202,"target":29},{"source":202,"target":205},{"source":202,"target":37},{"source":205,"target":29},{"source":203,"target":29},{"source":203,"target":206},{"source":203,"target":37},{"source":206,"target":29},{"source":204,"target":29},{"source":38,"target":0},{"source":38,"target":29},{"source":38,"target":207},{"source":38,"target":208},{"source":38,"target":209},{"source":207,"target":29},{"source":207,"target":210},{"source":207,"target":38},{"source":210,"target":29},{"source":208,"target":29},{"source":208,"target":211},{"source":208,"target":38},{"source":211,"target":29},{"source":209,"target":29},{"source":39,"target":0},{"source":39,"target":29},{"source":39,"target":212},{"source":39,"target":213},{"source":39,"target":214},{"source":212,"target":29},{"source":212,"target":215},{"source":212,"target":39},{"source":215,"target":29},{"source":213,"target":29},{"source":213,"target":216},{"source":213,"target":39},{"source":216,"target":29},{"source":214,"target":29},{"source":40,"target":0},{"source":40,"target":29},{"source":40,"target":217},{"source":40,"target":218},{"source":40,"target":219},{"source":217,"target":29},{"source":217,"target":220},{"source":217,"target":40},{"source":220,"target":29},{"source":218,"target":29},{"source":218,"target":221},{"source":218,"target":40},{"source":221,"target":29},{"source":219,"target":29},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":222},{"source":41,"target":223},{"source":41,"target":224},{"source":222,"target":29},{"source":222,"target":225},{"source":222,"target":41},{"source":225,"target":29},{"source":223,"target":29},{"source":223,"target":226},{"source":223,"target":41},{"source":226,"target":29},{"source":224,"target":29},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":227},{"source":42,"target":228},{"source":42,"target":229},{"source":227,"target":29},{"source":227,"target":230},{"source":227,"target":42},{"source":230,"target":29},{"source":228,"target":29},{"source":228,"target":231},{"source":228,"target":42},{"source":231,"target":29},{"source":229,"target":29},{"source":43,"target":0},{"source":43,"target":29},{"source":43,"target":232},{"source":43,"target":233},{"source":43,"target":234},{"source":232,"target":29},{"source":232,"target":235},{"source":232,"target":43},{"source":235,"target":29},{"source":233,"target":29},{"source":233,"target":236},{"source":233,"target":43},{"source":236,"target":29},{"source":234,"target":29},{"source":44,"target":0},{"source":44,"target":29},{"source":44,"target":237},{"source":44,"target":238},{"source":44,"target":239},{"source":237,"target":29},{"source":237,"target":240},{"source":237,"target":44},{"source":240,"target":29},{"source":238,"target":29},{"source":238,"target":241},{"source":238,"target":44},{"source":241,"target":29},{"source":239,"target":29},{"source":45,"target":0},{"source":45,"target":29},{"source":45,"target":242},{"source":45,"target":243},{"source":45,"target":244},{"source":242,"target":29},{"source":242,"target":245},{"source":242,"target":45},{"source":245,"target":29},{"source":243,"target":29},{"source":243,"target":246},{"source":243,"target":45},{"source":246,"target":29},{"source":244,"target":29},{"source":46,"target":0},{"source":46,"target":29},{"source":46,"target":247},{"source":46,"target":248},{"source":46,"target":249},{"source":247,"target":29},{"source":247,"target":250},{"source":247,"target":46},{"source":250,"target":29},{"source":248,"target":29},{"source":248,"target":251},{"source":248,"target":46},{"source":251,"target":29},{"source":249,"target":29},{"source":47,"target":0},{"source":47,"target":29},{"source":47,"target":252},{"source":47,"target":253},{"source":47,"target":254},{"source":252,"target":29},{"source":252,"target":255},{"source":252,"target":47},{"source":255,"target":29},{"source":253,"target":29},{"source":253,"target":256},{"source":253,"target":47},{"source":256,"target":29},{"source":254,"target":29},{"source":48,"target":0},{"source":48,"target":29},{"source":48,"target":257},{"source":48,"target":258},{"source":257,"target":29},{"source":257,"target":259},{"source":257,"target":48},{"source":259,"target":29},{"source":258,"target":29},{"source":49,"target":0},{"source":49,"target":29},{"source":49,"target":260},{"source":49,"target":261},{"source":260,"target":29},{"source":260,"target":262},{"source":260,"target":49},{"source":262,"target":29},{"source":261,"target":29},{"source":50,"target":0},{"source":50,"target":29},{"source":50,"target":263},{"source":50,"target":264},{"source":263,"target":29},{"source":263,"target":265},{"source":263,"target":50},{"source":265,"target":29},{"source":264,"target":29},{"source":51,"target":0},{"source":51,"target":29},{"source":51,"target":266},{"source":51,"target":267},{"source":51,"target":268},{"source":266,"target":29},{"source":266,"target":269},{"source":266,"target":51},{"source":269,"target":29},{"source":267,"target":9},{"source":267,"target":270},{"source":267,"target":51},{"source":270,"target":9},{"source":268,"target":29},{"source":52,"target":0},{"source":52,"target":29},{"source":52,"target":271},{"source":52,"target":272},{"source":52,"target":273},{"source":52,"target":274},{"source":271,"target":29},{"source":271,"target":275},{"source":271,"target":52},{"source":275,"target":29},{"source":272,"target":7},{"source":272,"target":276},{"source":272,"target":52},{"source":276,"target":7},{"source":273,"target":29},{"source":273,"target":277},{"source":273,"target":52},{"source":277,"target":29},{"source":274,"target":29},{"source":53,"target":0},{"source":53,"target":29},{"source":53,"target":278},{"source":53,"target":279},{"source":278,"target":280},{"source":278,"target":53},{"source":279,"target":29},{"source":54,"target":0},{"source":54,"target":29},{"source":54,"target":281},{"source":54,"target":282},{"source":281,"target":283},{"source":281,"target":54},{"source":282,"target":29},{"source":55,"target":0},{"source":55,"target":29},{"source":55,"target":284},{"source":55,"target":285},{"source":284,"target":286},{"source":284,"target":55},{"source":285,"target":29},{"source":56,"target":0},{"source":56,"target":29},{"source":56,"target":287},{"source":287,"target":29},{"source":57,"target":0},{"source":57,"target":29},{"source":57,"target":288},{"source":288,"target":29},{"source":58,"target":0},{"source":58,"target":29},{"source":58,"target":289},{"source":289,"target":29},{"source":59,"target":0},{"source":59,"target":29},{"source":59,"target":290},{"source":59,"target":291},{"source":59,"target":292},{"source":290,"target":4},{"source":290,"target":293},{"source":290,"target":59},{"source":293,"target":4},{"source":291,"target":29},{"source":291,"target":294},{"source":291,"target":59},{"source":294,"target":29},{"source":292,"target":29},{"source":60,"target":0},{"source":60,"target":29},{"source":60,"target":295},{"source":60,"target":296},{"source":60,"target":297},{"source":295,"target":20},{"source":295,"target":298},{"source":295,"target":60},{"source":298,"target":20},{"source":296,"target":29},{"source":296,"target":299},{"source":296,"target":60},{"source":299,"target":29},{"source":297,"target":29},{"source":61,"target":0},{"source":61,"target":29},{"source":61,"target":300},{"source":61,"target":301},{"source":300,"target":25},{"source":300,"target":302},{"source":300,"target":61},{"source":302,"target":25},{"source":301,"target":29},{"source":62,"target":0},{"source":62,"target":303},{"source":62,"target":304},{"source":62,"target":305},{"source":62,"target":306},{"source":303,"target":65},{"source":303,"target":307},{"source":303,"target":62},{"source":307,"target":65},{"source":304,"target":62},{"source":304,"target":308},{"source":304,"target":62},{"source":304,"target":305},{"source":308,"target":62},{"source":305,"target":62},{"source":305,"target":309},{"source":305,"target":62},{"source":305,"target":304},{"source":309,"target":62},{"source":306,"target":80},{"source":306,"target":310},{"source":306,"target":62},{"source":310,"target":80},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":311},{"source":64,"target":312},{"source":311,"target":313},{"source":311,"target":64},{"source":312,"target":63},{"source":65,"target":0},{"source":65,"target":314},{"source":65,"target":315},{"source":314,"target":63},{"source":314,"target":316},{"source":314,"target":65},{"source":316,"target":63},{"source":315,"target":25},{"source":315,"target":317},{"source":315,"target":65},{"source":317,"target":25},{"source":66,"target":0},{"source":66,"target":318},{"source":66,"target":319},{"source":318,"target":9},{"source":318,"target":320},{"source":318,"target":66},{"source":320,"target":9},{"source":319,"target":63},{"source":319,"target":321},{"source":319,"target":66},{"source":321,"target":63},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":322},{"source":67,"target":323},{"source":322,"target":324},{"source":322,"target":67},{"source":323,"target":63},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":325},{"source":68,"target":326},{"source":325,"target":327},{"source":325,"target":68},{"source":326,"target":63},{"source":69,"target":0},{"source":69,"target":328},{"source":328,"target":329},{"source":328,"target":69},{"source":70,"target":0},{"source":70,"target":330},{"source":70,"target":331},{"source":70,"target":332},{"source":70,"target":333},{"source":70,"target":334},{"source":70,"target":335},{"source":330,"target":71},{"source":330,"target":336},{"source":330,"target":70},{"source":336,"target":71},{"source":331,"target":76},{"source":331,"target":337},{"source":331,"target":70},{"source":337,"target":76},{"source":332,"target":69},{"source":332,"target":338},{"source":332,"target":70},{"source":338,"target":69},{"source":333,"target":77},{"source":333,"target":339},{"source":333,"target":70},{"source":339,"target":77},{"source":334,"target":62},{"source":334,"target":340},{"source":334,"target":70},{"source":340,"target":62},{"source":335,"target":71},{"source":335,"target":341},{"source":335,"target":70},{"source":341,"target":71},{"source":71,"target":0},{"source":71,"target":342},{"source":71,"target":343},{"source":71,"target":344},{"source":71,"target":345},{"source":71,"target":346},{"source":71,"target":347},{"source":342,"target":73},{"source":342,"target":348},{"source":342,"target":71},{"source":348,"target":73},{"source":343,"target":76},{"source":343,"target":349},{"source":343,"target":71},{"source":349,"target":76},{"source":344,"target":71},{"source":344,"target":350},{"source":344,"target":71},{"source":344,"target":345},{"source":350,"target":71},{"source":345,"target":71},{"source":345,"target":351},{"source":345,"target":71},{"source":345,"target":344},{"source":351,"target":71},{"source":346,"target":62},{"source":346,"target":352},{"source":346,"target":71},{"source":352,"target":62},{"source":347,"target":63},{"source":347,"target":353},{"source":347,"target":71},{"source":353,"target":63},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":354},{"source":354,"target":63},{"source":73,"target":0},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":355},{"source":74,"target":356},{"source":355,"target":59},{"source":355,"target":357},{"source":355,"target":74},{"source":357,"target":59},{"source":356,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":358},{"source":75,"target":359},{"source":358,"target":52},{"source":358,"target":360},{"source":358,"target":75},{"source":360,"target":52},{"source":359,"target":73},{"source":76,"target":0},{"source":76,"target":361},{"source":76,"target":362},{"source":361,"target":66},{"source":361,"target":363},{"source":361,"target":76},{"source":363,"target":66},{"source":362,"target":4},{"source":362,"target":364},{"source":362,"target":76},{"source":364,"target":4},{"source":77,"target":0},{"source":77,"target":365},{"source":77,"target":366},{"source":365,"target":63},{"source":365,"target":367},{"source":365,"target":77},{"source":367,"target":63},{"source":366,"target":368},{"source":366,"target":77},{"source":78,"target":0},{"source":78,"target":63},{"source":78,"target":369},{"source":78,"target":370},{"source":369,"target":76},{"source":369,"target":371},{"source":369,"target":78},{"source":371,"target":76},{"source":370,"target":63},{"source":79,"target":0},{"source":79,"target":63},{"source":79,"target":372},{"source":79,"target":373},{"source":372,"target":77},{"source":372,"target":374},{"source":372,"target":79},{"source":374,"target":77},{"source":373,"target":63},{"source":80,"target":0},{"source":80,"target":375},{"source":80,"target":376},{"source":375,"target":25},{"source":375,"target":377},{"source":375,"target":80},{"source":377,"target":25},{"source":376,"target":65},{"source":376,"target":378},{"source":376,"target":80},{"source":378,"target":65},{"source":81,"target":0},{"source":81,"target":379},{"source":81,"target":380},{"source":379,"target":4},{"source":379,"target":381},{"source":379,"target":81},{"source":381,"target":4},{"source":380,"target":7},{"source":380,"target":382},{"source":380,"target":81},{"source":382,"target":7},{"source":82,"target":0},{"source":82,"target":29},{"source":82,"target":383},{"source":82,"target":384},{"source":82,"target":385},{"source":383,"target":29},{"source":383,"target":386},{"source":383,"target":82},{"source":386,"target":29},{"source":384,"target":29},{"source":384,"target":387},{"source":384,"target":82},{"source":387,"target":29},{"source":385,"target":29},{"source":83,"target":0},{"source":83,"target":29},{"source":83,"target":388},{"source":83,"target":389},{"source":388,"target":29},{"source":388,"target":390},{"source":388,"target":83},{"source":390,"target":29},{"source":389,"target":29}],"multigraph":true}