Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.infra.queries.core/resources/ToolConfiguration.ecore')
-rw-r--r--deprecated/org.eclipse.papyrus.infra.queries.core/resources/ToolConfiguration.ecore23
1 files changed, 23 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.infra.queries.core/resources/ToolConfiguration.ecore b/deprecated/org.eclipse.papyrus.infra.queries.core/resources/ToolConfiguration.ecore
new file mode 100644
index 00000000000..9d21ce6e9db
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.infra.queries.core/resources/ToolConfiguration.ecore
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="toolconfiguration"
+ nsURI="http://toolconfiguration/1.0" nsPrefix="toolconfiguration">
+ <eClassifiers xsi:type="ecore:EClass" name="ToolConfigurationSet">
+ <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="configuration" upperBound="-1"
+ eType="#//ToolConfiguration" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ToolConfiguration">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="preValidation" upperBound="-1"
+ eType="#//ValidationQuery" containment="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="ValidationQuery" abstract="true"/>
+ <eClassifiers xsi:type="ecore:EClass" name="ModiscoQuery" eSuperTypes="#//ValidationQuery">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.facet.infra.query/model/query.ecore#//ModelQuery"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="parameterValue" upperBound="-1"
+ eType="ecore:EClass platform:/plugin/org.eclipse.emf.facet.infra.query/model/query.ecore#//runtime/ModelQueryParameterValue"
+ containment="true"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top