aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-10 19:05:05 +0200
committerLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-10 19:05:05 +0200
commit60f01f46ba232ed6416054f0a6115cb2a9b70b4e (patch)
tree5edf8aeb07abc51f3fec63bbd15c926e1de09552 /Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore
parentInitial commit, migrating from SVN (diff)
downloadVIATRA-Generator-60f01f46ba232ed6416054f0a6115cb2a9b70b4e.tar.gz
VIATRA-Generator-60f01f46ba232ed6416054f0a6115cb2a9b70b4e.tar.zst
VIATRA-Generator-60f01f46ba232ed6416054f0a6115cb2a9b70b4e.zip
Migrating Additional projects
Diffstat (limited to 'Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore')
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore55
1 files changed, 55 insertions, 0 deletions
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore
new file mode 100644
index 00000000..f8398fb4
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.ecore
@@ -0,0 +1,55 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="logicresult" nsURI="http://www.bme.hu/mit/inf/dslreasoner/logic/model/result"
4 nsPrefix="language">
5 <eClassifiers xsi:type="ecore:EClass" name="LogicResult" abstract="true">
6 <eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="ecore:EClass logicproblem.ecore#//LogicProblem"/>
7 <eStructuralFeatures xsi:type="ecore:EReference" name="statistics" eType="#//Statistics"
8 containment="true"/>
9 <eStructuralFeatures xsi:type="ecore:EAttribute" name="trace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
10 transient="true"/>
11 <eStructuralFeatures xsi:type="ecore:EAttribute" name="representation" upperBound="-1"
12 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
13 transient="true"/>
14 </eClassifiers>
15 <eClassifiers xsi:type="ecore:EClass" name="ModelResult" eSuperTypes="#//LogicResult">
16 <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInteger" lowerBound="1"
17 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
18 <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInteger" lowerBound="1"
19 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
20 </eClassifiers>
21 <eClassifiers xsi:type="ecore:EClass" name="InconsistencyResult" eSuperTypes="#//LogicResult"/>
22 <eClassifiers xsi:type="ecore:EClass" name="UnknownResult" abstract="true" eSuperTypes="#//LogicResult"/>
23 <eClassifiers xsi:type="ecore:EClass" name="InsuficientResourcesResult" eSuperTypes="#//UnknownResult">
24 <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceName" lowerBound="1"
25 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
26 </eClassifiers>
27 <eClassifiers xsi:type="ecore:EClass" name="ErrorResult" eSuperTypes="#//UnknownResult">
28 <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1"
29 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
30 </eClassifiers>
31 <eClassifiers xsi:type="ecore:EClass" name="Statistics">
32 <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
33 eType="#//StatisticEntry" containment="true"/>
34 <eStructuralFeatures xsi:type="ecore:EAttribute" name="transformationTime" lowerBound="1"
35 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
36 <eStructuralFeatures xsi:type="ecore:EAttribute" name="solverTime" lowerBound="1"
37 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
38 <eStructuralFeatures xsi:type="ecore:EAttribute" name="solverMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
39 defaultValueLiteral="-1"/>
40 </eClassifiers>
41 <eClassifiers xsi:type="ecore:EClass" name="StatisticEntry" abstract="true">
42 <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
43 </eClassifiers>
44 <eClassifiers xsi:type="ecore:EClass" name="UndecidableResult" eSuperTypes="#//UnknownResult"/>
45 <eClassifiers xsi:type="ecore:EClass" name="IntStatisticEntry" eSuperTypes="#//StatisticEntry">
46 <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
47 </eClassifiers>
48 <eClassifiers xsi:type="ecore:EClass" name="RealStatisticEntry" eSuperTypes="#//StatisticEntry">
49 <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
50 </eClassifiers>
51 <eClassifiers xsi:type="ecore:EClass" name="StringStatisticEntry" eSuperTypes="#//StatisticEntry">
52 <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
53 defaultValueLiteral="Unfilled"/>
54 </eClassifiers>
55</ecore:EPackage>